Shades of Wood Bark #1E1613
Tints of Wood Bark #1E1613
RGB
CMYK
RGB Variations
Color information
#1E1613 (or 0x1E1613) is known color: Wood Bark. HEX triplet: 1E, 16 and 13. RGB value is (30,22,19). Sum of RGB (Red+Green+Blue) = 30+22+19=71 (9% of max value = 765). Red value is 30 (12.11% from 255 or 42.25% from 71); Green value is 22 (8.98% from 255 or 30.99% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1613 is #E1E9EC. Grayscale: #181818. Windows color (decimal): -14805485 or 1250846. OLE color: 1250846.
HSL color Cylindrical-coordinate representation of color #1E1613: hue angle of 16.36º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1E1613 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 22 | 19 | - |
| CMYK | 0 | 0.27 | 0.37 | 0.88 |
| HSL | 16.36º | 0.22% | 0.1% | - |
| HSV(B) | 16.36º | 0.37% | 0.12% | - |
| XYZ | 0.94 | 0.9 | 0.74 | - |
| YUV | 24.05 | 125.15 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 22 | 19 | 0 | 0.27 | 0.37 | 0.88 | 16.36 | 0.22 | 0.1 |
| Hex | 1E | 16 | 13 | 0 | 1B | 25 | 58 | 10 | 16 | A |
| Octal | 36 | 26 | 23 | 0 | 33 | 45 | 130 | 20 | 26 | 12 |
| Binary | 11110 | 10110 | 10011 | 0 | 11011 | 100101 | 1011000 | 10000 | 10110 | 1010 |
Color Harmonies of #1E1613
Complementary color
Monochromatic Colors of #1E1613
Black with #1E1613
Text Example
Text Example
White with #1E1613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1613; }
p { color: rgb(30,22,19); }
H1.HeaderClassName
{
color: #1E1613;
}
.AnyTagClassName
{
color: #1E1613;
}
</style>
background-color css
<style>
a { background-color: #1E1613; }
a { background-color: rgb(30,22,19); }
div.DivClassName
{
background-color: #1E1613;
}
.BgClassName
{
background-color: #1E1613;
}
</style>
border-color css
<style>
span { border-color: #1E1613; }
span { border-color: rgb(30,22,19); }
td.TdClassName
{
border-color: #1E1613;
}
.TagClassName
{
border-color: #1E1613;
}
</style>