#160F00
A very dark, vivid neutral closely aligning with Black.
About #160F00
The hex code #160F00 represents a beautifully specific shade of neutral. Designers often compare it to the standard color Black. Its digital footprint relies on 22 parts red, 15 parts green, and 0 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 32% Magenta, 100% Yellow, and 91% Black. With a hue angle of 40.9 degrees, it sits comfortably in the neutral spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#160F00
RGB22, 15, 0
HSL40.9°, 100.0%, 4.3%
CMYK0%, 32%, 100%, 91%
HSV40.9°, 100.0%, 8.6%
LAB4.6, 0.6, 6.9
XYZ0.5, 0.5, 0.1
Decimal1445632
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
19.05:1
Text on #FFFFFF
AAA
1.10:1
Text on #000000
FAIL
18.21:1
Text on #F8FAFC
AAA
1.07:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #160F00;
}
.text-color {
color: #160F00;
}
.border-color {
border: 2px solid #160F00;
}