Shades of Cocoa Brown #1E1002
Tints of Cocoa Brown #1E1002
RGB
CMYK
RGB Variations
Color information
#1E1002 (or 0x1E1002) is known color: Cocoa Brown. HEX triplet: 1E, 10 and 02. RGB value is (30,16,2). Sum of RGB (Red+Green+Blue) = 30+16+2=48 (6% of max value = 765). Red value is 30 (12.11% from 255 or 62.5% from 48); Green value is 16 (6.64% from 255 or 33.33% from 48); Blue value is 2 (1.17% from 255 or 4.17% from 48); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1002 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1002 is #E1EFFD. Grayscale: #121212. Windows color (decimal): -14807038 or 135198. OLE color: 135198.
HSL color Cylindrical-coordinate representation of color #1E1002: hue angle of 30º 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 #1E1002 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 16 | 2 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.88 |
| HSL | 30º | 0.88% | 0.06% | - |
| HSV(B) | 30º | 0.93% | 0.12% | - |
| XYZ | 0.73 | 0.65 | 0.14 | - |
| YUV | 18.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 16 | 2 | 0 | 0.47 | 0.93 | 0.88 | 30 | 0.88 | 0.06 |
| Hex | 1E | 10 | 2 | 0 | 2F | 5D | 58 | 1E | 58 | 6 |
| Octal | 36 | 20 | 2 | 0 | 57 | 135 | 130 | 36 | 130 | 6 |
| Binary | 11110 | 10000 | 10 | 0 | 101111 | 1011101 | 1011000 | 11110 | 1011000 | 110 |
Color Harmonies of #1E1002
Complementary color
Monochromatic Colors of #1E1002
Black with #1E1002
Text Example
Text Example
White with #1E1002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1002; }
p { color: rgb(30,16,2); }
H1.HeaderClassName
{
color: #1E1002;
}
.AnyTagClassName
{
color: #1E1002;
}
</style>
background-color css
<style>
a { background-color: #1E1002; }
a { background-color: rgb(30,16,2); }
div.DivClassName
{
background-color: #1E1002;
}
.BgClassName
{
background-color: #1E1002;
}
</style>
border-color css
<style>
span { border-color: #1E1002; }
span { border-color: rgb(30,16,2); }
td.TdClassName
{
border-color: #1E1002;
}
.TagClassName
{
border-color: #1E1002;
}
</style>