Shades of Cocoa Brown #2B190C
Tints of Cocoa Brown #2B190C
RGB
CMYK
RGB Variations
Color information
#2B190C (or 0x2B190C) is known color: Cocoa Brown. HEX triplet: 2B, 19 and 0C. RGB value is (43,25,12). Sum of RGB (Red+Green+Blue) = 43+25+12=80 (10% of max value = 765). Red value is 43 (17.19% from 255 or 53.75% from 80); Green value is 25 (10.16% from 255 or 31.25% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 43 - color contains mainly: red. Hex color #2B190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B190C is #D4E6F3. Grayscale: #1C1C1C. Windows color (decimal): -13952756 or 792875. OLE color: 792875.
HSL color Cylindrical-coordinate representation of color #2B190C: hue angle of 25.16º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B190C is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 43 | 25 | 12 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.83 |
| HSL | 25.16º | 0.56% | 0.11% | - |
| HSV(B) | 25.16º | 0.72% | 0.17% | - |
| XYZ | 1.41 | 1.24 | 0.51 | - |
| YUV | 28.9 | 118.46 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 25 | 12 | 0 | 0.42 | 0.72 | 0.83 | 25.16 | 0.56 | 0.11 |
| Hex | 2B | 19 | C | 0 | 2A | 48 | 53 | 19 | 38 | B |
| Octal | 53 | 31 | 14 | 0 | 52 | 110 | 123 | 31 | 70 | 13 |
| Binary | 101011 | 11001 | 1100 | 0 | 101010 | 1001000 | 1010011 | 11001 | 111000 | 1011 |
Color Harmonies of #2B190C
Complementary color
Monochromatic Colors of #2B190C
Black with #2B190C
Text Example
Text Example
White with #2B190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B190C; }
p { color: rgb(43,25,12); }
H1.HeaderClassName
{
color: #2B190C;
}
.AnyTagClassName
{
color: #2B190C;
}
</style>
background-color css
<style>
a { background-color: #2B190C; }
a { background-color: rgb(43,25,12); }
div.DivClassName
{
background-color: #2B190C;
}
.BgClassName
{
background-color: #2B190C;
}
</style>
border-color css
<style>
span { border-color: #2B190C; }
span { border-color: rgb(43,25,12); }
td.TdClassName
{
border-color: #2B190C;
}
.TagClassName
{
border-color: #2B190C;
}
</style>