Shades of Cocoa Brown #301C02
Tints of Cocoa Brown #301C02
RGB
CMYK
RGB Variations
Color information
#301C02 (or 0x301C02) is known color: Cocoa Brown. HEX triplet: 30, 1C and 02. RGB value is (48,28,2). Sum of RGB (Red+Green+Blue) = 48+28+2=78 (10% of max value = 765). Red value is 48 (19.14% from 255 or 61.54% from 78); Green value is 28 (11.33% from 255 or 35.90% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 48 - color contains mainly: red. Hex color #301C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301C02 is #CFE3FD. Grayscale: #1F1F1F. Windows color (decimal): -13624318 or 138288. OLE color: 138288.
HSL color Cylindrical-coordinate representation of color #301C02: hue angle of 33.91º 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 #301C02 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 28 | 2 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.81 |
| HSL | 33.91º | 0.92% | 0.1% | - |
| HSV(B) | 33.91º | 0.96% | 0.19% | - |
| XYZ | 1.65 | 1.46 | 0.25 | - |
| YUV | 31.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 2 | 0 | 0.42 | 0.96 | 0.81 | 33.91 | 0.92 | 0.1 |
| Hex | 30 | 1C | 2 | 0 | 2A | 60 | 51 | 22 | 5C | A |
| Octal | 60 | 34 | 2 | 0 | 52 | 140 | 121 | 42 | 134 | 12 |
| Binary | 110000 | 11100 | 10 | 0 | 101010 | 1100000 | 1010001 | 100010 | 1011100 | 1010 |
Color Harmonies of #301C02
Complementary color
Monochromatic Colors of #301C02
Black with #301C02
Text Example
Text Example
White with #301C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301C02; }
p { color: rgb(48,28,2); }
H1.HeaderClassName
{
color: #301C02;
}
.AnyTagClassName
{
color: #301C02;
}
</style>
background-color css
<style>
a { background-color: #301C02; }
a { background-color: rgb(48,28,2); }
div.DivClassName
{
background-color: #301C02;
}
.BgClassName
{
background-color: #301C02;
}
</style>
border-color css
<style>
span { border-color: #301C02; }
span { border-color: rgb(48,28,2); }
td.TdClassName
{
border-color: #301C02;
}
.TagClassName
{
border-color: #301C02;
}
</style>