Charcoal (Neutral)
#361E02
RGB: 54, 30, 2
Color OverviewHEX #361E02

#361E02 Color Code Information

In the RGB color space, #361E02 is composed of 21% red, 12% green, and 1% blue. In the HSL color space, it has a hue of 32°, saturation of 93%, and lightness of 11%.

HEX
#361E02
RGB
54, 30, 2
HSL
32°, 93%, 11%
HSV
32°, 96%, 21%
CMYK
0%, 44%, 96%, 79%
Name Match
Charcoal
Closest Standard

Shades of #361E02 (Darker Variations)

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

Tints of #361E02 (Lighter Variations)

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

Tones of #361E02 (Muted Variations)

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

Color Harmonies for #361E02

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 #361E02 Background
Contrast Ratio against Pure White (#FFFFFF):15.63 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #361E02 Background
Contrast Ratio against Pure Black (#000000):1.34 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #361E02;
}

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