Shades of Wood Bark #1D0E02
Tints of Wood Bark #1D0E02
RGB
CMYK
RGB Variations
Color information
#1D0E02 (or 0x1D0E02) is known color: Wood Bark. HEX triplet: 1D, 0E and 02. RGB value is (29,14,2). Sum of RGB (Red+Green+Blue) = 29+14+2=45 (5% of max value = 765). Red value is 29 (11.72% from 255 or 64.44% from 45); Green value is 14 (5.86% from 255 or 31.11% from 45); Blue value is 2 (1.17% from 255 or 4.44% from 45); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0E02 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0E02 is #E2F1FD. Grayscale: #111111. Windows color (decimal): -14873086 or 134685. OLE color: 134685.
HSL color Cylindrical-coordinate representation of color #1D0E02: hue angle of 26.67º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D0E02 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 14 | 2 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.89 |
| HSL | 26.67º | 0.87% | 0.06% | - |
| HSV(B) | 26.67º | 0.93% | 0.11% | - |
| XYZ | 0.67 | 0.58 | 0.13 | - |
| YUV | 17.12 | 119.47 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 14 | 2 | 0 | 0.52 | 0.93 | 0.89 | 26.67 | 0.87 | 0.06 |
| Hex | 1D | E | 2 | 0 | 34 | 5D | 59 | 1B | 57 | 6 |
| Octal | 35 | 16 | 2 | 0 | 64 | 135 | 131 | 33 | 127 | 6 |
| Binary | 11101 | 1110 | 10 | 0 | 110100 | 1011101 | 1011001 | 11011 | 1010111 | 110 |
Color Harmonies of #1D0E02
Complementary color
Monochromatic Colors of #1D0E02
Black with #1D0E02
Text Example
Text Example
White with #1D0E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0E02; }
p { color: rgb(29,14,2); }
H1.HeaderClassName
{
color: #1D0E02;
}
.AnyTagClassName
{
color: #1D0E02;
}
</style>
background-color css
<style>
a { background-color: #1D0E02; }
a { background-color: rgb(29,14,2); }
div.DivClassName
{
background-color: #1D0E02;
}
.BgClassName
{
background-color: #1D0E02;
}
</style>
border-color css
<style>
span { border-color: #1D0E02; }
span { border-color: rgb(29,14,2); }
td.TdClassName
{
border-color: #1D0E02;
}
.TagClassName
{
border-color: #1D0E02;
}
</style>