Shades of Wood Bark #231913
Tints of Wood Bark #231913
RGB
CMYK
RGB Variations
Color information
#231913 (or 0x231913) is known color: Wood Bark. HEX triplet: 23, 19 and 13. RGB value is (35,25,19). Sum of RGB (Red+Green+Blue) = 35+25+19=79 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.30% from 79); Green value is 25 (10.16% from 255 or 31.65% from 79); Blue value is 19 (7.81% from 255 or 24.05% from 79); Max value from RGB is 35 - color contains mainly: red. Hex color #231913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231913 is #DCE6EC. Grayscale: #1B1B1B. Windows color (decimal): -14477037 or 1251619. OLE color: 1251619.
HSL color Cylindrical-coordinate representation of color #231913: hue angle of 22.5º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #231913 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 25 | 19 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.86 |
| HSL | 22.5º | 0.3% | 0.11% | - |
| HSV(B) | 22.5º | 0.46% | 0.14% | - |
| XYZ | 1.16 | 1.1 | 0.77 | - |
| YUV | 27.31 | 123.31 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 25 | 19 | 0 | 0.29 | 0.46 | 0.86 | 22.5 | 0.3 | 0.11 |
| Hex | 23 | 19 | 13 | 0 | 1D | 2E | 56 | 16 | 1E | B |
| Octal | 43 | 31 | 23 | 0 | 35 | 56 | 126 | 26 | 36 | 13 |
| Binary | 100011 | 11001 | 10011 | 0 | 11101 | 101110 | 1010110 | 10110 | 11110 | 1011 |
Color Harmonies of #231913
Complementary color
Monochromatic Colors of #231913
Black with #231913
Text Example
Text Example
White with #231913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231913; }
p { color: rgb(35,25,19); }
H1.HeaderClassName
{
color: #231913;
}
.AnyTagClassName
{
color: #231913;
}
</style>
background-color css
<style>
a { background-color: #231913; }
a { background-color: rgb(35,25,19); }
div.DivClassName
{
background-color: #231913;
}
.BgClassName
{
background-color: #231913;
}
</style>
border-color css
<style>
span { border-color: #231913; }
span { border-color: rgb(35,25,19); }
td.TdClassName
{
border-color: #231913;
}
.TagClassName
{
border-color: #231913;
}
</style>