Shades of Cocoa Brown #301D10
Tints of Cocoa Brown #301D10
RGB
CMYK
RGB Variations
Color information
#301D10 (or 0x301D10) is known color: Cocoa Brown. HEX triplet: 30, 1D and 10. RGB value is (48,29,16). Sum of RGB (Red+Green+Blue) = 48+29+16=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 29 (11.72% from 255 or 31.18% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #301D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301D10 is #CFE2EF. Grayscale: #212121. Windows color (decimal): -13624048 or 1056048. OLE color: 1056048.
HSL color Cylindrical-coordinate representation of color #301D10: hue angle of 24.38º 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 #301D10 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 29 | 16 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.81 |
| HSL | 24.38º | 0.5% | 0.13% | - |
| HSV(B) | 24.38º | 0.67% | 0.19% | - |
| XYZ | 1.75 | 1.54 | 0.7 | - |
| YUV | 33.2 | 118.29 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 16 | 0 | 0.40 | 0.67 | 0.81 | 24.38 | 0.5 | 0.13 |
| Hex | 30 | 1D | 10 | 0 | 28 | 43 | 51 | 18 | 32 | D |
| Octal | 60 | 35 | 20 | 0 | 50 | 103 | 121 | 30 | 62 | 15 |
| Binary | 110000 | 11101 | 10000 | 0 | 101000 | 1000011 | 1010001 | 11000 | 110010 | 1101 |
Color Harmonies of #301D10
Complementary color
Monochromatic Colors of #301D10
Black with #301D10
Text Example
Text Example
White with #301D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301D10; }
p { color: rgb(48,29,16); }
H1.HeaderClassName
{
color: #301D10;
}
.AnyTagClassName
{
color: #301D10;
}
</style>
background-color css
<style>
a { background-color: #301D10; }
a { background-color: rgb(48,29,16); }
div.DivClassName
{
background-color: #301D10;
}
.BgClassName
{
background-color: #301D10;
}
</style>
border-color css
<style>
span { border-color: #301D10; }
span { border-color: rgb(48,29,16); }
td.TdClassName
{
border-color: #301D10;
}
.TagClassName
{
border-color: #301D10;
}
</style>