Shades of Cocoa Brown #2B1E11
Tints of Cocoa Brown #2B1E11
RGB
CMYK
RGB Variations
Color information
#2B1E11 (or 0x2B1E11) is known color: Cocoa Brown. HEX triplet: 2B, 1E and 11. RGB value is (43,30,17). Sum of RGB (Red+Green+Blue) = 43+30+17=90 (11% of max value = 765). Red value is 43 (17.19% from 255 or 47.78% from 90); Green value is 30 (12.11% from 255 or 33.33% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1E11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B1E11 is #D4E1EE. Grayscale: #202020. Windows color (decimal): -13951471 or 1121835. OLE color: 1121835.
HSL color Cylindrical-coordinate representation of color #2B1E11: hue angle of 30º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B1E11 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 30 | 17 | - |
| CMYK | 0 | 0.30 | 0.60 | 0.83 |
| HSL | 30º | 0.43% | 0.12% | - |
| HSV(B) | 30º | 0.6% | 0.17% | - |
| XYZ | 1.56 | 1.48 | 0.73 | - |
| YUV | 32.41 | 119.31 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 30 | 17 | 0 | 0.30 | 0.60 | 0.83 | 30 | 0.43 | 0.12 |
| Hex | 2B | 1E | 11 | 0 | 1E | 3C | 53 | 1E | 2B | C |
| Octal | 53 | 36 | 21 | 0 | 36 | 74 | 123 | 36 | 53 | 14 |
| Binary | 101011 | 11110 | 10001 | 0 | 11110 | 111100 | 1010011 | 11110 | 101011 | 1100 |
Color Harmonies of #2B1E11
Complementary color
Monochromatic Colors of #2B1E11
Black with #2B1E11
Text Example
Text Example
White with #2B1E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1E11; }
p { color: rgb(43,30,17); }
H1.HeaderClassName
{
color: #2B1E11;
}
.AnyTagClassName
{
color: #2B1E11;
}
</style>
background-color css
<style>
a { background-color: #2B1E11; }
a { background-color: rgb(43,30,17); }
div.DivClassName
{
background-color: #2B1E11;
}
.BgClassName
{
background-color: #2B1E11;
}
</style>
border-color css
<style>
span { border-color: #2B1E11; }
span { border-color: rgb(43,30,17); }
td.TdClassName
{
border-color: #2B1E11;
}
.TagClassName
{
border-color: #2B1E11;
}
</style>