#331D2C
A very dark, muted magenta closely aligning with Black.
About #331D2C
When working with digital screens, the color #331D2C is rendered by mixing light. Its closest recognized web color is Black. This translates to an RGB value of rgb(51, 29, 44).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 43% magenta inks. The HSL representation is 319.1° hue, 27.5% saturation, and 15.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#331D2C
RGB51, 29, 44
HSL319.1°, 27.5%, 15.7%
CMYK0%, 43%, 14%, 80%
HSV319.1°, 43.1%, 20.0%
LAB14.2, 13.6, -5.6
XYZ2.3, 1.8, 2.6
Decimal3349804
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.52:1
Text on #FFFFFF
AAA
1.35:1
Text on #000000
FAIL
14.84:1
Text on #F8FAFC
AAA
1.15:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #331D2C;
}
.text-color {
color: #331D2C;
}
.border-color {
border: 2px solid #331D2C;
}