Shades of Cocoa Brown #301E11
Tints of Cocoa Brown #301E11
RGB
CMYK
RGB Variations
Color information
#301E11 (or 0x301E11) is known color: Cocoa Brown. HEX triplet: 30, 1E and 11. RGB value is (48,30,17). Sum of RGB (Red+Green+Blue) = 48+30+17=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 30 (12.11% from 255 or 31.58% from 95); Blue value is 17 (7.03% from 255 or 17.89% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #301E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301E11 is #CFE1EE. Grayscale: #212121. Windows color (decimal): -13623791 or 1121840. OLE color: 1121840.
HSL color Cylindrical-coordinate representation of color #301E11: hue angle of 25.16º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #301E11 is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 30 | 17 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.81 |
| HSL | 25.16º | 0.48% | 0.13% | - |
| HSV(B) | 25.16º | 0.65% | 0.19% | - |
| XYZ | 1.78 | 1.6 | 0.74 | - |
| YUV | 33.9 | 118.46 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 30 | 17 | 0 | 0.37 | 0.65 | 0.81 | 25.16 | 0.48 | 0.13 |
| Hex | 30 | 1E | 11 | 0 | 25 | 41 | 51 | 19 | 30 | D |
| Octal | 60 | 36 | 21 | 0 | 45 | 101 | 121 | 31 | 60 | 15 |
| Binary | 110000 | 11110 | 10001 | 0 | 100101 | 1000001 | 1010001 | 11001 | 110000 | 1101 |
Color Harmonies of #301E11
Complementary color
Monochromatic Colors of #301E11
Black with #301E11
Text Example
Text Example
White with #301E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301E11; }
p { color: rgb(48,30,17); }
H1.HeaderClassName
{
color: #301E11;
}
.AnyTagClassName
{
color: #301E11;
}
</style>
background-color css
<style>
a { background-color: #301E11; }
a { background-color: rgb(48,30,17); }
div.DivClassName
{
background-color: #301E11;
}
.BgClassName
{
background-color: #301E11;
}
</style>
border-color css
<style>
span { border-color: #301E11; }
span { border-color: rgb(48,30,17); }
td.TdClassName
{
border-color: #301E11;
}
.TagClassName
{
border-color: #301E11;
}
</style>