Shades of Wood Bark #231A16
Tints of Wood Bark #231A16
RGB
CMYK
RGB Variations
Color information
#231A16 (or 0x231A16) is known color: Wood Bark. HEX triplet: 23, 1A and 16. RGB value is (35,26,22). Sum of RGB (Red+Green+Blue) = 35+26+22=83 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.17% from 83); Green value is 26 (10.55% from 255 or 31.33% from 83); Blue value is 22 (8.98% from 255 or 26.51% from 83); Max value from RGB is 35 - color contains mainly: red. Hex color #231A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231A16 is #DCE5E9. Grayscale: #1C1C1C. Windows color (decimal): -14476778 or 1448483. OLE color: 1448483.
HSL color Cylindrical-coordinate representation of color #231A16: hue angle of 18.46º degrees, saturation: 0.23, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #231A16 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 26 | 22 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.86 |
| HSL | 18.46º | 0.23% | 0.11% | - |
| HSV(B) | 18.46º | 0.37% | 0.14% | - |
| XYZ | 1.21 | 1.15 | 0.92 | - |
| YUV | 28.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 26 | 22 | 0 | 0.26 | 0.37 | 0.86 | 18.46 | 0.23 | 0.11 |
| Hex | 23 | 1A | 16 | 0 | 1A | 25 | 56 | 12 | 17 | B |
| Octal | 43 | 32 | 26 | 0 | 32 | 45 | 126 | 22 | 27 | 13 |
| Binary | 100011 | 11010 | 10110 | 0 | 11010 | 100101 | 1010110 | 10010 | 10111 | 1011 |
Color Harmonies of #231A16
Complementary color
Monochromatic Colors of #231A16
Black with #231A16
Text Example
Text Example
White with #231A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231A16; }
p { color: rgb(35,26,22); }
H1.HeaderClassName
{
color: #231A16;
}
.AnyTagClassName
{
color: #231A16;
}
</style>
background-color css
<style>
a { background-color: #231A16; }
a { background-color: rgb(35,26,22); }
div.DivClassName
{
background-color: #231A16;
}
.BgClassName
{
background-color: #231A16;
}
</style>
border-color css
<style>
span { border-color: #231A16; }
span { border-color: rgb(35,26,22); }
td.TdClassName
{
border-color: #231A16;
}
.TagClassName
{
border-color: #231A16;
}
</style>