20 in Hexadecimal — 20₁₀ = 0x14

20 in hexadecimal is 0x14. 20 requires 2 hex digits: 14. The page shows the step-by-step division method, a hex digit table, and conversions to binary (10100), octal (24), and a greyscale colour swatch....

20 → HEX

20 IN HEXADECIMAL (BASE 16)

14

20₁₀ = 0x14 = 14₁₆

Hex (base 16)

14

With prefix

0x14

Binary (base 2)

10100

Octal (base 8)

24

Single digit hex?

No

Hex digit type

Numeral

Even or odd?

Even

Divisible by 16?

No

STEP-BY-STEP — REPEATED DIVISION BY 16

Dividend÷ 16QuotientRemainderHex digit ↑
20÷ 16144
1÷ 16011

Read hex digits bottom to top: 14 = 14

FUN FACT

20 in hex is 14. 20 = 1×16 + 4 = 14₁₆. In CSS, rgba(20,20,20,1) uses the hex value 14 for a very dark colour.

HEX REPRESENTATION

0x
1

= 1

× 16¹

4

= 4

× 16

CSS COLOUR (greyscale #141414)

#141414

rgb(20, 20, 20) — dark grey

BASE CONVERSIONS

Decimal (base 10)

Standard counting system

20

Hex (base 16)

Colours, memory addresses, encoding

0x14

Binary (base 2)

Digital computing

10100

Octal (base 8)

Unix file permissions

24

NEARBY VALUES

Created with❤️byeaglecalculator.com

HOW TO CONVERT

  1. 1

    Hexadecimal (base 16) uses digits 0-9 and letters A-F, where A=10, B=11, C=12, D=13, E=14, F=15.

  2. 2

    20 / 16 = 1 remainder 4 (4) 1 / 16 = 0 remainder 1 (1) Read hex digits bottom to top: 14

  3. 3

    The result is 14, written as 0x14 in programming notation or 14₁₆ in mathematical notation.

  4. 4

    Verify: 1 x 16^1 + 4 x 16^0 = 20. ✓

WORKED EXAMPLE

20 to hex: 20 / 16 = 1 remainder 4 (4) 1 / 16 = 0 remainder 1 (1) Read hex digits bottom to top: 14 20₁₀ = 0x14 = 14₁₆ Binary: 10100 Octal: 24

FREQUENTLY ASKED QUESTIONS

RELATED CALCULATORS

MORE NUMBER THEORY CALCULATORS

Was this calculator helpful?

Last updated: April 29, 2026 · Verified by EagleCalculator team · Eagle-eyed accuracy for every calculation.