Shades of Cocoa Brown #2B1C10
Tints of Cocoa Brown #2B1C10
RGB
CMYK
RGB Variations
Color information
#2B1C10 (or 0x2B1C10) is known color: Cocoa Brown. HEX triplet: 2B, 1C and 10. RGB value is (43,28,16). Sum of RGB (Red+Green+Blue) = 43+28+16=87 (11% of max value = 765). Red value is 43 (17.19% from 255 or 49.43% from 87); Green value is 28 (11.33% from 255 or 32.18% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B1C10 is #D4E3EF. Grayscale: #1F1F1F. Windows color (decimal): -13951984 or 1055787. OLE color: 1055787.
HSL color Cylindrical-coordinate representation of color #2B1C10: hue angle of 26.67º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B1C10 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 28 | 16 | - |
| CMYK | 0 | 0.35 | 0.63 | 0.83 |
| HSL | 26.67º | 0.46% | 0.12% | - |
| HSV(B) | 26.67º | 0.63% | 0.17% | - |
| XYZ | 1.51 | 1.38 | 0.68 | - |
| YUV | 31.12 | 119.47 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 28 | 16 | 0 | 0.35 | 0.63 | 0.83 | 26.67 | 0.46 | 0.12 |
| Hex | 2B | 1C | 10 | 0 | 23 | 3F | 53 | 1B | 2E | C |
| Octal | 53 | 34 | 20 | 0 | 43 | 77 | 123 | 33 | 56 | 14 |
| Binary | 101011 | 11100 | 10000 | 0 | 100011 | 111111 | 1010011 | 11011 | 101110 | 1100 |
Color Harmonies of #2B1C10
Complementary color
Monochromatic Colors of #2B1C10
Black with #2B1C10
Text Example
Text Example
White with #2B1C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1C10; }
p { color: rgb(43,28,16); }
H1.HeaderClassName
{
color: #2B1C10;
}
.AnyTagClassName
{
color: #2B1C10;
}
</style>
background-color css
<style>
a { background-color: #2B1C10; }
a { background-color: rgb(43,28,16); }
div.DivClassName
{
background-color: #2B1C10;
}
.BgClassName
{
background-color: #2B1C10;
}
</style>
border-color css
<style>
span { border-color: #2B1C10; }
span { border-color: rgb(43,28,16); }
td.TdClassName
{
border-color: #2B1C10;
}
.TagClassName
{
border-color: #2B1C10;
}
</style>