Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Midnight | 1E1E3D | #1E1E3D | 30, 30, 61 | 11.76, 11.76, 23.92 | 50.82, 50.82, 0, 76.08 | 240, 50.819672131148, 23.921568627451 |
Color #1e1e3d is Midnight. In RGB: 11.76, 11.76, 23.92. In CMYK: 50.82, 50.82, 0, 76.08.
div { background: #1e1e3d; color: #000; }
div { background: #1e1e3d; color: #fff; }
div { background: linear-gradient(to bottom, #0A0527 0%, #353354 100%); color: #000; }
div { background: linear-gradient(to bottom, #353354 0%, #0A0527 100%); color: #000; }
div { background: linear-gradient(to bottom, #0A0527 0%, #353354 100%); color: #fff; }
div { background: linear-gradient(to bottom, #353354 0%, #0A0527 100%); color: #fff; }
div { border: 1px solid #1e1e3d; }
div { border: 5px solid #1e1e3d; }
div { border: 1px dashed #1e1e3d; }
div { border: 5px dashed #1e1e3d; }
div { border: 1px dotted #1e1e3d; }
div { border: 5px dotted #1e1e3d; }