Shades of Wood Bark #1E120B
Tints of Wood Bark #1E120B
RGB
CMYK
RGB Variations
Color information
#1E120B (or 0x1E120B) is known color: Wood Bark. HEX triplet: 1E, 12 and 0B. RGB value is (30,18,11). Sum of RGB (Red+Green+Blue) = 30+18+11=59 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50.85% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 11 (4.69% from 255 or 18.64% from 59); Max value from RGB is 30 - color contains mainly: red. Hex color #1E120B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E120B is #E1EDF4. Grayscale: #141414. Windows color (decimal): -14806517 or 725534. OLE color: 725534.
HSL color Cylindrical-coordinate representation of color #1E120B: hue angle of 22.11º degrees, saturation: 0.46, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E120B is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 18 | 11 | - |
| CMYK | 0 | 0.40 | 0.63 | 0.88 |
| HSL | 22.11º | 0.46% | 0.08% | - |
| HSV(B) | 22.11º | 0.63% | 0.12% | - |
| XYZ | 0.81 | 0.73 | 0.42 | - |
| YUV | 20.79 | 122.48 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 18 | 11 | 0 | 0.40 | 0.63 | 0.88 | 22.11 | 0.46 | 0.08 |
| Hex | 1E | 12 | B | 0 | 28 | 3F | 58 | 16 | 2E | 8 |
| Octal | 36 | 22 | 13 | 0 | 50 | 77 | 130 | 26 | 56 | 10 |
| Binary | 11110 | 10010 | 1011 | 0 | 101000 | 111111 | 1011000 | 10110 | 101110 | 1000 |
Color Harmonies of #1E120B
Complementary color
Monochromatic Colors of #1E120B
Black with #1E120B
Text Example
Text Example
White with #1E120B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E120B; }
p { color: rgb(30,18,11); }
H1.HeaderClassName
{
color: #1E120B;
}
.AnyTagClassName
{
color: #1E120B;
}
</style>
background-color css
<style>
a { background-color: #1E120B; }
a { background-color: rgb(30,18,11); }
div.DivClassName
{
background-color: #1E120B;
}
.BgClassName
{
background-color: #1E120B;
}
</style>
border-color css
<style>
span { border-color: #1E120B; }
span { border-color: rgb(30,18,11); }
td.TdClassName
{
border-color: #1E120B;
}
.TagClassName
{
border-color: #1E120B;
}
</style>