Shades of Cocoa Brown #23190B
Tints of Cocoa Brown #23190B
RGB
CMYK
RGB Variations
Color information
#23190B (or 0x23190B) is known color: Cocoa Brown. HEX triplet: 23, 19 and 0B. RGB value is (35,25,11). Sum of RGB (Red+Green+Blue) = 35+25+11=71 (9% of max value = 765). Red value is 35 (14.06% from 255 or 49.30% from 71); Green value is 25 (10.16% from 255 or 35.21% from 71); Blue value is 11 (4.69% from 255 or 15.49% from 71); Max value from RGB is 35 - color contains mainly: red. Hex color #23190B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23190B is #DCE6F4. Grayscale: #1A1A1A. Windows color (decimal): -14477045 or 727331. OLE color: 727331.
HSL color Cylindrical-coordinate representation of color #23190B: hue angle of 35º degrees, saturation: 0.52, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #23190B is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 25 | 11 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.86 |
| HSL | 35º | 0.52% | 0.09% | - |
| HSV(B) | 35º | 0.69% | 0.14% | - |
| XYZ | 1.1 | 1.08 | 0.47 | - |
| YUV | 26.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 11 | 0 | 0.29 | 0.69 | 0.86 | 35 | 0.52 | 0.09 |
| Hex | 23 | 19 | B | 0 | 1D | 45 | 56 | 23 | 34 | 9 |
| Octal | 43 | 31 | 13 | 0 | 35 | 105 | 126 | 43 | 64 | 11 |
| Binary | 100011 | 11001 | 1011 | 0 | 11101 | 1000101 | 1010110 | 100011 | 110100 | 1001 |
Color Harmonies of #23190B
Complementary color
Monochromatic Colors of #23190B
Black with #23190B
Text Example
Text Example
White with #23190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23190B; }
p { color: rgb(35,25,11); }
H1.HeaderClassName
{
color: #23190B;
}
.AnyTagClassName
{
color: #23190B;
}
</style>
background-color css
<style>
a { background-color: #23190B; }
a { background-color: rgb(35,25,11); }
div.DivClassName
{
background-color: #23190B;
}
.BgClassName
{
background-color: #23190B;
}
</style>
border-color css
<style>
span { border-color: #23190B; }
span { border-color: rgb(35,25,11); }
td.TdClassName
{
border-color: #23190B;
}
.TagClassName
{
border-color: #23190B;
}
</style>