Shades of Wood Bark #231B17
Tints of Wood Bark #231B17
RGB
CMYK
RGB Variations
Color information
#231B17 (or 0x231B17) is known color: Wood Bark. HEX triplet: 23, 1B and 17. RGB value is (35,27,23). Sum of RGB (Red+Green+Blue) = 35+27+23=85 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.18% from 85); Green value is 27 (10.94% from 255 or 31.76% from 85); Blue value is 23 (9.38% from 255 or 27.06% from 85); Max value from RGB is 35 - color contains mainly: red. Hex color #231B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231B17 is #DCE4E8. Grayscale: #1C1C1C. Windows color (decimal): -14476521 or 1514275. OLE color: 1514275.
HSL color Cylindrical-coordinate representation of color #231B17: hue angle of 20º degrees, saturation: 0.21, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #231B17 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 27 | 23 | - |
| CMYK | 0 | 0.23 | 0.34 | 0.86 |
| HSL | 20º | 0.21% | 0.11% | - |
| HSV(B) | 20º | 0.34% | 0.14% | - |
| XYZ | 1.24 | 1.2 | 0.98 | - |
| YUV | 28.94 | 124.65 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 27 | 23 | 0 | 0.23 | 0.34 | 0.86 | 20 | 0.21 | 0.11 |
| Hex | 23 | 1B | 17 | 0 | 17 | 22 | 56 | 14 | 15 | B |
| Octal | 43 | 33 | 27 | 0 | 27 | 42 | 126 | 24 | 25 | 13 |
| Binary | 100011 | 11011 | 10111 | 0 | 10111 | 100010 | 1010110 | 10100 | 10101 | 1011 |
Color Harmonies of #231B17
Complementary color
Monochromatic Colors of #231B17
Black with #231B17
Text Example
Text Example
White with #231B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231B17; }
p { color: rgb(35,27,23); }
H1.HeaderClassName
{
color: #231B17;
}
.AnyTagClassName
{
color: #231B17;
}
</style>
background-color css
<style>
a { background-color: #231B17; }
a { background-color: rgb(35,27,23); }
div.DivClassName
{
background-color: #231B17;
}
.BgClassName
{
background-color: #231B17;
}
</style>
border-color css
<style>
span { border-color: #231B17; }
span { border-color: rgb(35,27,23); }
td.TdClassName
{
border-color: #231B17;
}
.TagClassName
{
border-color: #231B17;
}
</style>