#3A001D
A very dark, vivid magenta closely aligning with Black.
About #3A001D
At its core, #3A001D is a very dark and vivid hue. Its closest recognized web color is Black. This translates to an RGB value of rgb(58, 0, 29).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 100% magenta, 50% yellow, and 77% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#3A001D
RGB58, 0, 29
HSL330.0°, 100.0%, 11.4%
CMYK0%, 100%, 50%, 77%
HSV330.0°, 100.0%, 22.7%
LAB8.9, 30.0, -2.2
XYZ2.0, 1.0, 1.2
Decimal3801117
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
17.53:1
Text on #FFFFFF
AAA
1.20:1
Text on #000000
FAIL
16.76:1
Text on #F8FAFC
AAA
1.02:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A001D;
}
.text-color {
color: #3A001D;
}
.border-color {
border: 2px solid #3A001D;
}