Shades of Cocoa Brown #301D03
Tints of Cocoa Brown #301D03
RGB
CMYK
RGB Variations
Color information
#301D03 (or 0x301D03) is known color: Cocoa Brown. HEX triplet: 30, 1D and 03. RGB value is (48,29,3). Sum of RGB (Red+Green+Blue) = 48+29+3=80 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60% from 80); Green value is 29 (11.72% from 255 or 36.25% from 80); Blue value is 3 (1.56% from 255 or 3.75% from 80); Max value from RGB is 48 - color contains mainly: red. Hex color #301D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301D03 is #CFE2FC. Grayscale: #1F1F1F. Windows color (decimal): -13624061 or 204080. OLE color: 204080.
HSL color Cylindrical-coordinate representation of color #301D03: hue angle of 34.67º 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 #301D03 is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 29 | 3 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.81 |
| HSL | 34.67º | 0.88% | 0.1% | - |
| HSV(B) | 34.67º | 0.94% | 0.19% | - |
| XYZ | 1.67 | 1.51 | 0.29 | - |
| YUV | 31.72 | 111.79 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 3 | 0 | 0.40 | 0.94 | 0.81 | 34.67 | 0.88 | 0.1 |
| Hex | 30 | 1D | 3 | 0 | 28 | 5E | 51 | 23 | 58 | A |
| Octal | 60 | 35 | 3 | 0 | 50 | 136 | 121 | 43 | 130 | 12 |
| Binary | 110000 | 11101 | 11 | 0 | 101000 | 1011110 | 1010001 | 100011 | 1011000 | 1010 |
Color Harmonies of #301D03
Complementary color
Monochromatic Colors of #301D03
Black with #301D03
Text Example
Text Example
White with #301D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301D03; }
p { color: rgb(48,29,3); }
H1.HeaderClassName
{
color: #301D03;
}
.AnyTagClassName
{
color: #301D03;
}
</style>
background-color css
<style>
a { background-color: #301D03; }
a { background-color: rgb(48,29,3); }
div.DivClassName
{
background-color: #301D03;
}
.BgClassName
{
background-color: #301D03;
}
</style>
border-color css
<style>
span { border-color: #301D03; }
span { border-color: rgb(48,29,3); }
td.TdClassName
{
border-color: #301D03;
}
.TagClassName
{
border-color: #301D03;
}
</style>