Shades of Cocoa Brown #301C08
Tints of Cocoa Brown #301C08
RGB
CMYK
RGB Variations
Color information
#301C08 (or 0x301C08) is known color: Cocoa Brown. HEX triplet: 30, 1C and 08. RGB value is (48,28,8). Sum of RGB (Red+Green+Blue) = 48+28+8=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 28 (11.33% from 255 or 33.33% from 84); Blue value is 8 (3.52% from 255 or 9.52% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #301C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301C08 is #CFE3F7. Grayscale: #1F1F1F. Windows color (decimal): -13624312 or 531504. OLE color: 531504.
HSL color Cylindrical-coordinate representation of color #301C08: hue angle of 30º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #301C08 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 28 | 8 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.81 |
| HSL | 30º | 0.71% | 0.11% | - |
| HSV(B) | 30º | 0.83% | 0.19% | - |
| XYZ | 1.68 | 1.48 | 0.43 | - |
| YUV | 31.7 | 114.63 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 28 | 8 | 0 | 0.42 | 0.83 | 0.81 | 30 | 0.71 | 0.11 |
| Hex | 30 | 1C | 8 | 0 | 2A | 53 | 51 | 1E | 47 | B |
| Octal | 60 | 34 | 10 | 0 | 52 | 123 | 121 | 36 | 107 | 13 |
| Binary | 110000 | 11100 | 1000 | 0 | 101010 | 1010011 | 1010001 | 11110 | 1000111 | 1011 |
Color Harmonies of #301C08
Complementary color
Monochromatic Colors of #301C08
Black with #301C08
Text Example
Text Example
White with #301C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301C08; }
p { color: rgb(48,28,8); }
H1.HeaderClassName
{
color: #301C08;
}
.AnyTagClassName
{
color: #301C08;
}
</style>
background-color css
<style>
a { background-color: #301C08; }
a { background-color: rgb(48,28,8); }
div.DivClassName
{
background-color: #301C08;
}
.BgClassName
{
background-color: #301C08;
}
</style>
border-color css
<style>
span { border-color: #301C08; }
span { border-color: rgb(48,28,8); }
td.TdClassName
{
border-color: #301C08;
}
.TagClassName
{
border-color: #301C08;
}
</style>