Shades of Wood Bark #1F0F04
Tints of Wood Bark #1F0F04
RGB
CMYK
RGB Variations
Color information
#1F0F04 (or 0x1F0F04) is known color: Wood Bark. HEX triplet: 1F, 0F and 04. RGB value is (31,15,4). Sum of RGB (Red+Green+Blue) = 31+15+4=50 (6% of max value = 765). Red value is 31 (12.5% from 255 or 62% from 50); Green value is 15 (6.25% from 255 or 30% from 50); Blue value is 4 (1.95% from 255 or 8% from 50); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0F04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0F04 is #E0F0FB. Grayscale: #121212. Windows color (decimal): -14741756 or 266015. OLE color: 266015.
HSL color Cylindrical-coordinate representation of color #1F0F04: hue angle of 24.44º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F0F04 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 15 | 4 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.88 |
| HSL | 24.44º | 0.77% | 0.07% | - |
| HSV(B) | 24.44º | 0.87% | 0.12% | - |
| XYZ | 0.76 | 0.64 | 0.2 | - |
| YUV | 18.53 | 119.8 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 15 | 4 | 0 | 0.52 | 0.87 | 0.88 | 24.44 | 0.77 | 0.07 |
| Hex | 1F | F | 4 | 0 | 34 | 57 | 58 | 18 | 4D | 7 |
| Octal | 37 | 17 | 4 | 0 | 64 | 127 | 130 | 30 | 115 | 7 |
| Binary | 11111 | 1111 | 100 | 0 | 110100 | 1010111 | 1011000 | 11000 | 1001101 | 111 |
Color Harmonies of #1F0F04
Complementary color
Monochromatic Colors of #1F0F04
Black with #1F0F04
Text Example
Text Example
White with #1F0F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0F04; }
p { color: rgb(31,15,4); }
H1.HeaderClassName
{
color: #1F0F04;
}
.AnyTagClassName
{
color: #1F0F04;
}
</style>
background-color css
<style>
a { background-color: #1F0F04; }
a { background-color: rgb(31,15,4); }
div.DivClassName
{
background-color: #1F0F04;
}
.BgClassName
{
background-color: #1F0F04;
}
</style>
border-color css
<style>
span { border-color: #1F0F04; }
span { border-color: rgb(31,15,4); }
td.TdClassName
{
border-color: #1F0F04;
}
.TagClassName
{
border-color: #1F0F04;
}
</style>