Shades of Cocoa Brown #2B1F13
Tints of Cocoa Brown #2B1F13
RGB
CMYK
RGB Variations
Color information
#2B1F13 (or 0x2B1F13) is known color: Cocoa Brown. HEX triplet: 2B, 1F and 13. RGB value is (43,31,19). Sum of RGB (Red+Green+Blue) = 43+31+19=93 (12% of max value = 765). Red value is 43 (17.19% from 255 or 46.24% from 93); Green value is 31 (12.5% from 255 or 33.33% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B1F13 is #D4E0EC. Grayscale: #212121. Windows color (decimal): -13951213 or 1253163. OLE color: 1253163.
HSL color Cylindrical-coordinate representation of color #2B1F13: hue angle of 30º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B1F13 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 31 | 19 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.83 |
| HSL | 30º | 0.39% | 0.12% | - |
| HSV(B) | 30º | 0.56% | 0.17% | - |
| XYZ | 1.6 | 1.54 | 0.83 | - |
| YUV | 33.22 | 119.98 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 31 | 19 | 0 | 0.28 | 0.56 | 0.83 | 30 | 0.39 | 0.12 |
| Hex | 2B | 1F | 13 | 0 | 1C | 38 | 53 | 1E | 27 | C |
| Octal | 53 | 37 | 23 | 0 | 34 | 70 | 123 | 36 | 47 | 14 |
| Binary | 101011 | 11111 | 10011 | 0 | 11100 | 111000 | 1010011 | 11110 | 100111 | 1100 |
Color Harmonies of #2B1F13
Complementary color
Monochromatic Colors of #2B1F13
Black with #2B1F13
Text Example
Text Example
White with #2B1F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1F13; }
p { color: rgb(43,31,19); }
H1.HeaderClassName
{
color: #2B1F13;
}
.AnyTagClassName
{
color: #2B1F13;
}
</style>
background-color css
<style>
a { background-color: #2B1F13; }
a { background-color: rgb(43,31,19); }
div.DivClassName
{
background-color: #2B1F13;
}
.BgClassName
{
background-color: #2B1F13;
}
</style>
border-color css
<style>
span { border-color: #2B1F13; }
span { border-color: rgb(43,31,19); }
td.TdClassName
{
border-color: #2B1F13;
}
.TagClassName
{
border-color: #2B1F13;
}
</style>