Black (Neutral)
#13131F
RGB: 19, 19, 31
Color OverviewHEX #13131F

#13131F Color Code Information

In the RGB color space, #13131F is composed of 7% red, 7% green, and 12% blue. In the HSL color space, it has a hue of 240°, saturation of 24%, and lightness of 10%.

HEX
#13131F
RGB
19, 19, 31
HSL
240°, 24%, 10%
HSV
240°, 39%, 12%
CMYK
39%, 39%, 0%, 88%
Name Match
Black
Closest Standard

Shades of #13131F (Darker Variations)

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

Tints of #13131F (Lighter Variations)

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

Tones of #13131F (Muted Variations)

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

Color Harmonies for #13131F

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 #13131F Background
Contrast Ratio against Pure White (#FFFFFF):18.41 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #13131F Background
Contrast Ratio against Pure Black (#000000):1.14 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #13131F;
}

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