Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Blue Charcoal | 08111D | #08111D | 8, 17, 29 | 3.14, 6.67, 11.37 | 72.41, 41.38, 0, 88.63 | 214.28571428571, 72.413793103448, 11.372549019608 |
Color #08111d is Blue Charcoal. In RGB: 3.14, 6.67, 11.37. In CMYK: 72.41, 41.38, 0, 88.63.
div { background: #08111d; color: #000; }
div { background: #08111d; color: #fff; }
div { background: linear-gradient(to bottom, #000003 0%, #1E2632 100%); color: #000; }
div { background: linear-gradient(to bottom, #1E2632 0%, #000003 100%); color: #000; }
div { background: linear-gradient(to bottom, #000003 0%, #1E2632 100%); color: #fff; }
div { background: linear-gradient(to bottom, #1E2632 0%, #000003 100%); color: #fff; }
div { border: 1px solid #08111d; }
div { border: 5px solid #08111d; }
div { border: 1px dashed #08111d; }
div { border: 5px dashed #08111d; }
div { border: 1px dotted #08111d; }
div { border: 5px dotted #08111d; }