Shades of Cocoa Brown #302112
Tints of Cocoa Brown #302112
RGB
CMYK
RGB Variations
Color information
#302112 (or 0x302112) is known color: Cocoa Brown. HEX triplet: 30, 21 and 12. RGB value is (48,33,18). Sum of RGB (Red+Green+Blue) = 48+33+18=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 33 (13.28% from 255 or 33.33% from 99); Blue value is 18 (7.42% from 255 or 18.18% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #302112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302112 is #CFDEED. Grayscale: #232323. Windows color (decimal): -13623022 or 1188144. OLE color: 1188144.
HSL color Cylindrical-coordinate representation of color #302112: hue angle of 30º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #302112 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 33 | 18 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.81 |
| HSL | 30º | 0.45% | 0.13% | - |
| HSV(B) | 30º | 0.63% | 0.19% | - |
| XYZ | 1.87 | 1.76 | 0.81 | - |
| YUV | 35.78 | 117.97 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 33 | 18 | 0 | 0.31 | 0.63 | 0.81 | 30 | 0.45 | 0.13 |
| Hex | 30 | 21 | 12 | 0 | 1F | 3F | 51 | 1E | 2D | D |
| Octal | 60 | 41 | 22 | 0 | 37 | 77 | 121 | 36 | 55 | 15 |
| Binary | 110000 | 100001 | 10010 | 0 | 11111 | 111111 | 1010001 | 11110 | 101101 | 1101 |
Color Harmonies of #302112
Complementary color
Monochromatic Colors of #302112
Black with #302112
Text Example
Text Example
White with #302112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302112; }
p { color: rgb(48,33,18); }
H1.HeaderClassName
{
color: #302112;
}
.AnyTagClassName
{
color: #302112;
}
</style>
background-color css
<style>
a { background-color: #302112; }
a { background-color: rgb(48,33,18); }
div.DivClassName
{
background-color: #302112;
}
.BgClassName
{
background-color: #302112;
}
</style>
border-color css
<style>
span { border-color: #302112; }
span { border-color: rgb(48,33,18); }
td.TdClassName
{
border-color: #302112;
}
.TagClassName
{
border-color: #302112;
}
</style>