Shades of Cocoa Brown #1E1302
Tints of Cocoa Brown #1E1302
RGB
CMYK
RGB Variations
Color information
#1E1302 (or 0x1E1302) is known color: Cocoa Brown. HEX triplet: 1E, 13 and 02. RGB value is (30,19,2). Sum of RGB (Red+Green+Blue) = 30+19+2=51 (6% of max value = 765). Red value is 30 (12.11% from 255 or 58.82% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 2 (1.17% from 255 or 3.92% from 51); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1302 is #E1ECFD. Grayscale: #141414. Windows color (decimal): -14806270 or 135966. OLE color: 135966.
HSL color Cylindrical-coordinate representation of color #1E1302: hue angle of 36.43º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E1302 is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 19 | 2 | - |
| CMYK | 0 | 0.37 | 0.93 | 0.88 |
| HSL | 36.43º | 0.88% | 0.06% | - |
| HSV(B) | 36.43º | 0.93% | 0.12% | - |
| XYZ | 0.78 | 0.75 | 0.16 | - |
| YUV | 20.35 | 117.64 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 2 | 0 | 0.37 | 0.93 | 0.88 | 36.43 | 0.88 | 0.06 |
| Hex | 1E | 13 | 2 | 0 | 25 | 5D | 58 | 24 | 58 | 6 |
| Octal | 36 | 23 | 2 | 0 | 45 | 135 | 130 | 44 | 130 | 6 |
| Binary | 11110 | 10011 | 10 | 0 | 100101 | 1011101 | 1011000 | 100100 | 1011000 | 110 |
Color Harmonies of #1E1302
Complementary color
Monochromatic Colors of #1E1302
Black with #1E1302
Text Example
Text Example
White with #1E1302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1302; }
p { color: rgb(30,19,2); }
H1.HeaderClassName
{
color: #1E1302;
}
.AnyTagClassName
{
color: #1E1302;
}
</style>
background-color css
<style>
a { background-color: #1E1302; }
a { background-color: rgb(30,19,2); }
div.DivClassName
{
background-color: #1E1302;
}
.BgClassName
{
background-color: #1E1302;
}
</style>
border-color css
<style>
span { border-color: #1E1302; }
span { border-color: rgb(30,19,2); }
td.TdClassName
{
border-color: #1E1302;
}
.TagClassName
{
border-color: #1E1302;
}
</style>