16 in hexadecimal is 0x10. 16 requires 2 hex digits: 10. The page shows the step-by-step division method, a hex digit table, and conversions to binary (10000), octal (20), and a greyscale colour swatch....
16 IN HEXADECIMAL (BASE 16)
10
16₁₀ = 0x10 = 10₁₆
Hex (base 16)
10
With prefix
0x10
Binary (base 2)
10000
Octal (base 8)
20
Single digit hex?
No
Hex digit type
Numeral
Even or odd?
Even
Divisible by 16?
Yes
STEP-BY-STEP — REPEATED DIVISION BY 16
| Dividend | ÷ 16 | Quotient | Remainder | Hex digit ↑ |
|---|---|---|---|---|
| 16 | ÷ 16 | 1 | 0 | 0 |
| 1 | ÷ 16 | 0 | 1 | 1 |
Read hex digits bottom to top: 10 = 10
FUN FACT
16 in hex is 10. This is the most important hex landmark: 16 decimal = 10 hex. It shows why hex is base-16 — the same way 10 in decimal means 'one ten and zero ones', 10 in hex means 'one sixteen and zero ones'.
HEX REPRESENTATION
= 1
× 16¹
= 0
× 16⁰
CSS COLOUR (greyscale #101010)
#101010
rgb(16, 16, 16) — dark grey
BASE CONVERSIONS
Decimal (base 10)
Standard counting system
16
Hex (base 16)
Colours, memory addresses, encoding
0x10
Binary (base 2)
Digital computing
10000
Octal (base 8)
Unix file permissions
20
DECIMAL 0–30 IN HEXADECIMAL
Hexadecimal (base 16) uses digits 0-9 and letters A-F, where A=10, B=11, C=12, D=13, E=14, F=15.
16 / 16 = 1 remainder 0 (0) 1 / 16 = 0 remainder 1 (1) Read hex digits bottom to top: 10
The result is 10, written as 0x10 in programming notation or 10₁₆ in mathematical notation.
Verify: 1 x 16^1 + 0 x 16^0 = 16. ✓
16 to hex: 16 / 16 = 1 remainder 0 (0) 1 / 16 = 0 remainder 1 (1) Read hex digits bottom to top: 10 16₁₀ = 0x10 = 10₁₆ Binary: 10000 Octal: 20
Hexadecimal Converter
Calculate instantly →
2 in Binary
Calculate instantly →
4 in Binary
Calculate instantly →
Random Number Generator
Calculate instantly →
8 in Binary
Calculate instantly →
16 in Binary
Calculate instantly →
10 in Binary
Calculate instantly →
1 in Binary
Calculate instantly →
255 in Binary
Calculate instantly →
3 in Binary
Calculate instantly →
6 in Binary
Calculate instantly →
9 in Binary
Calculate instantly →
11 in Binary
Calculate instantly →
14 in Binary
Calculate instantly →
128 in Binary
Calculate instantly →
0 in Binary
Calculate instantly →
5 in Binary
Calculate instantly →
7 in Binary
Calculate instantly →
12 in Binary
Calculate instantly →
Binary Converter
Calculate instantly →
Last updated: April 29, 2026 · Verified by EagleCalculator team · Eagle-eyed accuracy for every calculation.