Shades of Wood Bark #1D140F
Tints of Wood Bark #1D140F
RGB
CMYK
RGB Variations
Color information
#1D140F (or 0x1D140F) is known color: Wood Bark. HEX triplet: 1D, 14 and 0F. RGB value is (29,20,15). Sum of RGB (Red+Green+Blue) = 29+20+15=64 (8% of max value = 765). Red value is 29 (11.72% from 255 or 45.31% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 15 (6.25% from 255 or 23.44% from 64); Max value from RGB is 29 - color contains mainly: red. Hex color #1D140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D140F is #E2EBF0. Grayscale: #161616. Windows color (decimal): -14871537 or 988189. OLE color: 988189.
HSL color Cylindrical-coordinate representation of color #1D140F: hue angle of 21.43º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1D140F is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 20 | 15 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.89 |
| HSL | 21.43º | 0.32% | 0.09% | - |
| HSV(B) | 21.43º | 0.48% | 0.11% | - |
| XYZ | 0.84 | 0.8 | 0.56 | - |
| YUV | 22.12 | 123.98 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 20 | 15 | 0 | 0.31 | 0.48 | 0.89 | 21.43 | 0.32 | 0.09 |
| Hex | 1D | 14 | F | 0 | 1F | 30 | 59 | 15 | 20 | 9 |
| Octal | 35 | 24 | 17 | 0 | 37 | 60 | 131 | 25 | 40 | 11 |
| Binary | 11101 | 10100 | 1111 | 0 | 11111 | 110000 | 1011001 | 10101 | 100000 | 1001 |
Color Harmonies of #1D140F
Complementary color
Monochromatic Colors of #1D140F
Black with #1D140F
Text Example
Text Example
White with #1D140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D140F; }
p { color: rgb(29,20,15); }
H1.HeaderClassName
{
color: #1D140F;
}
.AnyTagClassName
{
color: #1D140F;
}
</style>
background-color css
<style>
a { background-color: #1D140F; }
a { background-color: rgb(29,20,15); }
div.DivClassName
{
background-color: #1D140F;
}
.BgClassName
{
background-color: #1D140F;
}
</style>
border-color css
<style>
span { border-color: #1D140F; }
span { border-color: rgb(29,20,15); }
td.TdClassName
{
border-color: #1D140F;
}
.TagClassName
{
border-color: #1D140F;
}
</style>