#1D1600
A very dark, vivid neutral closely aligning with Black.
About #1D1600
Visually, #1D1600 is defined as a vivid neutral. If you're using CSS, you might find it aligns closely with Black. Its digital footprint relies on 29 parts red, 22 parts green, and 0 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 24% magenta, 100% yellow, and 89% black. With a hue angle of 45.5 degrees, it sits comfortably in the neutral spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D1600
RGB29, 22, 0
HSL45.5°, 100.0%, 5.7%
CMYK0%, 24%, 100%, 89%
HSV45.5°, 100.0%, 11.4%
LAB7.5, -0.0, 11.3
XYZ0.8, 0.8, 0.1
Decimal1906176
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.99:1
Text on #FFFFFF
AAA
1.17:1
Text on #000000
FAIL
17.20:1
Text on #F8FAFC
AAA
1.01:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D1600;
}
.text-color {
color: #1D1600;
}
.border-color {
border: 2px solid #1D1600;
}