Shades of Wood Bark #1D110B
Tints of Wood Bark #1D110B
RGB
CMYK
RGB Variations
Color information
#1D110B (or 0x1D110B) is known color: Wood Bark. HEX triplet: 1D, 11 and 0B. RGB value is (29,17,11). Sum of RGB (Red+Green+Blue) = 29+17+11=57 (7% of max value = 765). Red value is 29 (11.72% from 255 or 50.88% from 57); Green value is 17 (7.03% from 255 or 29.82% from 57); Blue value is 11 (4.69% from 255 or 19.30% from 57); Max value from RGB is 29 - color contains mainly: red. Hex color #1D110B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D110B is #E2EEF4. Grayscale: #131313. Windows color (decimal): -14872309 or 725277. OLE color: 725277.
HSL color Cylindrical-coordinate representation of color #1D110B: hue angle of 20º degrees, saturation: 0.45, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D110B is Cyan = 0, Magento = 0.41, Yellow = 0.62 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 17 | 11 | - |
| CMYK | 0 | 0.41 | 0.62 | 0.89 |
| HSL | 20º | 0.45% | 0.08% | - |
| HSV(B) | 20º | 0.62% | 0.11% | - |
| XYZ | 0.77 | 0.69 | 0.41 | - |
| YUV | 19.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 17 | 11 | 0 | 0.41 | 0.62 | 0.89 | 20 | 0.45 | 0.08 |
| Hex | 1D | 11 | B | 0 | 29 | 3E | 59 | 14 | 2D | 8 |
| Octal | 35 | 21 | 13 | 0 | 51 | 76 | 131 | 24 | 55 | 10 |
| Binary | 11101 | 10001 | 1011 | 0 | 101001 | 111110 | 1011001 | 10100 | 101101 | 1000 |
Color Harmonies of #1D110B
Complementary color
Monochromatic Colors of #1D110B
Black with #1D110B
Text Example
Text Example
White with #1D110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D110B; }
p { color: rgb(29,17,11); }
H1.HeaderClassName
{
color: #1D110B;
}
.AnyTagClassName
{
color: #1D110B;
}
</style>
background-color css
<style>
a { background-color: #1D110B; }
a { background-color: rgb(29,17,11); }
div.DivClassName
{
background-color: #1D110B;
}
.BgClassName
{
background-color: #1D110B;
}
</style>
border-color css
<style>
span { border-color: #1D110B; }
span { border-color: rgb(29,17,11); }
td.TdClassName
{
border-color: #1D110B;
}
.TagClassName
{
border-color: #1D110B;
}
</style>