Shades of Cocoa Brown #301B01
Tints of Cocoa Brown #301B01
RGB
CMYK
RGB Variations
Color information
#301B01 (or 0x301B01) is known color: Cocoa Brown. HEX triplet: 30, 1B and 01. RGB value is (48,27,1). Sum of RGB (Red+Green+Blue) = 48+27+1=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 27 (10.94% from 255 or 35.53% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #301B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301B01 is #CFE4FE. Grayscale: #1E1E1E. Windows color (decimal): -13624575 or 72496. OLE color: 72496.
HSL color Cylindrical-coordinate representation of color #301B01: hue angle of 33.19º 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 #301B01 is Cyan = 0, Magento = 0.44, Yellow = 0.98 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 27 | 1 | - |
| CMYK | 0 | 0.44 | 0.98 | 0.81 |
| HSL | 33.19º | 0.96% | 0.1% | - |
| HSV(B) | 33.19º | 0.98% | 0.19% | - |
| XYZ | 1.62 | 1.41 | 0.22 | - |
| YUV | 30.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 27 | 1 | 0 | 0.44 | 0.98 | 0.81 | 33.19 | 0.96 | 0.1 |
| Hex | 30 | 1B | 1 | 0 | 2C | 62 | 51 | 21 | 60 | A |
| Octal | 60 | 33 | 1 | 0 | 54 | 142 | 121 | 41 | 140 | 12 |
| Binary | 110000 | 11011 | 1 | 0 | 101100 | 1100010 | 1010001 | 100001 | 1100000 | 1010 |
Color Harmonies of #301B01
Complementary color
Monochromatic Colors of #301B01
Black with #301B01
Text Example
Text Example
White with #301B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301B01; }
p { color: rgb(48,27,1); }
H1.HeaderClassName
{
color: #301B01;
}
.AnyTagClassName
{
color: #301B01;
}
</style>
background-color css
<style>
a { background-color: #301B01; }
a { background-color: rgb(48,27,1); }
div.DivClassName
{
background-color: #301B01;
}
.BgClassName
{
background-color: #301B01;
}
</style>
border-color css
<style>
span { border-color: #301B01; }
span { border-color: rgb(48,27,1); }
td.TdClassName
{
border-color: #301B01;
}
.TagClassName
{
border-color: #301B01;
}
</style>