Color #000000

#000000rgb(0, 0, 0)

Color Codes

HEX#000000
RGBrgb(0, 0, 0)
HSLhsl(0°, 0%, 0%)
CMYKcmyk(0%, 0%, 0%, 100%)
CIELABLab(0, 0, 0)

Color Schemes

Tints & Shades

CSS Code Snippets

background-color: #000000;
color: #000000;
border: 2px solid #000000;
background: linear-gradient(135deg, #000000, #000000);

Code Export

css
:root {
  --color-primary: #000000;
  --color-primary-rgb: 0, 0, 0;
  --color-primary-hsl: 0, 0%, 0%;
}

Related Tools