Shades of Wood Bark #1F1108
Tints of Wood Bark #1F1108
RGB
CMYK
RGB Variations
Color information
#1F1108 (or 0x1F1108) is known color: Wood Bark. HEX triplet: 1F, 11 and 08. RGB value is (31,17,8). Sum of RGB (Red+Green+Blue) = 31+17+8=56 (7% of max value = 765). Red value is 31 (12.5% from 255 or 55.36% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 8 (3.52% from 255 or 14.29% from 56); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1108 is #E0EEF7. Grayscale: #141414. Windows color (decimal): -14741240 or 528671. OLE color: 528671.
HSL color Cylindrical-coordinate representation of color #1F1108: hue angle of 23.48º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F1108 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 17 | 8 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.88 |
| HSL | 23.48º | 0.59% | 0.08% | - |
| HSV(B) | 23.48º | 0.74% | 0.12% | - |
| XYZ | 0.81 | 0.71 | 0.32 | - |
| YUV | 20.16 | 121.14 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 8 | 0 | 0.45 | 0.74 | 0.88 | 23.48 | 0.59 | 0.08 |
| Hex | 1F | 11 | 8 | 0 | 2D | 4A | 58 | 17 | 3B | 8 |
| Octal | 37 | 21 | 10 | 0 | 55 | 112 | 130 | 27 | 73 | 10 |
| Binary | 11111 | 10001 | 1000 | 0 | 101101 | 1001010 | 1011000 | 10111 | 111011 | 1000 |
Color Harmonies of #1F1108
Complementary color
Monochromatic Colors of #1F1108
Black with #1F1108
Text Example
Text Example
White with #1F1108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1108; }
p { color: rgb(31,17,8); }
H1.HeaderClassName
{
color: #1F1108;
}
.AnyTagClassName
{
color: #1F1108;
}
</style>
background-color css
<style>
a { background-color: #1F1108; }
a { background-color: rgb(31,17,8); }
div.DivClassName
{
background-color: #1F1108;
}
.BgClassName
{
background-color: #1F1108;
}
</style>
border-color css
<style>
span { border-color: #1F1108; }
span { border-color: rgb(31,17,8); }
td.TdClassName
{
border-color: #1F1108;
}
.TagClassName
{
border-color: #1F1108;
}
</style>