Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Tuna | 303241 | #303241 | 48, 50, 65 | 18.82, 19.61, 25.49 | 26.15, 23.08, 0, 74.51 | 232.94117647059, 26.153846153846, 25.490196078431 |
Color #303241 is Tuna. In RGB: 18.82, 19.61, 25.49. In CMYK: 26.15, 23.08, 0, 74.51.
div { background: #303241; color: #000; }
div { background: #303241; color: #fff; }
div { background: linear-gradient(to bottom, #1B1D2B 0%, #474858 100%); color: #000; }
div { background: linear-gradient(to bottom, #474858 0%, #1B1D2B 100%); color: #000; }
div { background: linear-gradient(to bottom, #1B1D2B 0%, #474858 100%); color: #fff; }
div { background: linear-gradient(to bottom, #474858 0%, #1B1D2B 100%); color: #fff; }
div { border: 1px solid #303241; }
div { border: 5px solid #303241; }
div { border: 1px dashed #303241; }
div { border: 5px dashed #303241; }
div { border: 1px dotted #303241; }
div { border: 5px dotted #303241; }