#2C331D
A very dark, muted green closely aligning with Darkslategray.
About #2C331D
The precise color #2C331D is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkslategray. In the RGB color space, it consists of 44 red, 51 green, and 29 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 14% C, 0% M, 43% Y, and 80% K. The HSL representation is 79.1° hue, 27.5% saturation, and 15.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#2C331D
RGB44, 51, 29
HSL79.1°, 27.5%, 15.7%
CMYK14%, 0%, 43%, 80%
HSV79.1°, 43.1%, 20.0%
LAB20.0, -7.6, 13.0
XYZ2.4, 3.0, 1.6
Decimal2896669
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.14:1
Text on #FFFFFF
AAA
1.60:1
Text on #000000
FAIL
12.56:1
Text on #F8FAFC
AAA
1.36:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2C331D;
}
.text-color {
color: #2C331D;
}
.border-color {
border: 2px solid #2C331D;
}