Shades of Cocoa Brown #301B03
Tints of Cocoa Brown #301B03
RGB
CMYK
RGB Variations
Color information
#301B03 (or 0x301B03) is known color: Cocoa Brown. HEX triplet: 30, 1B and 03. RGB value is (48,27,3). Sum of RGB (Red+Green+Blue) = 48+27+3=78 (10% of max value = 765). Red value is 48 (19.14% from 255 or 61.54% from 78); Green value is 27 (10.94% from 255 or 34.62% from 78); Blue value is 3 (1.56% from 255 or 3.85% from 78); Max value from RGB is 48 - color contains mainly: red. Hex color #301B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301B03 is #CFE4FC. Grayscale: #1E1E1E. Windows color (decimal): -13624573 or 203568. OLE color: 203568.
HSL color Cylindrical-coordinate representation of color #301B03: hue angle of 32º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #301B03 is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 27 | 3 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.81 |
| HSL | 32º | 0.88% | 0.1% | - |
| HSV(B) | 32º | 0.94% | 0.19% | - |
| XYZ | 1.63 | 1.42 | 0.27 | - |
| YUV | 30.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 27 | 3 | 0 | 0.44 | 0.94 | 0.81 | 32 | 0.88 | 0.1 |
| Hex | 30 | 1B | 3 | 0 | 2C | 5E | 51 | 20 | 58 | A |
| Octal | 60 | 33 | 3 | 0 | 54 | 136 | 121 | 40 | 130 | 12 |
| Binary | 110000 | 11011 | 11 | 0 | 101100 | 1011110 | 1010001 | 100000 | 1011000 | 1010 |
Color Harmonies of #301B03
Complementary color
Monochromatic Colors of #301B03
Black with #301B03
Text Example
Text Example
White with #301B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301B03; }
p { color: rgb(48,27,3); }
H1.HeaderClassName
{
color: #301B03;
}
.AnyTagClassName
{
color: #301B03;
}
</style>
background-color css
<style>
a { background-color: #301B03; }
a { background-color: rgb(48,27,3); }
div.DivClassName
{
background-color: #301B03;
}
.BgClassName
{
background-color: #301B03;
}
</style>
border-color css
<style>
span { border-color: #301B03; }
span { border-color: rgb(48,27,3); }
td.TdClassName
{
border-color: #301B03;
}
.TagClassName
{
border-color: #301B03;
}
</style>