Shades of Cocoa Brown #1F1102
Tints of Cocoa Brown #1F1102
RGB
CMYK
RGB Variations
Color information
#1F1102 (or 0x1F1102) is known color: Cocoa Brown. HEX triplet: 1F, 11 and 02. RGB value is (31,17,2). Sum of RGB (Red+Green+Blue) = 31+17+2=50 (6% of max value = 765). Red value is 31 (12.5% from 255 or 62% from 50); Green value is 17 (7.03% from 255 or 34% from 50); Blue value is 2 (1.17% from 255 or 4% from 50); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1102 is #E0EEFD. Grayscale: #131313. Windows color (decimal): -14741246 or 135455. OLE color: 135455.
HSL color Cylindrical-coordinate representation of color #1F1102: hue angle of 31.03º 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 #1F1102 is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 17 | 2 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.88 |
| HSL | 31.03º | 0.88% | 0.06% | - |
| HSV(B) | 31.03º | 0.94% | 0.12% | - |
| XYZ | 0.78 | 0.7 | 0.15 | - |
| YUV | 19.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 2 | 0 | 0.45 | 0.94 | 0.88 | 31.03 | 0.88 | 0.06 |
| Hex | 1F | 11 | 2 | 0 | 2D | 5E | 58 | 1F | 58 | 6 |
| Octal | 37 | 21 | 2 | 0 | 55 | 136 | 130 | 37 | 130 | 6 |
| Binary | 11111 | 10001 | 10 | 0 | 101101 | 1011110 | 1011000 | 11111 | 1011000 | 110 |
Color Harmonies of #1F1102
Complementary color
Monochromatic Colors of #1F1102
Black with #1F1102
Text Example
Text Example
White with #1F1102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1102; }
p { color: rgb(31,17,2); }
H1.HeaderClassName
{
color: #1F1102;
}
.AnyTagClassName
{
color: #1F1102;
}
</style>
background-color css
<style>
a { background-color: #1F1102; }
a { background-color: rgb(31,17,2); }
div.DivClassName
{
background-color: #1F1102;
}
.BgClassName
{
background-color: #1F1102;
}
</style>
border-color css
<style>
span { border-color: #1F1102; }
span { border-color: rgb(31,17,2); }
td.TdClassName
{
border-color: #1F1102;
}
.TagClassName
{
border-color: #1F1102;
}
</style>