Shades of Wood Bark #1E1714
Tints of Wood Bark #1E1714
RGB
CMYK
RGB Variations
Color information
#1E1714 (or 0x1E1714) is known color: Wood Bark. HEX triplet: 1E, 17 and 14. RGB value is (30,23,20). Sum of RGB (Red+Green+Blue) = 30+23+20=73 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.10% from 73); Green value is 23 (9.38% from 255 or 31.51% from 73); Blue value is 20 (8.20% from 255 or 27.40% from 73); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1714 is #E1E8EB. Grayscale: #181818. Windows color (decimal): -14805228 or 1316638. OLE color: 1316638.
HSL color Cylindrical-coordinate representation of color #1E1714: hue angle of 18º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1E1714 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 23 | 20 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.88 |
| HSL | 18º | 0.2% | 0.1% | - |
| HSV(B) | 18º | 0.33% | 0.12% | - |
| XYZ | 0.97 | 0.94 | 0.79 | - |
| YUV | 24.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 23 | 20 | 0 | 0.23 | 0.33 | 0.88 | 18 | 0.2 | 0.1 |
| Hex | 1E | 17 | 14 | 0 | 17 | 21 | 58 | 12 | 14 | A |
| Octal | 36 | 27 | 24 | 0 | 27 | 41 | 130 | 22 | 24 | 12 |
| Binary | 11110 | 10111 | 10100 | 0 | 10111 | 100001 | 1011000 | 10010 | 10100 | 1010 |
Color Harmonies of #1E1714
Complementary color
Monochromatic Colors of #1E1714
Black with #1E1714
Text Example
Text Example
White with #1E1714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1714; }
p { color: rgb(30,23,20); }
H1.HeaderClassName
{
color: #1E1714;
}
.AnyTagClassName
{
color: #1E1714;
}
</style>
background-color css
<style>
a { background-color: #1E1714; }
a { background-color: rgb(30,23,20); }
div.DivClassName
{
background-color: #1E1714;
}
.BgClassName
{
background-color: #1E1714;
}
</style>
border-color css
<style>
span { border-color: #1E1714; }
span { border-color: rgb(30,23,20); }
td.TdClassName
{
border-color: #1E1714;
}
.TagClassName
{
border-color: #1E1714;
}
</style>