Shades of Cocoa Brown #302113
Tints of Cocoa Brown #302113
RGB
CMYK
RGB Variations
Color information
#302113 (or 0x302113) is known color: Cocoa Brown. HEX triplet: 30, 21 and 13. RGB value is (48,33,19). Sum of RGB (Red+Green+Blue) = 48+33+19=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 33 (13.28% from 255 or 33% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #302113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302113 is #CFDEEC. Grayscale: #232323. Windows color (decimal): -13623021 or 1253680. OLE color: 1253680.
HSL color Cylindrical-coordinate representation of color #302113: hue angle of 28.97º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #302113 is Cyan = 0, Magento = 0.31, Yellow = 0.60 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 33 | 19 | - |
| CMYK | 0 | 0.31 | 0.60 | 0.81 |
| HSL | 28.97º | 0.43% | 0.13% | - |
| HSV(B) | 28.97º | 0.6% | 0.19% | - |
| XYZ | 1.88 | 1.76 | 0.86 | - |
| YUV | 35.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 33 | 19 | 0 | 0.31 | 0.60 | 0.81 | 28.97 | 0.43 | 0.13 |
| Hex | 30 | 21 | 13 | 0 | 1F | 3C | 51 | 1D | 2B | D |
| Octal | 60 | 41 | 23 | 0 | 37 | 74 | 121 | 35 | 53 | 15 |
| Binary | 110000 | 100001 | 10011 | 0 | 11111 | 111100 | 1010001 | 11101 | 101011 | 1101 |
Color Harmonies of #302113
Complementary color
Monochromatic Colors of #302113
Black with #302113
Text Example
Text Example
White with #302113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302113; }
p { color: rgb(48,33,19); }
H1.HeaderClassName
{
color: #302113;
}
.AnyTagClassName
{
color: #302113;
}
</style>
background-color css
<style>
a { background-color: #302113; }
a { background-color: rgb(48,33,19); }
div.DivClassName
{
background-color: #302113;
}
.BgClassName
{
background-color: #302113;
}
</style>
border-color css
<style>
span { border-color: #302113; }
span { border-color: rgb(48,33,19); }
td.TdClassName
{
border-color: #302113;
}
.TagClassName
{
border-color: #302113;
}
</style>