#160716
A very dark, moderate neutral closely aligning with Black.
About #160716
The precise color #160716 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, 7, 22).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 68% magenta, 0% yellow, and 91% black. Always request a physical proof before doing a large print run with this exact code.
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#160716
RGB22, 7, 22
HSL300.0°, 51.7%, 5.7%
CMYK0%, 68%, 0%, 91%
HSV300.0°, 68.2%, 8.6%
LAB3.4, 7.8, -5.6
XYZ0.6, 0.4, 0.8
Decimal1443606
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
19.52:1
Text on #FFFFFF
AAA
1.08:1
Text on #000000
FAIL
18.65:1
Text on #F8FAFC
AAA
1.09:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #160716;
}
.text-color {
color: #160716;
}
.border-color {
border: 2px solid #160716;
}