Shades of Cocoa Brown #1F1002
Tints of Cocoa Brown #1F1002
RGB
CMYK
RGB Variations
Color information
#1F1002 (or 0x1F1002) is known color: Cocoa Brown. HEX triplet: 1F, 10 and 02. RGB value is (31,16,2). Sum of RGB (Red+Green+Blue) = 31+16+2=49 (6% of max value = 765). Red value is 31 (12.5% from 255 or 63.27% from 49); Green value is 16 (6.64% from 255 or 32.65% from 49); Blue value is 2 (1.17% from 255 or 4.08% from 49); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1002 is #E0EFFD. Grayscale: #121212. Windows color (decimal): -14741502 or 135199. OLE color: 135199.
HSL color Cylindrical-coordinate representation of color #1F1002: hue angle of 28.97º 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 #1F1002 is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 16 | 2 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.88 |
| HSL | 28.97º | 0.88% | 0.06% | - |
| HSV(B) | 28.97º | 0.94% | 0.12% | - |
| XYZ | 0.76 | 0.67 | 0.15 | - |
| YUV | 18.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 16 | 2 | 0 | 0.48 | 0.94 | 0.88 | 28.97 | 0.88 | 0.06 |
| Hex | 1F | 10 | 2 | 0 | 30 | 5E | 58 | 1D | 58 | 6 |
| Octal | 37 | 20 | 2 | 0 | 60 | 136 | 130 | 35 | 130 | 6 |
| Binary | 11111 | 10000 | 10 | 0 | 110000 | 1011110 | 1011000 | 11101 | 1011000 | 110 |
Color Harmonies of #1F1002
Complementary color
Monochromatic Colors of #1F1002
Black with #1F1002
Text Example
Text Example
White with #1F1002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1002; }
p { color: rgb(31,16,2); }
H1.HeaderClassName
{
color: #1F1002;
}
.AnyTagClassName
{
color: #1F1002;
}
</style>
background-color css
<style>
a { background-color: #1F1002; }
a { background-color: rgb(31,16,2); }
div.DivClassName
{
background-color: #1F1002;
}
.BgClassName
{
background-color: #1F1002;
}
</style>
border-color css
<style>
span { border-color: #1F1002; }
span { border-color: rgb(31,16,2); }
td.TdClassName
{
border-color: #1F1002;
}
.TagClassName
{
border-color: #1F1002;
}
</style>