#1D160F
A very dark, moderate neutral closely aligning with Black.
About #1D160F
Visually, #1D160F is defined as a moderate neutral. If you're using CSS, you might find it aligns closely with Black. In the RGB color space, it consists of 29 red, 22 green, and 15 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 24% magenta, 48% yellow, and 89% black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D160F
RGB29, 22, 15
HSL30.0°, 31.8%, 8.6%
CMYK0%, 24%, 48%, 89%
HSV30.0°, 48.3%, 11.4%
LAB7.9, 2.2, 5.3
XYZ0.9, 0.9, 0.6
Decimal1906191
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.89:1
Text on #FFFFFF
AAA
1.17:1
Text on #000000
FAIL
17.10:1
Text on #F8FAFC
AAA
1.00:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D160F;
}
.text-color {
color: #1D160F;
}
.border-color {
border: 2px solid #1D160F;
}