Shades of Wood Bark #1E1816
Tints of Wood Bark #1E1816
RGB
CMYK
RGB Variations
Color information
#1E1816 (or 0x1E1816) is known color: Wood Bark. HEX triplet: 1E, 18 and 16. RGB value is (30,24,22). Sum of RGB (Red+Green+Blue) = 30+24+22=76 (10% of max value = 765). Red value is 30 (12.11% from 255 or 39.47% from 76); Green value is 24 (9.77% from 255 or 31.58% from 76); Blue value is 22 (8.98% from 255 or 28.95% from 76); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1816 is #E1E7E9. Grayscale: #191919. Windows color (decimal): -14804970 or 1447966. OLE color: 1447966.
HSL color Cylindrical-coordinate representation of color #1E1816: hue angle of 15º degrees, saturation: 0.15, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #1E1816 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 24 | 22 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.88 |
| HSL | 15º | 0.15% | 0.1% | - |
| HSV(B) | 15º | 0.27% | 0.12% | - |
| XYZ | 1.01 | 0.99 | 0.9 | - |
| YUV | 25.57 | 125.99 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 24 | 22 | 0 | 0.20 | 0.27 | 0.88 | 15 | 0.15 | 0.1 |
| Hex | 1E | 18 | 16 | 0 | 14 | 1B | 58 | F | F | A |
| Octal | 36 | 30 | 26 | 0 | 24 | 33 | 130 | 17 | 17 | 12 |
| Binary | 11110 | 11000 | 10110 | 0 | 10100 | 11011 | 1011000 | 1111 | 1111 | 1010 |
Color Harmonies of #1E1816
Complementary color
Monochromatic Colors of #1E1816
Black with #1E1816
Text Example
Text Example
White with #1E1816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1816; }
p { color: rgb(30,24,22); }
H1.HeaderClassName
{
color: #1E1816;
}
.AnyTagClassName
{
color: #1E1816;
}
</style>
background-color css
<style>
a { background-color: #1E1816; }
a { background-color: rgb(30,24,22); }
div.DivClassName
{
background-color: #1E1816;
}
.BgClassName
{
background-color: #1E1816;
}
</style>
border-color css
<style>
span { border-color: #1E1816; }
span { border-color: rgb(30,24,22); }
td.TdClassName
{
border-color: #1E1816;
}
.TagClassName
{
border-color: #1E1816;
}
</style>