Shades of Cocoa Brown #1F1304
Tints of Cocoa Brown #1F1304
RGB
CMYK
RGB Variations
Color information
#1F1304 (or 0x1F1304) is known color: Cocoa Brown. HEX triplet: 1F, 13 and 04. RGB value is (31,19,4). Sum of RGB (Red+Green+Blue) = 31+19+4=54 (7% of max value = 765). Red value is 31 (12.5% from 255 or 57.41% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 4 (1.95% from 255 or 7.41% from 54); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1304 is #E0ECFB. Grayscale: #141414. Windows color (decimal): -14740732 or 267039. OLE color: 267039.
HSL color Cylindrical-coordinate representation of color #1F1304: hue angle of 33.33º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F1304 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 19 | 4 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.88 |
| HSL | 33.33º | 0.77% | 0.07% | - |
| HSV(B) | 33.33º | 0.87% | 0.12% | - |
| XYZ | 0.82 | 0.77 | 0.22 | - |
| YUV | 20.88 | 118.48 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 4 | 0 | 0.39 | 0.87 | 0.88 | 33.33 | 0.77 | 0.07 |
| Hex | 1F | 13 | 4 | 0 | 27 | 57 | 58 | 21 | 4D | 7 |
| Octal | 37 | 23 | 4 | 0 | 47 | 127 | 130 | 41 | 115 | 7 |
| Binary | 11111 | 10011 | 100 | 0 | 100111 | 1010111 | 1011000 | 100001 | 1001101 | 111 |
Color Harmonies of #1F1304
Complementary color
Monochromatic Colors of #1F1304
Black with #1F1304
Text Example
Text Example
White with #1F1304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1304; }
p { color: rgb(31,19,4); }
H1.HeaderClassName
{
color: #1F1304;
}
.AnyTagClassName
{
color: #1F1304;
}
</style>
background-color css
<style>
a { background-color: #1F1304; }
a { background-color: rgb(31,19,4); }
div.DivClassName
{
background-color: #1F1304;
}
.BgClassName
{
background-color: #1F1304;
}
</style>
border-color css
<style>
span { border-color: #1F1304; }
span { border-color: rgb(31,19,4); }
td.TdClassName
{
border-color: #1F1304;
}
.TagClassName
{
border-color: #1F1304;
}
</style>