Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Eclipse | 2F1B17 | #2F1B17 | 47, 27, 23 | 18.43, 10.59, 9.02 | 0, 42.55, 51.06, 81.57 | 10, 51.063829787234, 18.43137254902 |
Color #2f1b17 is Eclipse. In RGB: 18.43, 10.59, 9.02. In CMYK: 0, 42.55, 51.06, 81.57.
div { background: #2f1b17; color: #000; }
div { background: #2f1b17; color: #fff; }
div { background: linear-gradient(to bottom, #1D0000 0%, #46302B 100%); color: #000; }
div { background: linear-gradient(to bottom, #46302B 0%, #1D0000 100%); color: #000; }
div { background: linear-gradient(to bottom, #1D0000 0%, #46302B 100%); color: #fff; }
div { background: linear-gradient(to bottom, #46302B 0%, #1D0000 100%); color: #fff; }
div { border: 1px solid #2f1b17; }
div { border: 5px solid #2f1b17; }
div { border: 1px dashed #2f1b17; }
div { border: 5px dashed #2f1b17; }
div { border: 1px dotted #2f1b17; }
div { border: 5px dotted #2f1b17; }