Shades of Wood Bark #1F1109
Tints of Wood Bark #1F1109
RGB
CMYK
RGB Variations
Color information
#1F1109 (or 0x1F1109) is known color: Wood Bark. HEX triplet: 1F, 11 and 09. RGB value is (31,17,9). Sum of RGB (Red+Green+Blue) = 31+17+9=57 (7% of max value = 765). Red value is 31 (12.5% from 255 or 54.39% from 57); Green value is 17 (7.03% from 255 or 29.82% from 57); Blue value is 9 (3.91% from 255 or 15.79% from 57); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1109 is #E0EEF6. Grayscale: #141414. Windows color (decimal): -14741239 or 594207. OLE color: 594207.
HSL color Cylindrical-coordinate representation of color #1F1109: hue angle of 21.82º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F1109 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 17 | 9 | - |
| CMYK | 0 | 0.45 | 0.71 | 0.88 |
| HSL | 21.82º | 0.55% | 0.08% | - |
| HSV(B) | 21.82º | 0.71% | 0.12% | - |
| XYZ | 0.81 | 0.71 | 0.35 | - |
| YUV | 20.27 | 121.64 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 9 | 0 | 0.45 | 0.71 | 0.88 | 21.82 | 0.55 | 0.08 |
| Hex | 1F | 11 | 9 | 0 | 2D | 47 | 58 | 16 | 37 | 8 |
| Octal | 37 | 21 | 11 | 0 | 55 | 107 | 130 | 26 | 67 | 10 |
| Binary | 11111 | 10001 | 1001 | 0 | 101101 | 1000111 | 1011000 | 10110 | 110111 | 1000 |
Color Harmonies of #1F1109
Complementary color
Monochromatic Colors of #1F1109
Black with #1F1109
Text Example
Text Example
White with #1F1109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1109; }
p { color: rgb(31,17,9); }
H1.HeaderClassName
{
color: #1F1109;
}
.AnyTagClassName
{
color: #1F1109;
}
</style>
background-color css
<style>
a { background-color: #1F1109; }
a { background-color: rgb(31,17,9); }
div.DivClassName
{
background-color: #1F1109;
}
.BgClassName
{
background-color: #1F1109;
}
</style>
border-color css
<style>
span { border-color: #1F1109; }
span { border-color: rgb(31,17,9); }
td.TdClassName
{
border-color: #1F1109;
}
.TagClassName
{
border-color: #1F1109;
}
</style>