Shades of Cocoa Brown #301900
Tints of Cocoa Brown #301900
RGB
CMYK
RGB Variations
Color information
#301900 (or 0x301900) is known color: Cocoa Brown. HEX triplet: 30, 19 and 00. RGB value is (48,25,0). Sum of RGB (Red+Green+Blue) = 48+25+0=73 (9% of max value = 765). Red value is 48 (19.14% from 255 or 65.75% from 73); Green value is 25 (10.16% from 255 or 34.25% from 73); Blue value is 0 (0.39% from 255 or 0% from 73); Max value from RGB is 48 - color contains mainly: red. Hex color #301900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301900 is #CFE6FF. Grayscale: #1D1D1D. Windows color (decimal): -13625088 or 6448. OLE color: 6448.
HSL color Cylindrical-coordinate representation of color #301900: hue angle of 31.25º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #301900 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 25 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.81 |
| HSL | 31.25º | 1% | 0.09% | - |
| HSV(B) | 31.25º | 1% | 0.19% | - |
| XYZ | 1.57 | 1.32 | 0.17 | - |
| YUV | 29.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 25 | 0 | 0 | 0.48 | 1 | 0.81 | 31.25 | 1 | 0.09 |
| Hex | 30 | 19 | 0 | 0 | 30 | 64 | 51 | 1F | 64 | 9 |
| Octal | 60 | 31 | 0 | 0 | 60 | 144 | 121 | 37 | 144 | 11 |
| Binary | 110000 | 11001 | 0 | 0 | 110000 | 1100100 | 1010001 | 11111 | 1100100 | 1001 |
Color Harmonies of #301900
Complementary color
Monochromatic Colors of #301900
Black with #301900
Text Example
Text Example
White with #301900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301900; }
p { color: rgb(48,25,0); }
H1.HeaderClassName
{
color: #301900;
}
.AnyTagClassName
{
color: #301900;
}
</style>
background-color css
<style>
a { background-color: #301900; }
a { background-color: rgb(48,25,0); }
div.DivClassName
{
background-color: #301900;
}
.BgClassName
{
background-color: #301900;
}
</style>
border-color css
<style>
span { border-color: #301900; }
span { border-color: rgb(48,25,0); }
td.TdClassName
{
border-color: #301900;
}
.TagClassName
{
border-color: #301900;
}
</style>