Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Black Marlin | 3F2B16 | #3F2B16 | 63, 43, 22 | 24.71, 16.86, 8.63 | 0, 31.75, 65.08, 75.29 | 30.731707317073, 65.079365079365, 24.705882352941 |
Color #3f2b16 is Black Marlin. In RGB: 24.71, 16.86, 8.63. In CMYK: 0, 31.75, 65.08, 75.29.
div { background: #3f2b16; color: #000; }
div { background: #3f2b16; color: #fff; }
div { background: linear-gradient(to bottom, #291600 0%, #57412B 100%); color: #000; }
div { background: linear-gradient(to bottom, #57412B 0%, #291600 100%); color: #000; }
div { background: linear-gradient(to bottom, #291600 0%, #57412B 100%); color: #fff; }
div { background: linear-gradient(to bottom, #57412B 0%, #291600 100%); color: #fff; }
div { border: 1px solid #3f2b16; }
div { border: 5px solid #3f2b16; }
div { border: 1px dashed #3f2b16; }
div { border: 5px dashed #3f2b16; }
div { border: 1px dotted #3f2b16; }
div { border: 5px dotted #3f2b16; }