Shades of Cocoa Brown #301E02
Tints of Cocoa Brown #301E02
RGB
CMYK
RGB Variations
Color information
#301E02 (or 0x301E02) is known color: Cocoa Brown. HEX triplet: 30, 1E and 02. RGB value is (48,30,2). Sum of RGB (Red+Green+Blue) = 48+30+2=80 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60% from 80); Green value is 30 (12.11% from 255 or 37.5% from 80); Blue value is 2 (1.17% from 255 or 2.5% from 80); Max value from RGB is 48 - color contains mainly: red. Hex color #301E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301E02 is #CFE1FD. Grayscale: #202020. Windows color (decimal): -13623806 or 138800. OLE color: 138800.
HSL color Cylindrical-coordinate representation of color #301E02: hue angle of 36.52º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #301E02 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 30 | 2 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.81 |
| HSL | 36.52º | 0.92% | 0.1% | - |
| HSV(B) | 36.52º | 0.96% | 0.19% | - |
| XYZ | 1.69 | 1.56 | 0.27 | - |
| YUV | 32.19 | 110.96 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 30 | 2 | 0 | 0.37 | 0.96 | 0.81 | 36.52 | 0.92 | 0.1 |
| Hex | 30 | 1E | 2 | 0 | 25 | 60 | 51 | 25 | 5C | A |
| Octal | 60 | 36 | 2 | 0 | 45 | 140 | 121 | 45 | 134 | 12 |
| Binary | 110000 | 11110 | 10 | 0 | 100101 | 1100000 | 1010001 | 100101 | 1011100 | 1010 |
Color Harmonies of #301E02
Complementary color
Monochromatic Colors of #301E02
Black with #301E02
Text Example
Text Example
White with #301E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301E02; }
p { color: rgb(48,30,2); }
H1.HeaderClassName
{
color: #301E02;
}
.AnyTagClassName
{
color: #301E02;
}
</style>
background-color css
<style>
a { background-color: #301E02; }
a { background-color: rgb(48,30,2); }
div.DivClassName
{
background-color: #301E02;
}
.BgClassName
{
background-color: #301E02;
}
</style>
border-color css
<style>
span { border-color: #301E02; }
span { border-color: rgb(48,30,2); }
td.TdClassName
{
border-color: #301E02;
}
.TagClassName
{
border-color: #301E02;
}
</style>