Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Kelp | 3F412C | #3F412C | 63, 65, 44 | 24.71, 25.49, 17.25 | 3.08, 0, 32.31, 74.51 | 65.714285714286, 32.307692307692, 25.490196078431 |
Color #3f412c is Kelp. In RGB: 24.71, 25.49, 17.25. In CMYK: 3.08, 0, 32.31, 74.51.
div { background: #3f412c; color: #000; }
div { background: #3f412c; color: #fff; }
div { background: linear-gradient(to bottom, #292B17 0%, #565842 100%); color: #000; }
div { background: linear-gradient(to bottom, #565842 0%, #292B17 100%); color: #000; }
div { background: linear-gradient(to bottom, #292B17 0%, #565842 100%); color: #fff; }
div { background: linear-gradient(to bottom, #565842 0%, #292B17 100%); color: #fff; }
div { border: 1px solid #3f412c; }
div { border: 5px solid #3f412c; }
div { border: 1px dashed #3f412c; }
div { border: 5px dashed #3f412c; }
div { border: 1px dotted #3f412c; }
div { border: 5px dotted #3f412c; }