#2C1D16
A very dark, moderate orange closely aligning with Black.
About #2C1D16
At its core, #2C1D16 is a very dark and moderate hue. If you're using CSS, you might find it aligns closely with Black. This translates to an RGB value of rgb(44, 29, 22).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 34% M, 50% Y, and 83% K. This makes it a relatively dark color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2C1D16
RGB44, 29, 22
HSL19.1°, 33.3%, 12.9%
CMYK0%, 34%, 50%, 83%
HSV19.1°, 50.0%, 17.3%
LAB12.4, 6.2, 7.7
XYZ1.6, 1.5, 1.0
Decimal2891030
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.22:1
Text on #FFFFFF
AAA
1.29:1
Text on #000000
FAIL
15.51:1
Text on #F8FAFC
AAA
1.10:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C1D16;
}
.text-color {
color: #2C1D16;
}
.border-color {
border: 2px solid #2C1D16;
}