Charcoal (Neutral)
#3D092A
RGB: 61, 9, 42
Color OverviewHEX #3D092A

#3D092A Color Code Information

In the RGB color space, #3D092A is composed of 24% red, 4% green, and 16% blue. In the HSL color space, it has a hue of 322°, saturation of 74%, and lightness of 14%.

HEX
#3D092A
RGB
61, 9, 42
HSL
322°, 74%, 14%
HSV
322°, 85%, 24%
CMYK
0%, 85%, 31%, 76%
Name Match
Charcoal
Closest Standard

Shades of #3D092A (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #3D092A (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #3D092A (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #3D092A

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #3D092A Background
Contrast Ratio against Pure White (#FFFFFF):16.52 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #3D092A Background
Contrast Ratio against Pure Black (#000000):1.27 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #3D092A;
}

.element {
  color: #3D092A;
  background-color: #3D092A;
  border-color: #3D092A;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#3D092A] text-[#3D092A] border-[#3D092A]">
  Content styled with #3D092A
</div>