Shades of Cocoa Brown #301D0B
Tints of Cocoa Brown #301D0B
RGB
CMYK
RGB Variations
Color information
#301D0B (or 0x301D0B) is known color: Cocoa Brown. HEX triplet: 30, 1D and 0B. RGB value is (48,29,11). Sum of RGB (Red+Green+Blue) = 48+29+11=88 (11% of max value = 765). Red value is 48 (19.14% from 255 or 54.55% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 11 (4.69% from 255 or 12.5% from 88); Max value from RGB is 48 - color contains mainly: red. Hex color #301D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301D0B is #CFE2F4. Grayscale: #202020. Windows color (decimal): -13624053 or 728368. OLE color: 728368.
HSL color Cylindrical-coordinate representation of color #301D0B: hue angle of 29.19º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #301D0B is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 29 | 11 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.81 |
| HSL | 29.19º | 0.63% | 0.12% | - |
| HSV(B) | 29.19º | 0.77% | 0.19% | - |
| XYZ | 1.72 | 1.53 | 0.52 | - |
| YUV | 32.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 11 | 0 | 0.40 | 0.77 | 0.81 | 29.19 | 0.63 | 0.12 |
| Hex | 30 | 1D | B | 0 | 28 | 4D | 51 | 1D | 3F | C |
| Octal | 60 | 35 | 13 | 0 | 50 | 115 | 121 | 35 | 77 | 14 |
| Binary | 110000 | 11101 | 1011 | 0 | 101000 | 1001101 | 1010001 | 11101 | 111111 | 1100 |
Color Harmonies of #301D0B
Complementary color
Monochromatic Colors of #301D0B
Black with #301D0B
Text Example
Text Example
White with #301D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301D0B; }
p { color: rgb(48,29,11); }
H1.HeaderClassName
{
color: #301D0B;
}
.AnyTagClassName
{
color: #301D0B;
}
</style>
background-color css
<style>
a { background-color: #301D0B; }
a { background-color: rgb(48,29,11); }
div.DivClassName
{
background-color: #301D0B;
}
.BgClassName
{
background-color: #301D0B;
}
</style>
border-color css
<style>
span { border-color: #301D0B; }
span { border-color: rgb(48,29,11); }
td.TdClassName
{
border-color: #301D0B;
}
.TagClassName
{
border-color: #301D0B;
}
</style>