Shades of Wood Bark #1F110A
Tints of Wood Bark #1F110A
RGB
CMYK
RGB Variations
Color information
#1F110A (or 0x1F110A) is known color: Wood Bark. HEX triplet: 1F, 11 and 0A. RGB value is (31,17,10). Sum of RGB (Red+Green+Blue) = 31+17+10=58 (7% of max value = 765). Red value is 31 (12.5% from 255 or 53.45% from 58); Green value is 17 (7.03% from 255 or 29.31% from 58); Blue value is 10 (4.30% from 255 or 17.24% from 58); Max value from RGB is 31 - color contains mainly: red. Hex color #1F110A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F110A is #E0EEF5. Grayscale: #141414. Windows color (decimal): -14741238 or 659743. OLE color: 659743.
HSL color Cylindrical-coordinate representation of color #1F110A: hue angle of 20º degrees, saturation: 0.51, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F110A is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 17 | 10 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.88 |
| HSL | 20º | 0.51% | 0.08% | - |
| HSV(B) | 20º | 0.68% | 0.12% | - |
| XYZ | 0.82 | 0.71 | 0.38 | - |
| YUV | 20.39 | 122.14 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 10 | 0 | 0.45 | 0.68 | 0.88 | 20 | 0.51 | 0.08 |
| Hex | 1F | 11 | A | 0 | 2D | 44 | 58 | 14 | 33 | 8 |
| Octal | 37 | 21 | 12 | 0 | 55 | 104 | 130 | 24 | 63 | 10 |
| Binary | 11111 | 10001 | 1010 | 0 | 101101 | 1000100 | 1011000 | 10100 | 110011 | 1000 |
Color Harmonies of #1F110A
Complementary color
Monochromatic Colors of #1F110A
Black with #1F110A
Text Example
Text Example
White with #1F110A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F110A; }
p { color: rgb(31,17,10); }
H1.HeaderClassName
{
color: #1F110A;
}
.AnyTagClassName
{
color: #1F110A;
}
</style>
background-color css
<style>
a { background-color: #1F110A; }
a { background-color: rgb(31,17,10); }
div.DivClassName
{
background-color: #1F110A;
}
.BgClassName
{
background-color: #1F110A;
}
</style>
border-color css
<style>
span { border-color: #1F110A; }
span { border-color: rgb(31,17,10); }
td.TdClassName
{
border-color: #1F110A;
}
.TagClassName
{
border-color: #1F110A;
}
</style>