Shades of Cocoa Brown #1F1202
Tints of Cocoa Brown #1F1202
RGB
CMYK
RGB Variations
Color information
#1F1202 (or 0x1F1202) is known color: Cocoa Brown. HEX triplet: 1F, 12 and 02. RGB value is (31,18,2). Sum of RGB (Red+Green+Blue) = 31+18+2=51 (6% of max value = 765). Red value is 31 (12.5% from 255 or 60.78% from 51); Green value is 18 (7.42% from 255 or 35.29% from 51); Blue value is 2 (1.17% from 255 or 3.92% from 51); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1202 is #E0EDFD. Grayscale: #141414. Windows color (decimal): -14740990 or 135711. OLE color: 135711.
HSL color Cylindrical-coordinate representation of color #1F1202: hue angle of 33.1º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F1202 is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 18 | 2 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.88 |
| HSL | 33.1º | 0.88% | 0.06% | - |
| HSV(B) | 33.1º | 0.94% | 0.12% | - |
| XYZ | 0.79 | 0.73 | 0.16 | - |
| YUV | 20.06 | 117.81 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 2 | 0 | 0.42 | 0.94 | 0.88 | 33.1 | 0.88 | 0.06 |
| Hex | 1F | 12 | 2 | 0 | 2A | 5E | 58 | 21 | 58 | 6 |
| Octal | 37 | 22 | 2 | 0 | 52 | 136 | 130 | 41 | 130 | 6 |
| Binary | 11111 | 10010 | 10 | 0 | 101010 | 1011110 | 1011000 | 100001 | 1011000 | 110 |
Color Harmonies of #1F1202
Complementary color
Monochromatic Colors of #1F1202
Black with #1F1202
Text Example
Text Example
White with #1F1202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1202; }
p { color: rgb(31,18,2); }
H1.HeaderClassName
{
color: #1F1202;
}
.AnyTagClassName
{
color: #1F1202;
}
</style>
background-color css
<style>
a { background-color: #1F1202; }
a { background-color: rgb(31,18,2); }
div.DivClassName
{
background-color: #1F1202;
}
.BgClassName
{
background-color: #1F1202;
}
</style>
border-color css
<style>
span { border-color: #1F1202; }
span { border-color: rgb(31,18,2); }
td.TdClassName
{
border-color: #1F1202;
}
.TagClassName
{
border-color: #1F1202;
}
</style>