Shades of Cocoa Brown #301D11
Tints of Cocoa Brown #301D11
RGB
CMYK
RGB Variations
Color information
#301D11 (or 0x301D11) is known color: Cocoa Brown. HEX triplet: 30, 1D and 11. RGB value is (48,29,17). Sum of RGB (Red+Green+Blue) = 48+29+17=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 17 (7.03% from 255 or 18.09% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #301D11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301D11 is #CFE2EE. Grayscale: #212121. Windows color (decimal): -13624047 or 1121584. OLE color: 1121584.
HSL color Cylindrical-coordinate representation of color #301D11: hue angle of 23.23º 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 #301D11 is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 29 | 17 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.81 |
| HSL | 23.23º | 0.48% | 0.13% | - |
| HSV(B) | 23.23º | 0.65% | 0.19% | - |
| XYZ | 1.76 | 1.55 | 0.74 | - |
| YUV | 33.31 | 118.79 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 17 | 0 | 0.40 | 0.65 | 0.81 | 23.23 | 0.48 | 0.13 |
| Hex | 30 | 1D | 11 | 0 | 28 | 41 | 51 | 17 | 30 | D |
| Octal | 60 | 35 | 21 | 0 | 50 | 101 | 121 | 27 | 60 | 15 |
| Binary | 110000 | 11101 | 10001 | 0 | 101000 | 1000001 | 1010001 | 10111 | 110000 | 1101 |
Color Harmonies of #301D11
Complementary color
Monochromatic Colors of #301D11
Black with #301D11
Text Example
Text Example
White with #301D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301D11; }
p { color: rgb(48,29,17); }
H1.HeaderClassName
{
color: #301D11;
}
.AnyTagClassName
{
color: #301D11;
}
</style>
background-color css
<style>
a { background-color: #301D11; }
a { background-color: rgb(48,29,17); }
div.DivClassName
{
background-color: #301D11;
}
.BgClassName
{
background-color: #301D11;
}
</style>
border-color css
<style>
span { border-color: #301D11; }
span { border-color: rgb(48,29,17); }
td.TdClassName
{
border-color: #301D11;
}
.TagClassName
{
border-color: #301D11;
}
</style>