#161600
A very dark, vivid neutral closely aligning with Black.
About #161600
The precise color #161600 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Black. This translates to an RGB value of rgb(22, 22, 0).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 0% magenta inks. With a hue angle of 60.0 degrees, it sits comfortably in the neutral spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#161600
RGB22, 22, 0
HSL60.0°, 100.0%, 4.3%
CMYK0%, 0%, 100%, 91%
HSV60.0°, 100.0%, 8.6%
LAB6.7, -3.7, 10.0
XYZ0.6, 0.7, 0.1
Decimal1447424
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
18.28:1
Text on #FFFFFF
AAA
1.15:1
Text on #000000
FAIL
17.47:1
Text on #F8FAFC
AAA
1.02:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #161600;
}
.text-color {
color: #161600;
}
.border-color {
border: 2px solid #161600;
}