Shades of Wood Bark #201B19
Tints of Wood Bark #201B19
RGB
CMYK
RGB Variations
Color information
#201B19 (or 0x201B19) is known color: Wood Bark. HEX triplet: 20, 1B and 19. RGB value is (32,27,25). Sum of RGB (Red+Green+Blue) = 32+27+25=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 27 (10.94% from 255 or 32.14% from 84); Blue value is 25 (10.16% from 255 or 29.76% from 84); Max value from RGB is 32 - color contains mainly: red. Hex color #201B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201B19 is #DFE4E6. Grayscale: #1C1C1C. Windows color (decimal): -14673127 or 1645344. OLE color: 1645344.
HSL color Cylindrical-coordinate representation of color #201B19: hue angle of 17.14º degrees, saturation: 0.12, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #201B19 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 27 | 25 | - |
| CMYK | 0 | 0.16 | 0.22 | 0.87 |
| HSL | 17.14º | 0.12% | 0.11% | - |
| HSV(B) | 17.14º | 0.22% | 0.13% | - |
| XYZ | 1.16 | 1.16 | 1.08 | - |
| YUV | 28.27 | 126.16 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 25 | 0 | 0.16 | 0.22 | 0.87 | 17.14 | 0.12 | 0.11 |
| Hex | 20 | 1B | 19 | 0 | 10 | 16 | 57 | 11 | C | B |
| Octal | 40 | 33 | 31 | 0 | 20 | 26 | 127 | 21 | 14 | 13 |
| Binary | 100000 | 11011 | 11001 | 0 | 10000 | 10110 | 1010111 | 10001 | 1100 | 1011 |
Color Harmonies of #201B19
Complementary color
Monochromatic Colors of #201B19
Black with #201B19
Text Example
Text Example
White with #201B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B19; }
p { color: rgb(32,27,25); }
H1.HeaderClassName
{
color: #201B19;
}
.AnyTagClassName
{
color: #201B19;
}
</style>
background-color css
<style>
a { background-color: #201B19; }
a { background-color: rgb(32,27,25); }
div.DivClassName
{
background-color: #201B19;
}
.BgClassName
{
background-color: #201B19;
}
</style>
border-color css
<style>
span { border-color: #201B19; }
span { border-color: rgb(32,27,25); }
td.TdClassName
{
border-color: #201B19;
}
.TagClassName
{
border-color: #201B19;
}
</style>