Shades of Cocoa Brown #1E1102
Tints of Cocoa Brown #1E1102
RGB
CMYK
RGB Variations
Color information
#1E1102 (or 0x1E1102) is known color: Cocoa Brown. HEX triplet: 1E, 11 and 02. RGB value is (30,17,2). Sum of RGB (Red+Green+Blue) = 30+17+2=49 (6% of max value = 765). Red value is 30 (12.11% from 255 or 61.22% from 49); Green value is 17 (7.03% from 255 or 34.69% from 49); Blue value is 2 (1.17% from 255 or 4.08% from 49); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1102 is #E1EEFD. Grayscale: #131313. Windows color (decimal): -14806782 or 135454. OLE color: 135454.
HSL color Cylindrical-coordinate representation of color #1E1102: hue angle of 32.14º 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 #1E1102 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.88.
Color convert
RGB | 30 | 17 | 2 | - |
CMYK | 0 | 0.43 | 0.93 | 0.88 |
HSL | 32.14º | 0.88% | 0.06% | - |
HSV(B) | 32.14º | 0.93% | 0.12% | - |
XYZ | 0.75 | 0.68 | 0.15 | - |
YUV | 19.18 | 118.31 | 135.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 17 | 2 | 0 | 0.43 | 0.93 | 0.88 | 32.14 | 0.88 | 0.06 |
Hex | 1E | 11 | 2 | 0 | 2B | 5D | 58 | 20 | 58 | 6 |
Octal | 36 | 21 | 2 | 0 | 53 | 135 | 130 | 40 | 130 | 6 |
Binary | 11110 | 10001 | 10 | 0 | 101011 | 1011101 | 1011000 | 100000 | 1011000 | 110 |
Color Harmonies of #1E1102
Complementary color
Monochromatic Colors of #1E1102
Black with #1E1102
Text Example
Text Example
White with #1E1102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1102; }
p { color: rgb(30,17,2); }
H1.HeaderClassName
{
color: #1E1102;
}
.AnyTagClassName
{
color: #1E1102;
}
</style>
background-color css
<style>
a { background-color: #1E1102; }
a { background-color: rgb(30,17,2); }
div.DivClassName
{
background-color: #1E1102;
}
.BgClassName
{
background-color: #1E1102;
}
</style>
border-color css
<style>
span { border-color: #1E1102; }
span { border-color: rgb(30,17,2); }
td.TdClassName
{
border-color: #1E1102;
}
.TagClassName
{
border-color: #1E1102;
}
</style>