Shades of Cocoa Brown #301B0B
Tints of Cocoa Brown #301B0B
RGB
CMYK
RGB Variations
Color information
#301B0B (or 0x301B0B) is known color: Cocoa Brown. HEX triplet: 30, 1B and 0B. RGB value is (48,27,11). Sum of RGB (Red+Green+Blue) = 48+27+11=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 27 (10.94% from 255 or 31.40% from 86); Blue value is 11 (4.69% from 255 or 12.79% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #301B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301B0B is #CFE4F4. Grayscale: #1F1F1F. Windows color (decimal): -13624565 or 727856. OLE color: 727856.
HSL color Cylindrical-coordinate representation of color #301B0B: hue angle of 25.95º 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 #301B0B is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 27 | 11 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.81 |
| HSL | 25.95º | 0.63% | 0.12% | - |
| HSV(B) | 25.95º | 0.77% | 0.19% | - |
| XYZ | 1.67 | 1.44 | 0.51 | - |
| YUV | 31.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 27 | 11 | 0 | 0.44 | 0.77 | 0.81 | 25.95 | 0.63 | 0.12 |
| Hex | 30 | 1B | B | 0 | 2C | 4D | 51 | 1A | 3F | C |
| Octal | 60 | 33 | 13 | 0 | 54 | 115 | 121 | 32 | 77 | 14 |
| Binary | 110000 | 11011 | 1011 | 0 | 101100 | 1001101 | 1010001 | 11010 | 111111 | 1100 |
Color Harmonies of #301B0B
Complementary color
Monochromatic Colors of #301B0B
Black with #301B0B
Text Example
Text Example
White with #301B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301B0B; }
p { color: rgb(48,27,11); }
H1.HeaderClassName
{
color: #301B0B;
}
.AnyTagClassName
{
color: #301B0B;
}
</style>
background-color css
<style>
a { background-color: #301B0B; }
a { background-color: rgb(48,27,11); }
div.DivClassName
{
background-color: #301B0B;
}
.BgClassName
{
background-color: #301B0B;
}
</style>
border-color css
<style>
span { border-color: #301B0B; }
span { border-color: rgb(48,27,11); }
td.TdClassName
{
border-color: #301B0B;
}
.TagClassName
{
border-color: #301B0B;
}
</style>