Shades of Cocoa Brown #301E10
Tints of Cocoa Brown #301E10
RGB
CMYK
RGB Variations
Color information
#301E10 (or 0x301E10) is known color: Cocoa Brown. HEX triplet: 30, 1E and 10. RGB value is (48,30,16). Sum of RGB (Red+Green+Blue) = 48+30+16=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 16 (6.64% from 255 or 17.02% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #301E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301E10 is #CFE1EF. Grayscale: #212121. Windows color (decimal): -13623792 or 1056304. OLE color: 1056304.
HSL color Cylindrical-coordinate representation of color #301E10: hue angle of 26.25º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #301E10 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 30 | 16 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.81 |
| HSL | 26.25º | 0.5% | 0.13% | - |
| HSV(B) | 26.25º | 0.67% | 0.19% | - |
| XYZ | 1.78 | 1.59 | 0.7 | - |
| YUV | 33.79 | 117.96 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 30 | 16 | 0 | 0.37 | 0.67 | 0.81 | 26.25 | 0.5 | 0.13 |
| Hex | 30 | 1E | 10 | 0 | 25 | 43 | 51 | 1A | 32 | D |
| Octal | 60 | 36 | 20 | 0 | 45 | 103 | 121 | 32 | 62 | 15 |
| Binary | 110000 | 11110 | 10000 | 0 | 100101 | 1000011 | 1010001 | 11010 | 110010 | 1101 |
Color Harmonies of #301E10
Complementary color
Monochromatic Colors of #301E10
Black with #301E10
Text Example
Text Example
White with #301E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301E10; }
p { color: rgb(48,30,16); }
H1.HeaderClassName
{
color: #301E10;
}
.AnyTagClassName
{
color: #301E10;
}
</style>
background-color css
<style>
a { background-color: #301E10; }
a { background-color: rgb(48,30,16); }
div.DivClassName
{
background-color: #301E10;
}
.BgClassName
{
background-color: #301E10;
}
</style>
border-color css
<style>
span { border-color: #301E10; }
span { border-color: rgb(48,30,16); }
td.TdClassName
{
border-color: #301E10;
}
.TagClassName
{
border-color: #301E10;
}
</style>