Shades of Wood Bark #231B19
Tints of Wood Bark #231B19
RGB
CMYK
RGB Variations
Color information
#231B19 (or 0x231B19) is known color: Wood Bark. HEX triplet: 23, 1B and 19. RGB value is (35,27,25). Sum of RGB (Red+Green+Blue) = 35+27+25=87 (11% of max value = 765). Red value is 35 (14.06% from 255 or 40.23% from 87); Green value is 27 (10.94% from 255 or 31.03% from 87); Blue value is 25 (10.16% from 255 or 28.74% from 87); Max value from RGB is 35 - color contains mainly: red. Hex color #231B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231B19 is #DCE4E6. Grayscale: #1D1D1D. Windows color (decimal): -14476519 or 1645347. OLE color: 1645347.
HSL color Cylindrical-coordinate representation of color #231B19: hue angle of 12º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #231B19 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 27 | 25 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.86 |
| HSL | 12º | 0.17% | 0.12% | - |
| HSV(B) | 12º | 0.29% | 0.14% | - |
| XYZ | 1.26 | 1.21 | 1.09 | - |
| YUV | 29.16 | 125.65 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 27 | 25 | 0 | 0.23 | 0.29 | 0.86 | 12 | 0.17 | 0.12 |
| Hex | 23 | 1B | 19 | 0 | 17 | 1D | 56 | C | 11 | C |
| Octal | 43 | 33 | 31 | 0 | 27 | 35 | 126 | 14 | 21 | 14 |
| Binary | 100011 | 11011 | 11001 | 0 | 10111 | 11101 | 1010110 | 1100 | 10001 | 1100 |
Color Harmonies of #231B19
Complementary color
Monochromatic Colors of #231B19
Black with #231B19
Text Example
Text Example
White with #231B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231B19; }
p { color: rgb(35,27,25); }
H1.HeaderClassName
{
color: #231B19;
}
.AnyTagClassName
{
color: #231B19;
}
</style>
background-color css
<style>
a { background-color: #231B19; }
a { background-color: rgb(35,27,25); }
div.DivClassName
{
background-color: #231B19;
}
.BgClassName
{
background-color: #231B19;
}
</style>
border-color css
<style>
span { border-color: #231B19; }
span { border-color: rgb(35,27,25); }
td.TdClassName
{
border-color: #231B19;
}
.TagClassName
{
border-color: #231B19;
}
</style>