Shades of Wood Bark #191412
Tints of Wood Bark #191412
RGB
CMYK
RGB Variations
Color information
#191412 (or 0x191412) is known color: Wood Bark. HEX triplet: 19, 14 and 12. RGB value is (25,20,18). Sum of RGB (Red+Green+Blue) = 25+20+18=63 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.68% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 18 (7.42% from 255 or 28.57% from 63); Max value from RGB is 25 - color contains mainly: red. Hex color #191412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191412 is #E6EBED. Grayscale: #151515. Windows color (decimal): -15133678 or 1184793. OLE color: 1184793.
HSL color Cylindrical-coordinate representation of color #191412: hue angle of 17.14º degrees, saturation: 0.16, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #191412 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 20 | 18 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.90 |
| HSL | 17.14º | 0.16% | 0.08% | - |
| HSV(B) | 17.14º | 0.28% | 0.1% | - |
| XYZ | 0.76 | 0.75 | 0.68 | - |
| YUV | 21.27 | 126.16 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 20 | 18 | 0 | 0.20 | 0.28 | 0.90 | 17.14 | 0.16 | 0.08 |
| Hex | 19 | 14 | 12 | 0 | 14 | 1C | 5A | 11 | 10 | 8 |
| Octal | 31 | 24 | 22 | 0 | 24 | 34 | 132 | 21 | 20 | 10 |
| Binary | 11001 | 10100 | 10010 | 0 | 10100 | 11100 | 1011010 | 10001 | 10000 | 1000 |
Color Harmonies of #191412
Complementary color
Monochromatic Colors of #191412
Black with #191412
Text Example
Text Example
White with #191412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191412; }
p { color: rgb(25,20,18); }
H1.HeaderClassName
{
color: #191412;
}
.AnyTagClassName
{
color: #191412;
}
</style>
background-color css
<style>
a { background-color: #191412; }
a { background-color: rgb(25,20,18); }
div.DivClassName
{
background-color: #191412;
}
.BgClassName
{
background-color: #191412;
}
</style>
border-color css
<style>
span { border-color: #191412; }
span { border-color: rgb(25,20,18); }
td.TdClassName
{
border-color: #191412;
}
.TagClassName
{
border-color: #191412;
}
</style>