#331D24
A very dark, muted magenta closely aligning with Black.
About #331D24
Visually, #331D24 is defined as a muted magenta. If you're using CSS, you might find it aligns closely with Black. This translates to an RGB value of rgb(51, 29, 36).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 43% magenta, 29% yellow, and 80% black. This makes it a relatively dark color when applied to physical surfaces.
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#331D24
RGB51, 29, 36
HSL340.9°, 27.5%, 15.7%
CMYK0%, 43%, 29%, 80%
HSV340.9°, 43.1%, 20.0%
LAB13.9, 12.0, -0.2
XYZ2.1, 1.7, 1.9
Decimal3349796
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.65:1
Text on #FFFFFF
AAA
1.34:1
Text on #000000
FAIL
14.96:1
Text on #F8FAFC
AAA
1.14:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #331D24;
}
.text-color {
color: #331D24;
}
.border-color {
border: 2px solid #331D24;
}