Shades of Cocoa Brown #301E00
Tints of Cocoa Brown #301E00
RGB
CMYK
RGB Variations
Color information
#301E00 (or 0x301E00) is known color: Cocoa Brown. HEX triplet: 30, 1E and 00. RGB value is (48,30,0). Sum of RGB (Red+Green+Blue) = 48+30+0=78 (10% of max value = 765). Red value is 48 (19.14% from 255 or 61.54% from 78); Green value is 30 (12.11% from 255 or 38.46% from 78); Blue value is 0 (0.39% from 255 or 0% from 78); Max value from RGB is 48 - color contains mainly: red. Hex color #301E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301E00 is #CFE1FF. Grayscale: #202020. Windows color (decimal): -13623808 or 7728. OLE color: 7728.
HSL color Cylindrical-coordinate representation of color #301E00: hue angle of 37.5º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #301E00 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 30 | 0 | - |
| CMYK | 0 | 0.37 | 1 | 0.81 |
| HSL | 37.5º | 1% | 0.09% | - |
| HSV(B) | 37.5º | 1% | 0.19% | - |
| XYZ | 1.68 | 1.56 | 0.21 | - |
| YUV | 31.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 30 | 0 | 0 | 0.37 | 1 | 0.81 | 37.5 | 1 | 0.09 |
| Hex | 30 | 1E | 0 | 0 | 25 | 64 | 51 | 26 | 64 | 9 |
| Octal | 60 | 36 | 0 | 0 | 45 | 144 | 121 | 46 | 144 | 11 |
| Binary | 110000 | 11110 | 0 | 0 | 100101 | 1100100 | 1010001 | 100110 | 1100100 | 1001 |
Color Harmonies of #301E00
Complementary color
Monochromatic Colors of #301E00
Black with #301E00
Text Example
Text Example
White with #301E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301E00; }
p { color: rgb(48,30,0); }
H1.HeaderClassName
{
color: #301E00;
}
.AnyTagClassName
{
color: #301E00;
}
</style>
background-color css
<style>
a { background-color: #301E00; }
a { background-color: rgb(48,30,0); }
div.DivClassName
{
background-color: #301E00;
}
.BgClassName
{
background-color: #301E00;
}
</style>
border-color css
<style>
span { border-color: #301E00; }
span { border-color: rgb(48,30,0); }
td.TdClassName
{
border-color: #301E00;
}
.TagClassName
{
border-color: #301E00;
}
</style>