#1D070F
A very dark, moderate neutral closely aligning with Black.
About #1D070F
At its core, #1D070F is a very dark and moderate hue. Designers often compare it to the standard color Black. This translates to an RGB value of rgb(29, 7, 15).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 76% M, 48% Y, and 89% K. The HSL representation is 338.2° hue, 61.1% saturation, and 7.1% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1D070F
RGB29, 7, 15
HSL338.2°, 61.1%, 7.1%
CMYK0%, 76%, 48%, 89%
HSV338.2°, 75.9%, 11.4%
LAB4.0, 10.0, -0.2
XYZ0.7, 0.4, 0.5
Decimal1902351
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
19.27:1
Text on #FFFFFF
AAA
1.09:1
Text on #000000
FAIL
18.42:1
Text on #F8FAFC
AAA
1.08:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D070F;
}
.text-color {
color: #1D070F;
}
.border-color {
border: 2px solid #1D070F;
}