Shades of Cocoa Brown #2B1F15
Tints of Cocoa Brown #2B1F15
RGB
CMYK
RGB Variations
Color information
#2B1F15 (or 0x2B1F15) is known color: Cocoa Brown. HEX triplet: 2B, 1F and 15. RGB value is (43,31,21). Sum of RGB (Red+Green+Blue) = 43+31+21=95 (12% of max value = 765). Red value is 43 (17.19% from 255 or 45.26% from 95); Green value is 31 (12.5% from 255 or 32.63% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B1F15 is #D4E0EA. Grayscale: #212121. Windows color (decimal): -13951211 or 1384235. OLE color: 1384235.
HSL color Cylindrical-coordinate representation of color #2B1F15: hue angle of 27.27º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2B1F15 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 31 | 21 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.83 |
| HSL | 27.27º | 0.34% | 0.13% | - |
| HSV(B) | 27.27º | 0.51% | 0.17% | - |
| XYZ | 1.62 | 1.55 | 0.92 | - |
| YUV | 33.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 31 | 21 | 0 | 0.28 | 0.51 | 0.83 | 27.27 | 0.34 | 0.13 |
| Hex | 2B | 1F | 15 | 0 | 1C | 33 | 53 | 1B | 22 | D |
| Octal | 53 | 37 | 25 | 0 | 34 | 63 | 123 | 33 | 42 | 15 |
| Binary | 101011 | 11111 | 10101 | 0 | 11100 | 110011 | 1010011 | 11011 | 100010 | 1101 |
Color Harmonies of #2B1F15
Complementary color
Monochromatic Colors of #2B1F15
Black with #2B1F15
Text Example
Text Example
White with #2B1F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1F15; }
p { color: rgb(43,31,21); }
H1.HeaderClassName
{
color: #2B1F15;
}
.AnyTagClassName
{
color: #2B1F15;
}
</style>
background-color css
<style>
a { background-color: #2B1F15; }
a { background-color: rgb(43,31,21); }
div.DivClassName
{
background-color: #2B1F15;
}
.BgClassName
{
background-color: #2B1F15;
}
</style>
border-color css
<style>
span { border-color: #2B1F15; }
span { border-color: rgb(43,31,21); }
td.TdClassName
{
border-color: #2B1F15;
}
.TagClassName
{
border-color: #2B1F15;
}
</style>