Shades of Wood Bark #1D0F04
Tints of Wood Bark #1D0F04
RGB
CMYK
RGB Variations
Color information
#1D0F04 (or 0x1D0F04) is known color: Wood Bark. HEX triplet: 1D, 0F and 04. RGB value is (29,15,4). Sum of RGB (Red+Green+Blue) = 29+15+4=48 (6% of max value = 765). Red value is 29 (11.72% from 255 or 60.42% from 48); Green value is 15 (6.25% from 255 or 31.25% from 48); Blue value is 4 (1.95% from 255 or 8.33% from 48); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0F04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0F04 is #E2F0FB. Grayscale: #111111. Windows color (decimal): -14872828 or 266013. OLE color: 266013.
HSL color Cylindrical-coordinate representation of color #1D0F04: hue angle of 26.4º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D0F04 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 15 | 4 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.89 |
| HSL | 26.4º | 0.76% | 0.06% | - |
| HSV(B) | 26.4º | 0.86% | 0.11% | - |
| XYZ | 0.7 | 0.61 | 0.2 | - |
| YUV | 17.93 | 120.14 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 15 | 4 | 0 | 0.48 | 0.86 | 0.89 | 26.4 | 0.76 | 0.06 |
| Hex | 1D | F | 4 | 0 | 30 | 56 | 59 | 1A | 4C | 6 |
| Octal | 35 | 17 | 4 | 0 | 60 | 126 | 131 | 32 | 114 | 6 |
| Binary | 11101 | 1111 | 100 | 0 | 110000 | 1010110 | 1011001 | 11010 | 1001100 | 110 |
Color Harmonies of #1D0F04
Complementary color
Monochromatic Colors of #1D0F04
Black with #1D0F04
Text Example
Text Example
White with #1D0F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0F04; }
p { color: rgb(29,15,4); }
H1.HeaderClassName
{
color: #1D0F04;
}
.AnyTagClassName
{
color: #1D0F04;
}
</style>
background-color css
<style>
a { background-color: #1D0F04; }
a { background-color: rgb(29,15,4); }
div.DivClassName
{
background-color: #1D0F04;
}
.BgClassName
{
background-color: #1D0F04;
}
</style>
border-color css
<style>
span { border-color: #1D0F04; }
span { border-color: rgb(29,15,4); }
td.TdClassName
{
border-color: #1D0F04;
}
.TagClassName
{
border-color: #1D0F04;
}
</style>