Shades of Cocoa Brown #1F1103
Tints of Cocoa Brown #1F1103
RGB
CMYK
RGB Variations
Color information
#1F1103 (or 0x1F1103) is known color: Cocoa Brown. HEX triplet: 1F, 11 and 03. RGB value is (31,17,3). Sum of RGB (Red+Green+Blue) = 31+17+3=51 (6% of max value = 765). Red value is 31 (12.5% from 255 or 60.78% from 51); Green value is 17 (7.03% from 255 or 33.33% from 51); Blue value is 3 (1.56% from 255 or 5.88% from 51); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1103 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1103 is #E0EEFC. Grayscale: #131313. Windows color (decimal): -14741245 or 200991. OLE color: 200991.
HSL color Cylindrical-coordinate representation of color #1F1103: hue angle of 30º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F1103 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 17 | 3 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.88 |
| HSL | 30º | 0.82% | 0.07% | - |
| HSV(B) | 30º | 0.9% | 0.12% | - |
| XYZ | 0.78 | 0.7 | 0.18 | - |
| YUV | 19.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 3 | 0 | 0.45 | 0.90 | 0.88 | 30 | 0.82 | 0.07 |
| Hex | 1F | 11 | 3 | 0 | 2D | 5A | 58 | 1E | 52 | 7 |
| Octal | 37 | 21 | 3 | 0 | 55 | 132 | 130 | 36 | 122 | 7 |
| Binary | 11111 | 10001 | 11 | 0 | 101101 | 1011010 | 1011000 | 11110 | 1010010 | 111 |
Color Harmonies of #1F1103
Complementary color
Monochromatic Colors of #1F1103
Black with #1F1103
Text Example
Text Example
White with #1F1103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1103; }
p { color: rgb(31,17,3); }
H1.HeaderClassName
{
color: #1F1103;
}
.AnyTagClassName
{
color: #1F1103;
}
</style>
background-color css
<style>
a { background-color: #1F1103; }
a { background-color: rgb(31,17,3); }
div.DivClassName
{
background-color: #1F1103;
}
.BgClassName
{
background-color: #1F1103;
}
</style>
border-color css
<style>
span { border-color: #1F1103; }
span { border-color: rgb(31,17,3); }
td.TdClassName
{
border-color: #1F1103;
}
.TagClassName
{
border-color: #1F1103;
}
</style>