Shades of Wood Bark #1E1917
Tints of Wood Bark #1E1917
RGB
CMYK
RGB Variations
Color information
#1E1917 (or 0x1E1917) is known color: Wood Bark. HEX triplet: 1E, 19 and 17. RGB value is (30,25,23). Sum of RGB (Red+Green+Blue) = 30+25+23=78 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.46% from 78); Green value is 25 (10.16% from 255 or 32.05% from 78); Blue value is 23 (9.38% from 255 or 29.49% from 78); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1917 is #E1E6E8. Grayscale: #1A1A1A. Windows color (decimal): -14804713 or 1513758. OLE color: 1513758.
HSL color Cylindrical-coordinate representation of color #1E1917: hue angle of 17.14º degrees, saturation: 0.13, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #1E1917 is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 25 | 23 | - |
| CMYK | 0 | 0.17 | 0.23 | 0.88 |
| HSL | 17.14º | 0.13% | 0.1% | - |
| HSV(B) | 17.14º | 0.23% | 0.12% | - |
| XYZ | 1.04 | 1.03 | 0.96 | - |
| YUV | 26.27 | 126.16 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 25 | 23 | 0 | 0.17 | 0.23 | 0.88 | 17.14 | 0.13 | 0.1 |
| Hex | 1E | 19 | 17 | 0 | 11 | 17 | 58 | 11 | D | A |
| Octal | 36 | 31 | 27 | 0 | 21 | 27 | 130 | 21 | 15 | 12 |
| Binary | 11110 | 11001 | 10111 | 0 | 10001 | 10111 | 1011000 | 10001 | 1101 | 1010 |
Color Harmonies of #1E1917
Complementary color
Monochromatic Colors of #1E1917
Black with #1E1917
Text Example
Text Example
White with #1E1917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1917; }
p { color: rgb(30,25,23); }
H1.HeaderClassName
{
color: #1E1917;
}
.AnyTagClassName
{
color: #1E1917;
}
</style>
background-color css
<style>
a { background-color: #1E1917; }
a { background-color: rgb(30,25,23); }
div.DivClassName
{
background-color: #1E1917;
}
.BgClassName
{
background-color: #1E1917;
}
</style>
border-color css
<style>
span { border-color: #1E1917; }
span { border-color: rgb(30,25,23); }
td.TdClassName
{
border-color: #1E1917;
}
.TagClassName
{
border-color: #1E1917;
}
</style>