Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Mine Shaft | 333333 | #333333 | 51, 51, 51 | 20, 20, 20 | 0, 0, 0, 80 | 0, 0, 20 |
Color #333333 is Mine Shaft. In RGB: 20, 20, 20. In CMYK: 0, 0, 0, 80.
div { background: #333333; color: #000; }
div { background: #333333; color: #fff; }
div { background: linear-gradient(to bottom, #1E1E1E 0%, #4A4A4A 100%); color: #000; }
div { background: linear-gradient(to bottom, #4A4A4A 0%, #1E1E1E 100%); color: #000; }
div { background: linear-gradient(to bottom, #1E1E1E 0%, #4A4A4A 100%); color: #fff; }
div { background: linear-gradient(to bottom, #4A4A4A 0%, #1E1E1E 100%); color: #fff; }
div { border: 1px solid #333333; }
div { border: 5px solid #333333; }
div { border: 1px dashed #333333; }
div { border: 5px dashed #333333; }
div { border: 1px dotted #333333; }
div { border: 5px dotted #333333; }