Shades of Cocoa Brown #1F1302
Tints of Cocoa Brown #1F1302
RGB
CMYK
RGB Variations
Color information
#1F1302 (or 0x1F1302) is known color: Cocoa Brown. HEX triplet: 1F, 13 and 02. RGB value is (31,19,2). Sum of RGB (Red+Green+Blue) = 31+19+2=52 (6% of max value = 765). Red value is 31 (12.5% from 255 or 59.62% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 2 (1.17% from 255 or 3.85% from 52); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1302 is #E0ECFD. Grayscale: #141414. Windows color (decimal): -14740734 or 135967. OLE color: 135967.
HSL color Cylindrical-coordinate representation of color #1F1302: hue angle of 35.17º 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 #1F1302 is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 19 | 2 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.88 |
| HSL | 35.17º | 0.88% | 0.06% | - |
| HSV(B) | 35.17º | 0.94% | 0.12% | - |
| XYZ | 0.81 | 0.76 | 0.16 | - |
| YUV | 20.65 | 117.48 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 2 | 0 | 0.39 | 0.94 | 0.88 | 35.17 | 0.88 | 0.06 |
| Hex | 1F | 13 | 2 | 0 | 27 | 5E | 58 | 23 | 58 | 6 |
| Octal | 37 | 23 | 2 | 0 | 47 | 136 | 130 | 43 | 130 | 6 |
| Binary | 11111 | 10011 | 10 | 0 | 100111 | 1011110 | 1011000 | 100011 | 1011000 | 110 |
Color Harmonies of #1F1302
Complementary color
Monochromatic Colors of #1F1302
Black with #1F1302
Text Example
Text Example
White with #1F1302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1302; }
p { color: rgb(31,19,2); }
H1.HeaderClassName
{
color: #1F1302;
}
.AnyTagClassName
{
color: #1F1302;
}
</style>
background-color css
<style>
a { background-color: #1F1302; }
a { background-color: rgb(31,19,2); }
div.DivClassName
{
background-color: #1F1302;
}
.BgClassName
{
background-color: #1F1302;
}
</style>
border-color css
<style>
span { border-color: #1F1302; }
span { border-color: rgb(31,19,2); }
td.TdClassName
{
border-color: #1F1302;
}
.TagClassName
{
border-color: #1F1302;
}
</style>