Shades of Cocoa Brown #1E1203
Tints of Cocoa Brown #1E1203
RGB
CMYK
RGB Variations
Color information
#1E1203 (or 0x1E1203) is known color: Cocoa Brown. HEX triplet: 1E, 12 and 03. RGB value is (30,18,3). Sum of RGB (Red+Green+Blue) = 30+18+3=51 (6% of max value = 765). Red value is 30 (12.11% from 255 or 58.82% from 51); Green value is 18 (7.42% from 255 or 35.29% from 51); Blue value is 3 (1.56% from 255 or 5.88% from 51); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1203 is #E1EDFC. Grayscale: #131313. Windows color (decimal): -14806525 or 201246. OLE color: 201246.
HSL color Cylindrical-coordinate representation of color #1E1203: hue angle of 33.33º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E1203 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 18 | 3 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.88 |
| HSL | 33.33º | 0.82% | 0.06% | - |
| HSV(B) | 33.33º | 0.9% | 0.12% | - |
| XYZ | 0.77 | 0.72 | 0.18 | - |
| YUV | 19.88 | 118.48 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 18 | 3 | 0 | 0.40 | 0.90 | 0.88 | 33.33 | 0.82 | 0.06 |
| Hex | 1E | 12 | 3 | 0 | 28 | 5A | 58 | 21 | 52 | 6 |
| Octal | 36 | 22 | 3 | 0 | 50 | 132 | 130 | 41 | 122 | 6 |
| Binary | 11110 | 10010 | 11 | 0 | 101000 | 1011010 | 1011000 | 100001 | 1010010 | 110 |
Color Harmonies of #1E1203
Complementary color
Monochromatic Colors of #1E1203
Black with #1E1203
Text Example
Text Example
White with #1E1203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1203; }
p { color: rgb(30,18,3); }
H1.HeaderClassName
{
color: #1E1203;
}
.AnyTagClassName
{
color: #1E1203;
}
</style>
background-color css
<style>
a { background-color: #1E1203; }
a { background-color: rgb(30,18,3); }
div.DivClassName
{
background-color: #1E1203;
}
.BgClassName
{
background-color: #1E1203;
}
</style>
border-color css
<style>
span { border-color: #1E1203; }
span { border-color: rgb(30,18,3); }
td.TdClassName
{
border-color: #1E1203;
}
.TagClassName
{
border-color: #1E1203;
}
</style>