Shades of Cocoa Brown #2B231B
Tints of Cocoa Brown #2B231B
RGB
CMYK
RGB Variations
Color information
#2B231B (or 0x2B231B) is known color: Cocoa Brown. HEX triplet: 2B, 23 and 1B. RGB value is (43,35,27). Sum of RGB (Red+Green+Blue) = 43+35+27=105 (13% of max value = 765). Red value is 43 (17.19% from 255 or 40.95% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 43 - color contains mainly: red. Hex color #2B231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B231B is #D4DCE4. Grayscale: #242424. Windows color (decimal): -13950181 or 1778475. OLE color: 1778475.
HSL color Cylindrical-coordinate representation of color #2B231B: hue angle of 30º degrees, saturation: 0.23, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2B231B is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 35 | 27 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.83 |
| HSL | 30º | 0.23% | 0.14% | - |
| HSV(B) | 30º | 0.37% | 0.17% | - |
| XYZ | 1.8 | 1.79 | 1.29 | - |
| YUV | 36.48 | 122.65 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 35 | 27 | 0 | 0.19 | 0.37 | 0.83 | 30 | 0.23 | 0.14 |
| Hex | 2B | 23 | 1B | 0 | 13 | 25 | 53 | 1E | 17 | E |
| Octal | 53 | 43 | 33 | 0 | 23 | 45 | 123 | 36 | 27 | 16 |
| Binary | 101011 | 100011 | 11011 | 0 | 10011 | 100101 | 1010011 | 11110 | 10111 | 1110 |
Color Harmonies of #2B231B
Complementary color
Monochromatic Colors of #2B231B
Black with #2B231B
Text Example
Text Example
White with #2B231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B231B; }
p { color: rgb(43,35,27); }
H1.HeaderClassName
{
color: #2B231B;
}
.AnyTagClassName
{
color: #2B231B;
}
</style>
background-color css
<style>
a { background-color: #2B231B; }
a { background-color: rgb(43,35,27); }
div.DivClassName
{
background-color: #2B231B;
}
.BgClassName
{
background-color: #2B231B;
}
</style>
border-color css
<style>
span { border-color: #2B231B; }
span { border-color: rgb(43,35,27); }
td.TdClassName
{
border-color: #2B231B;
}
.TagClassName
{
border-color: #2B231B;
}
</style>