Shades of Cocoa Brown #1E1101
Tints of Cocoa Brown #1E1101
RGB
CMYK
RGB Variations
Color information
#1E1101 (or 0x1E1101) is known color: Cocoa Brown. HEX triplet: 1E, 11 and 01. RGB value is (30,17,1). Sum of RGB (Red+Green+Blue) = 30+17+1=48 (6% of max value = 765). Red value is 30 (12.11% from 255 or 62.5% from 48); Green value is 17 (7.03% from 255 or 35.42% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1101 is #E1EEFE. Grayscale: #131313. Windows color (decimal): -14806783 or 69918. OLE color: 69918.
HSL color Cylindrical-coordinate representation of color #1E1101: hue angle of 33.1º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E1101 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 17 | 1 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.88 |
| HSL | 33.1º | 0.94% | 0.06% | - |
| HSV(B) | 33.1º | 0.97% | 0.12% | - |
| XYZ | 0.74 | 0.68 | 0.12 | - |
| YUV | 19.06 | 117.81 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 17 | 1 | 0 | 0.43 | 0.97 | 0.88 | 33.1 | 0.94 | 0.06 |
| Hex | 1E | 11 | 1 | 0 | 2B | 61 | 58 | 21 | 5E | 6 |
| Octal | 36 | 21 | 1 | 0 | 53 | 141 | 130 | 41 | 136 | 6 |
| Binary | 11110 | 10001 | 1 | 0 | 101011 | 1100001 | 1011000 | 100001 | 1011110 | 110 |
Color Harmonies of #1E1101
Complementary color
Monochromatic Colors of #1E1101
Black with #1E1101
Text Example
Text Example
White with #1E1101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1101; }
p { color: rgb(30,17,1); }
H1.HeaderClassName
{
color: #1E1101;
}
.AnyTagClassName
{
color: #1E1101;
}
</style>
background-color css
<style>
a { background-color: #1E1101; }
a { background-color: rgb(30,17,1); }
div.DivClassName
{
background-color: #1E1101;
}
.BgClassName
{
background-color: #1E1101;
}
</style>
border-color css
<style>
span { border-color: #1E1101; }
span { border-color: rgb(30,17,1); }
td.TdClassName
{
border-color: #1E1101;
}
.TagClassName
{
border-color: #1E1101;
}
</style>