Shades of Wood Bark #23130B
Tints of Wood Bark #23130B
RGB
CMYK
RGB Variations
Color information
#23130B (or 0x23130B) is known color: Wood Bark. HEX triplet: 23, 13 and 0B. RGB value is (35,19,11). Sum of RGB (Red+Green+Blue) = 35+19+11=65 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.85% from 65); Green value is 19 (7.81% from 255 or 29.23% from 65); Blue value is 11 (4.69% from 255 or 16.92% from 65); Max value from RGB is 35 - color contains mainly: red. Hex color #23130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23130B is #DCECF4. Grayscale: #161616. Windows color (decimal): -14478581 or 725795. OLE color: 725795.
HSL color Cylindrical-coordinate representation of color #23130B: hue angle of 20º 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 #23130B is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 19 | 11 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.86 |
| HSL | 20º | 0.52% | 0.09% | - |
| HSV(B) | 20º | 0.69% | 0.14% | - |
| XYZ | 0.99 | 0.85 | 0.43 | - |
| YUV | 22.87 | 121.3 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 19 | 11 | 0 | 0.46 | 0.69 | 0.86 | 20 | 0.52 | 0.09 |
| Hex | 23 | 13 | B | 0 | 2E | 45 | 56 | 14 | 34 | 9 |
| Octal | 43 | 23 | 13 | 0 | 56 | 105 | 126 | 24 | 64 | 11 |
| Binary | 100011 | 10011 | 1011 | 0 | 101110 | 1000101 | 1010110 | 10100 | 110100 | 1001 |
Color Harmonies of #23130B
Complementary color
Monochromatic Colors of #23130B
Black with #23130B
Text Example
Text Example
White with #23130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23130B; }
p { color: rgb(35,19,11); }
H1.HeaderClassName
{
color: #23130B;
}
.AnyTagClassName
{
color: #23130B;
}
</style>
background-color css
<style>
a { background-color: #23130B; }
a { background-color: rgb(35,19,11); }
div.DivClassName
{
background-color: #23130B;
}
.BgClassName
{
background-color: #23130B;
}
</style>
border-color css
<style>
span { border-color: #23130B; }
span { border-color: rgb(35,19,11); }
td.TdClassName
{
border-color: #23130B;
}
.TagClassName
{
border-color: #23130B;
}
</style>