Shades of Cocoa Brown #302219
Tints of Cocoa Brown #302219
RGB
CMYK
RGB Variations
Color information
#302219 (or 0x302219) is known color: Cocoa Brown. HEX triplet: 30, 22 and 19. RGB value is (48,34,25). Sum of RGB (Red+Green+Blue) = 48+34+25=107 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.86% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 48 - color contains mainly: red. Hex color #302219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302219 is #CFDDE6. Grayscale: #252525. Windows color (decimal): -13622759 or 1647152. OLE color: 1647152.
HSL color Cylindrical-coordinate representation of color #302219: hue angle of 23.48º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #302219 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 34 | 25 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.81 |
| HSL | 23.48º | 0.32% | 0.14% | - |
| HSV(B) | 23.48º | 0.48% | 0.19% | - |
| XYZ | 1.97 | 1.84 | 1.17 | - |
| YUV | 37.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 34 | 25 | 0 | 0.29 | 0.48 | 0.81 | 23.48 | 0.32 | 0.14 |
| Hex | 30 | 22 | 19 | 0 | 1D | 30 | 51 | 17 | 20 | E |
| Octal | 60 | 42 | 31 | 0 | 35 | 60 | 121 | 27 | 40 | 16 |
| Binary | 110000 | 100010 | 11001 | 0 | 11101 | 110000 | 1010001 | 10111 | 100000 | 1110 |
Color Harmonies of #302219
Complementary color
Monochromatic Colors of #302219
Black with #302219
Text Example
Text Example
White with #302219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302219; }
p { color: rgb(48,34,25); }
H1.HeaderClassName
{
color: #302219;
}
.AnyTagClassName
{
color: #302219;
}
</style>
background-color css
<style>
a { background-color: #302219; }
a { background-color: rgb(48,34,25); }
div.DivClassName
{
background-color: #302219;
}
.BgClassName
{
background-color: #302219;
}
</style>
border-color css
<style>
span { border-color: #302219; }
span { border-color: rgb(48,34,25); }
td.TdClassName
{
border-color: #302219;
}
.TagClassName
{
border-color: #302219;
}
</style>