Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
black | 000000 | #000000 | 0, 0, 0 | 0, 0, 0 | 0, 0, 0, 100 | 0, 0, 0 |
Color #000000 is black. In RGB: 0, 0, 0. In CMYK: 0, 0, 0, 100.
div { background: #000000; color: #000; }
div { background: #000000; color: #fff; }
div { background: linear-gradient(to bottom, #000000 0%, #1B1B1B 100%); color: #000; }
div { background: linear-gradient(to bottom, #1B1B1B 0%, #000000 100%); color: #000; }
div { background: linear-gradient(to bottom, #000000 0%, #1B1B1B 100%); color: #fff; }
div { background: linear-gradient(to bottom, #1B1B1B 0%, #000000 100%); color: #fff; }
div { border: 1px solid #000000; }
div { border: 5px solid #000000; }
div { border: 1px dashed #000000; }
div { border: 5px dashed #000000; }
div { border: 1px dotted #000000; }
div { border: 5px dotted #000000; }