Black (Neutral)
#13181A
RGB: 19, 24, 26
Color OverviewHEX #13181A

#13181A Color Code Information

In the RGB color space, #13181A is composed of 7% red, 9% green, and 10% blue. In the HSL color space, it has a hue of 197°, saturation of 16%, and lightness of 9%.

HEX
#13181A
RGB
19, 24, 26
HSL
197°, 16%, 9%
HSV
197°, 27%, 10%
CMYK
27%, 8%, 0%, 90%
Name Match
Black
Closest Standard

Shades of #13181A (Darker Variations)

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

Tints of #13181A (Lighter Variations)

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

Tones of #13181A (Muted Variations)

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

Color Harmonies for #13181A

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 #13181A Background
Contrast Ratio against Pure White (#FFFFFF):17.9 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #13181A Background
Contrast Ratio against Pure Black (#000000):1.17 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #13181A;
}

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