Shades of Wood Bark #1F120C
Tints of Wood Bark #1F120C
RGB
CMYK
RGB Variations
Color information
#1F120C (or 0x1F120C) is known color: Wood Bark. HEX triplet: 1F, 12 and 0C. RGB value is (31,18,12). Sum of RGB (Red+Green+Blue) = 31+18+12=61 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50.82% from 61); Green value is 18 (7.42% from 255 or 29.51% from 61); Blue value is 12 (5.08% from 255 or 19.67% from 61); Max value from RGB is 31 - color contains mainly: red. Hex color #1F120C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F120C is #E0EDF3. Grayscale: #151515. Windows color (decimal): -14740980 or 791071. OLE color: 791071.
HSL color Cylindrical-coordinate representation of color #1F120C: hue angle of 18.95º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F120C is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 18 | 12 | - |
| CMYK | 0 | 0.42 | 0.61 | 0.88 |
| HSL | 18.95º | 0.44% | 0.08% | - |
| HSV(B) | 18.95º | 0.61% | 0.12% | - |
| XYZ | 0.85 | 0.75 | 0.45 | - |
| YUV | 21.2 | 122.81 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 12 | 0 | 0.42 | 0.61 | 0.88 | 18.95 | 0.44 | 0.08 |
| Hex | 1F | 12 | C | 0 | 2A | 3D | 58 | 13 | 2C | 8 |
| Octal | 37 | 22 | 14 | 0 | 52 | 75 | 130 | 23 | 54 | 10 |
| Binary | 11111 | 10010 | 1100 | 0 | 101010 | 111101 | 1011000 | 10011 | 101100 | 1000 |
Color Harmonies of #1F120C
Complementary color
Monochromatic Colors of #1F120C
Black with #1F120C
Text Example
Text Example
White with #1F120C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F120C; }
p { color: rgb(31,18,12); }
H1.HeaderClassName
{
color: #1F120C;
}
.AnyTagClassName
{
color: #1F120C;
}
</style>
background-color css
<style>
a { background-color: #1F120C; }
a { background-color: rgb(31,18,12); }
div.DivClassName
{
background-color: #1F120C;
}
.BgClassName
{
background-color: #1F120C;
}
</style>
border-color css
<style>
span { border-color: #1F120C; }
span { border-color: rgb(31,18,12); }
td.TdClassName
{
border-color: #1F120C;
}
.TagClassName
{
border-color: #1F120C;
}
</style>