#160F16
A very dark, muted neutral closely aligning with Black.
About #160F16
At its core, #160F16 is a very dark and muted hue. If you're using CSS, you might find it aligns closely with Black. In the RGB color space, it consists of 22 red, 15 green, and 22 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 32% M, 0% Y, and 91% K. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#160F16
RGB22, 15, 22
HSL300.0°, 18.9%, 7.3%
CMYK0%, 32%, 0%, 91%
HSV300.0°, 31.8%, 8.6%
LAB5.2, 4.3, -3.1
XYZ0.6, 0.6, 0.8
Decimal1445654
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
18.85:1
Text on #FFFFFF
AAA
1.11:1
Text on #000000
FAIL
18.02:1
Text on #F8FAFC
AAA
1.06:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #160F16;
}
.text-color {
color: #160F16;
}
.border-color {
border: 2px solid #160F16;
}