27 in Hexadecimal — 27₁₀ = 0x1B

27 in hexadecimal is 0x1B. 27 requires 2 hex digits: 1B. The page shows the step-by-step division method, a hex digit table, and conversions to binary (11011), octal (33), and a greyscale colour swatch....

27 → HEX

27 IN HEXADECIMAL (BASE 16)

1B

27₁₀ = 0x1B = 1B₁₆

Hex (base 16)

1B

With prefix

0x1B

Binary (base 2)

11011

Octal (base 8)

33

Single digit hex?

No

Hex digit type

Numeral

Even or odd?

Odd

Divisible by 16?

No

STEP-BY-STEP — REPEATED DIVISION BY 16

Dividend÷ 16QuotientRemainderHex digit ↑
27÷ 16111B
1÷ 16011

Read hex digits bottom to top: 1B = 1B

FUN FACT

27 in hex is 1B. 27 = 1×16 + 11 = 1B₁₆. 27 = 3 cubed.

HEX REPRESENTATION

0x
1

= 1

× 16¹

B

= 11

× 16

CSS COLOUR (greyscale #1B1B1B)

#1B1B1B

rgb(27, 27, 27) — dark grey

BASE CONVERSIONS

Decimal (base 10)

Standard counting system

27

Hex (base 16)

Colours, memory addresses, encoding

0x1B

Binary (base 2)

Digital computing

11011

Octal (base 8)

Unix file permissions

33

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

    27 / 16 = 1 remainder 11 (B) 1 / 16 = 0 remainder 1 (1) Read hex digits bottom to top: 1B

  3. 3

    The result is 1B, written as 0x1B in programming notation or 1B₁₆ in mathematical notation.

  4. 4

    Verify: 1 x 16^1 + 11 x 16^0 = 27. ✓

WORKED EXAMPLE

27 to hex: 27 / 16 = 1 remainder 11 (B) 1 / 16 = 0 remainder 1 (1) Read hex digits bottom to top: 1B 27₁₀ = 0x1B = 1B₁₆ Binary: 11011 Octal: 33

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.