Explore the base color
Review HEX, RGB, HSL, and HSV for black, then browse shades, tints, tones, and hues.
Black color codes for #000000 — HEX, RGB, HSL, HSV, shades, named blacks, and copy-ready CSS.
Loading tool…
Follow these steps for a clear answer.
Review HEX, RGB, HSL, and HSV for black, then browse shades, tints, tones, and hues.
Click a generated strip or a CSS named black shade to load codes and harmonies.
Copy HEX, rgb(), hsl(), or the keyword—and check contrast on white and black.
Core relationships used by this color tool.
Common picks with formula and result.
CSS keyword
Family neighbor
Background use
Harmony hint
Version 1.0.0
Shades/tints/tones adjust HSL L or S from base H; harmonies offset H on the hue circleBlack anchors typography and dark mode. Use soft grays for secondary content to avoid stark walls of ink.
For full keyword search across all hues, use HTML color codes. For palette generation, try the color scheme generator or color wheel.
:root {
--black: #000000;
--ink: #111111;
--muted: #696969;
}
.banner {
background-color: var(--black);
color: #ffffff;
}
| Name | HEX | RGB | Feel |
|---|---|---|---|
| black | #000000 | 0, 0, 0 | Base keyword |
| dimgray | #696969 | 105, 105, 105 | Dark shade |
| gray | #808080 | 128, 128, 128 | Named shade |
| darkslategray | #2F4F4F | 47, 79, 79 | Dark shade |
| midnightblue | #191970 | 25, 25, 112 | Dark shade |
| silver | #C0C0C0 | 192, 192, 192 | Named shade |
| white | #FFFFFF | 255, 255, 255 | Named shade |
| darkgray | #A9A9A9 | 169, 169, 169 | Dark shade |
| darkgrey | #A9A9A9 | 169, 169, 169 | Dark shade |
| darkslategrey | #2F4F4F | 47, 79, 79 | Dark shade |
| dimgrey | #696969 | 105, 105, 105 | Dark shade |
| gainsboro | #DCDCDC | 220, 220, 220 | Named shade |
Key distinctions behind the tool.
The CSS named color black is #000000, equal to rgb(0, 0, 0) and hsl(0°, 0%, 0%).
Black is absolute #000000. DimGray is a softer dark for secondary text and icons.
White, neon accents, and gold on black feel bold. Soft gray text reduces harshness. Always check text contrast.
Black on white is maximum contrast. Prefer off-black (#111–#222) if pure black feels too harsh on large screens.
Use color: black;, color: #000000;, or color: rgb(0, 0, 0); on any property that accepts a <color> value, including background-color and border-color.