#3A0F2C
A very dark, moderate magenta closely aligning with Black.
About #3A0F2C
Visually, #3A0F2C is defined as a moderate magenta. If you're using CSS, you might find it aligns closely with Black. Its digital footprint relies on 58 parts red, 15 parts green, and 44 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 74% magenta inks. The HSL representation is 319.5° hue, 58.9% saturation, and 14.3% lightness.
Contrast ratios determine whether this color is safe for typography. 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#3A0F2C
RGB58, 15, 44
HSL319.5°, 58.9%, 14.3%
CMYK0%, 74%, 24%, 77%
HSV319.5°, 74.1%, 22.7%
LAB12.1, 24.9, -8.6
XYZ2.4, 1.4, 2.5
Decimal3804972
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
16.35:1
Text on #FFFFFF
AAA
1.28:1
Text on #000000
FAIL
15.62:1
Text on #F8FAFC
AAA
1.09:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A0F2C;
}
.text-color {
color: #3A0F2C;
}
.border-color {
border: 2px solid #3A0F2C;
}