Shades of Cocoa Brown #2A190B
Tints of Cocoa Brown #2A190B
RGB
CMYK
RGB Variations
Color information
#2A190B (or 0x2A190B) is known color: Cocoa Brown. HEX triplet: 2A, 19 and 0B. RGB value is (42,25,11). Sum of RGB (Red+Green+Blue) = 42+25+11=78 (10% of max value = 765). Red value is 42 (16.80% from 255 or 53.85% from 78); Green value is 25 (10.16% from 255 or 32.05% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 42 - color contains mainly: red. Hex color #2A190B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A190B is #D5E6F4. Grayscale: #1C1C1C. Windows color (decimal): -14018293 or 727338. OLE color: 727338.
HSL color Cylindrical-coordinate representation of color #2A190B: hue angle of 27.1º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A190B is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 42 | 25 | 11 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.84 |
| HSL | 27.1º | 0.58% | 0.1% | - |
| HSV(B) | 27.1º | 0.74% | 0.16% | - |
| XYZ | 1.36 | 1.21 | 0.48 | - |
| YUV | 28.49 | 118.13 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 25 | 11 | 0 | 0.40 | 0.74 | 0.84 | 27.1 | 0.58 | 0.1 |
| Hex | 2A | 19 | B | 0 | 28 | 4A | 54 | 1B | 3A | A |
| Octal | 52 | 31 | 13 | 0 | 50 | 112 | 124 | 33 | 72 | 12 |
| Binary | 101010 | 11001 | 1011 | 0 | 101000 | 1001010 | 1010100 | 11011 | 111010 | 1010 |
Color Harmonies of #2A190B
Complementary color
Monochromatic Colors of #2A190B
Black with #2A190B
Text Example
Text Example
White with #2A190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A190B; }
p { color: rgb(42,25,11); }
H1.HeaderClassName
{
color: #2A190B;
}
.AnyTagClassName
{
color: #2A190B;
}
</style>
background-color css
<style>
a { background-color: #2A190B; }
a { background-color: rgb(42,25,11); }
div.DivClassName
{
background-color: #2A190B;
}
.BgClassName
{
background-color: #2A190B;
}
</style>
border-color css
<style>
span { border-color: #2A190B; }
span { border-color: rgb(42,25,11); }
td.TdClassName
{
border-color: #2A190B;
}
.TagClassName
{
border-color: #2A190B;
}
</style>