Shades of Wood Bark #1E110A
Tints of Wood Bark #1E110A
RGB
CMYK
RGB Variations
Color information
#1E110A (or 0x1E110A) is known color: Wood Bark. HEX triplet: 1E, 11 and 0A. RGB value is (30,17,10). Sum of RGB (Red+Green+Blue) = 30+17+10=57 (7% of max value = 765). Red value is 30 (12.11% from 255 or 52.63% from 57); Green value is 17 (7.03% from 255 or 29.82% from 57); Blue value is 10 (4.30% from 255 or 17.54% from 57); Max value from RGB is 30 - color contains mainly: red. Hex color #1E110A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E110A is #E1EEF5. Grayscale: #141414. Windows color (decimal): -14806774 or 659742. OLE color: 659742.
HSL color Cylindrical-coordinate representation of color #1E110A: hue angle of 21º degrees, saturation: 0.5, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E110A is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 17 | 10 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.88 |
| HSL | 21º | 0.5% | 0.08% | - |
| HSV(B) | 21º | 0.67% | 0.12% | - |
| XYZ | 0.79 | 0.7 | 0.38 | - |
| YUV | 20.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 17 | 10 | 0 | 0.43 | 0.67 | 0.88 | 21 | 0.5 | 0.08 |
| Hex | 1E | 11 | A | 0 | 2B | 43 | 58 | 15 | 32 | 8 |
| Octal | 36 | 21 | 12 | 0 | 53 | 103 | 130 | 25 | 62 | 10 |
| Binary | 11110 | 10001 | 1010 | 0 | 101011 | 1000011 | 1011000 | 10101 | 110010 | 1000 |
Color Harmonies of #1E110A
Complementary color
Monochromatic Colors of #1E110A
Black with #1E110A
Text Example
Text Example
White with #1E110A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E110A; }
p { color: rgb(30,17,10); }
H1.HeaderClassName
{
color: #1E110A;
}
.AnyTagClassName
{
color: #1E110A;
}
</style>
background-color css
<style>
a { background-color: #1E110A; }
a { background-color: rgb(30,17,10); }
div.DivClassName
{
background-color: #1E110A;
}
.BgClassName
{
background-color: #1E110A;
}
</style>
border-color css
<style>
span { border-color: #1E110A; }
span { border-color: rgb(30,17,10); }
td.TdClassName
{
border-color: #1E110A;
}
.TagClassName
{
border-color: #1E110A;
}
</style>