Decimal, binary and hexadecimal system, its conversion and how it relates to UI Design.
The 8-point grid
We know 8 takes a lot of important parts in the tech world. Bits and Bytes (8 Bites are 1 Byte), Binary System and Hexadecimal System. So most screen resolutions are divisible by 8.
Decimal system
We usually write numbers in the decimal system (10 digits 0–9)
The following applies: each digit is a multiple of powers of 10
e.g. 180
1 * 102 + 8 * 101 + 0 * 100 = 1 * 100 + 8 * 10 + 0 * 1
The following applies: each digit is a multiple of powers of 10
e.g. 180
1 * 102 + 8 * 101 + 0 * 100 = 1 * 100 + 8 * 10 + 0 * 1



