Shades of Cocoa Brown #2B1F12
Tints of Cocoa Brown #2B1F12
RGB
CMYK
RGB Variations
Color information
#2B1F12 (or 0x2B1F12) is known color: Cocoa Brown. HEX triplet: 2B, 1F and 12. RGB value is (43,31,18). Sum of RGB (Red+Green+Blue) = 43+31+18=92 (12% of max value = 765). Red value is 43 (17.19% from 255 or 46.74% from 92); Green value is 31 (12.5% from 255 or 33.70% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B1F12 is #D4E0ED. Grayscale: #212121. Windows color (decimal): -13951214 or 1187627. OLE color: 1187627.
HSL color Cylindrical-coordinate representation of color #2B1F12: hue angle of 31.2º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B1F12 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 31 | 18 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.83 |
| HSL | 31.2º | 0.41% | 0.12% | - |
| HSV(B) | 31.2º | 0.58% | 0.17% | - |
| XYZ | 1.6 | 1.54 | 0.78 | - |
| YUV | 33.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 31 | 18 | 0 | 0.28 | 0.58 | 0.83 | 31.2 | 0.41 | 0.12 |
| Hex | 2B | 1F | 12 | 0 | 1C | 3A | 53 | 1F | 29 | C |
| Octal | 53 | 37 | 22 | 0 | 34 | 72 | 123 | 37 | 51 | 14 |
| Binary | 101011 | 11111 | 10010 | 0 | 11100 | 111010 | 1010011 | 11111 | 101001 | 1100 |
Color Harmonies of #2B1F12
Complementary color
Monochromatic Colors of #2B1F12
Black with #2B1F12
Text Example
Text Example
White with #2B1F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1F12; }
p { color: rgb(43,31,18); }
H1.HeaderClassName
{
color: #2B1F12;
}
.AnyTagClassName
{
color: #2B1F12;
}
</style>
background-color css
<style>
a { background-color: #2B1F12; }
a { background-color: rgb(43,31,18); }
div.DivClassName
{
background-color: #2B1F12;
}
.BgClassName
{
background-color: #2B1F12;
}
</style>
border-color css
<style>
span { border-color: #2B1F12; }
span { border-color: rgb(43,31,18); }
td.TdClassName
{
border-color: #2B1F12;
}
.TagClassName
{
border-color: #2B1F12;
}
</style>