Shades of Cocoa Brown #301B0E
Tints of Cocoa Brown #301B0E
RGB
CMYK
RGB Variations
Color information
#301B0E (or 0x301B0E) is known color: Cocoa Brown. HEX triplet: 30, 1B and 0E. RGB value is (48,27,14). Sum of RGB (Red+Green+Blue) = 48+27+14=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 27 (10.94% from 255 or 30.34% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #301B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301B0E is #CFE4F1. Grayscale: #1F1F1F. Windows color (decimal): -13624562 or 924464. OLE color: 924464.
HSL color Cylindrical-coordinate representation of color #301B0E: hue angle of 22.94º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #301B0E is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 27 | 14 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.81 |
| HSL | 22.94º | 0.55% | 0.12% | - |
| HSV(B) | 22.94º | 0.71% | 0.19% | - |
| XYZ | 1.69 | 1.44 | 0.61 | - |
| YUV | 31.8 | 117.96 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 27 | 14 | 0 | 0.44 | 0.71 | 0.81 | 22.94 | 0.55 | 0.12 |
| Hex | 30 | 1B | E | 0 | 2C | 47 | 51 | 17 | 37 | C |
| Octal | 60 | 33 | 16 | 0 | 54 | 107 | 121 | 27 | 67 | 14 |
| Binary | 110000 | 11011 | 1110 | 0 | 101100 | 1000111 | 1010001 | 10111 | 110111 | 1100 |
Color Harmonies of #301B0E
Complementary color
Monochromatic Colors of #301B0E
Black with #301B0E
Text Example
Text Example
White with #301B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301B0E; }
p { color: rgb(48,27,14); }
H1.HeaderClassName
{
color: #301B0E;
}
.AnyTagClassName
{
color: #301B0E;
}
</style>
background-color css
<style>
a { background-color: #301B0E; }
a { background-color: rgb(48,27,14); }
div.DivClassName
{
background-color: #301B0E;
}
.BgClassName
{
background-color: #301B0E;
}
</style>
border-color css
<style>
span { border-color: #301B0E; }
span { border-color: rgb(48,27,14); }
td.TdClassName
{
border-color: #301B0E;
}
.TagClassName
{
border-color: #301B0E;
}
</style>