Shades of Wood Bark #19120F
Tints of Wood Bark #19120F
RGB
CMYK
RGB Variations
Color information
#19120F (or 0x19120F) is known color: Wood Bark. HEX triplet: 19, 12 and 0F. RGB value is (25,18,15). Sum of RGB (Red+Green+Blue) = 25+18+15=58 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.10% from 58); Green value is 18 (7.42% from 255 or 31.03% from 58); Blue value is 15 (6.25% from 255 or 25.86% from 58); Max value from RGB is 25 - color contains mainly: red. Hex color #19120F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19120F is #E6EDF0. Grayscale: #131313. Windows color (decimal): -15134193 or 987673. OLE color: 987673.
HSL color Cylindrical-coordinate representation of color #19120F: hue angle of 18º degrees, saturation: 0.25, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #19120F is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 18 | 15 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.90 |
| HSL | 18º | 0.25% | 0.08% | - |
| HSV(B) | 18º | 0.4% | 0.1% | - |
| XYZ | 0.7 | 0.67 | 0.54 | - |
| YUV | 19.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 18 | 15 | 0 | 0.28 | 0.40 | 0.90 | 18 | 0.25 | 0.08 |
| Hex | 19 | 12 | F | 0 | 1C | 28 | 5A | 12 | 19 | 8 |
| Octal | 31 | 22 | 17 | 0 | 34 | 50 | 132 | 22 | 31 | 10 |
| Binary | 11001 | 10010 | 1111 | 0 | 11100 | 101000 | 1011010 | 10010 | 11001 | 1000 |
Color Harmonies of #19120F
Complementary color
Monochromatic Colors of #19120F
Black with #19120F
Text Example
Text Example
White with #19120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19120F; }
p { color: rgb(25,18,15); }
H1.HeaderClassName
{
color: #19120F;
}
.AnyTagClassName
{
color: #19120F;
}
</style>
background-color css
<style>
a { background-color: #19120F; }
a { background-color: rgb(25,18,15); }
div.DivClassName
{
background-color: #19120F;
}
.BgClassName
{
background-color: #19120F;
}
</style>
border-color css
<style>
span { border-color: #19120F; }
span { border-color: rgb(25,18,15); }
td.TdClassName
{
border-color: #19120F;
}
.TagClassName
{
border-color: #19120F;
}
</style>