Shades of Black Forest #1E2819
Tints of Black Forest #1E2819
RGB
CMYK
RGB Variations
Color information
#1E2819 (or 0x1E2819) is known color: Black Forest. HEX triplet: 1E, 28 and 19. RGB value is (30,40,25). Sum of RGB (Red+Green+Blue) = 30+40+25=95 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.58% from 95); Green value is 40 (16.02% from 255 or 42.11% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 40 - color contains mainly: green. Hex color #1E2819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2819 is #E1D7E6. Grayscale: #232323. Windows color (decimal): -14800871 or 1648670. OLE color: 1648670.
HSL color Cylindrical-coordinate representation of color #1E2819: hue angle of 100º degrees, saturation: 0.23, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1E2819 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 30 | 40 | 25 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.84 |
| HSL | 100º | 0.23% | 0.13% | - |
| HSV(B) | 100º | 0.38% | 0.16% | - |
| XYZ | 1.47 | 1.86 | 1.2 | - |
| YUV | 35.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 40 | 25 | 0.25 | 0 | 0.38 | 0.84 | 100 | 0.23 | 0.13 |
| Hex | 1E | 28 | 19 | 19 | 0 | 26 | 54 | 64 | 17 | D |
| Octal | 36 | 50 | 31 | 31 | 0 | 46 | 124 | 144 | 27 | 15 |
| Binary | 11110 | 101000 | 11001 | 11001 | 0 | 100110 | 1010100 | 1100100 | 10111 | 1101 |
Color Harmonies of #1E2819
Complementary color
Monochromatic Colors of #1E2819
Black with #1E2819
Text Example
Text Example
White with #1E2819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2819; }
p { color: rgb(30,40,25); }
H1.HeaderClassName
{
color: #1E2819;
}
.AnyTagClassName
{
color: #1E2819;
}
</style>
background-color css
<style>
a { background-color: #1E2819; }
a { background-color: rgb(30,40,25); }
div.DivClassName
{
background-color: #1E2819;
}
.BgClassName
{
background-color: #1E2819;
}
</style>
border-color css
<style>
span { border-color: #1E2819; }
span { border-color: rgb(30,40,25); }
td.TdClassName
{
border-color: #1E2819;
}
.TagClassName
{
border-color: #1E2819;
}
</style>