Shades of Wood Bark #1E1209
Tints of Wood Bark #1E1209
RGB
CMYK
RGB Variations
Color information
#1E1209 (or 0x1E1209) is known color: Wood Bark. HEX triplet: 1E, 12 and 09. RGB value is (30,18,9). Sum of RGB (Red+Green+Blue) = 30+18+9=57 (7% of max value = 765). Red value is 30 (12.11% from 255 or 52.63% from 57); Green value is 18 (7.42% from 255 or 31.58% from 57); Blue value is 9 (3.91% from 255 or 15.79% from 57); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1209 is #E1EDF6. Grayscale: #141414. Windows color (decimal): -14806519 or 594462. OLE color: 594462.
HSL color Cylindrical-coordinate representation of color #1E1209: hue angle of 25.71º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E1209 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 18 | 9 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.88 |
| HSL | 25.71º | 0.54% | 0.08% | - |
| HSV(B) | 25.71º | 0.7% | 0.12% | - |
| XYZ | 0.8 | 0.73 | 0.36 | - |
| YUV | 20.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 18 | 9 | 0 | 0.40 | 0.70 | 0.88 | 25.71 | 0.54 | 0.08 |
| Hex | 1E | 12 | 9 | 0 | 28 | 46 | 58 | 1A | 36 | 8 |
| Octal | 36 | 22 | 11 | 0 | 50 | 106 | 130 | 32 | 66 | 10 |
| Binary | 11110 | 10010 | 1001 | 0 | 101000 | 1000110 | 1011000 | 11010 | 110110 | 1000 |
Color Harmonies of #1E1209
Complementary color
Monochromatic Colors of #1E1209
Black with #1E1209
Text Example
Text Example
White with #1E1209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1209; }
p { color: rgb(30,18,9); }
H1.HeaderClassName
{
color: #1E1209;
}
.AnyTagClassName
{
color: #1E1209;
}
</style>
background-color css
<style>
a { background-color: #1E1209; }
a { background-color: rgb(30,18,9); }
div.DivClassName
{
background-color: #1E1209;
}
.BgClassName
{
background-color: #1E1209;
}
</style>
border-color css
<style>
span { border-color: #1E1209; }
span { border-color: rgb(30,18,9); }
td.TdClassName
{
border-color: #1E1209;
}
.TagClassName
{
border-color: #1E1209;
}
</style>