Shades of Cocoa Brown #301D01
Tints of Cocoa Brown #301D01
RGB
CMYK
RGB Variations
Color information
#301D01 (or 0x301D01) is known color: Cocoa Brown. HEX triplet: 30, 1D and 01. RGB value is (48,29,1). Sum of RGB (Red+Green+Blue) = 48+29+1=78 (10% of max value = 765). Red value is 48 (19.14% from 255 or 61.54% from 78); Green value is 29 (11.72% from 255 or 37.18% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 48 - color contains mainly: red. Hex color #301D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301D01 is #CFE2FE. Grayscale: #1F1F1F. Windows color (decimal): -13624063 or 73008. OLE color: 73008.
HSL color Cylindrical-coordinate representation of color #301D01: hue angle of 35.74º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #301D01 is Cyan = 0, Magento = 0.40, Yellow = 0.98 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 29 | 1 | - |
| CMYK | 0 | 0.40 | 0.98 | 0.81 |
| HSL | 35.74º | 0.96% | 0.1% | - |
| HSV(B) | 35.74º | 0.98% | 0.19% | - |
| XYZ | 1.66 | 1.51 | 0.23 | - |
| YUV | 31.49 | 110.79 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 1 | 0 | 0.40 | 0.98 | 0.81 | 35.74 | 0.96 | 0.1 |
| Hex | 30 | 1D | 1 | 0 | 28 | 62 | 51 | 24 | 60 | A |
| Octal | 60 | 35 | 1 | 0 | 50 | 142 | 121 | 44 | 140 | 12 |
| Binary | 110000 | 11101 | 1 | 0 | 101000 | 1100010 | 1010001 | 100100 | 1100000 | 1010 |
Color Harmonies of #301D01
Complementary color
Monochromatic Colors of #301D01
Black with #301D01
Text Example
Text Example
White with #301D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301D01; }
p { color: rgb(48,29,1); }
H1.HeaderClassName
{
color: #301D01;
}
.AnyTagClassName
{
color: #301D01;
}
</style>
background-color css
<style>
a { background-color: #301D01; }
a { background-color: rgb(48,29,1); }
div.DivClassName
{
background-color: #301D01;
}
.BgClassName
{
background-color: #301D01;
}
</style>
border-color css
<style>
span { border-color: #301D01; }
span { border-color: rgb(48,29,1); }
td.TdClassName
{
border-color: #301D01;
}
.TagClassName
{
border-color: #301D01;
}
</style>