Shades of Melanzane #1E191D
Tints of Melanzane #1E191D
RGB
CMYK
RGB Variations
Color information
#1E191D (or 0x1E191D) is known color: Melanzane. HEX triplet: 1E, 19 and 1D. RGB value is (30,25,29). Sum of RGB (Red+Green+Blue) = 30+25+29=84 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.71% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 29 (11.72% from 255 or 34.52% from 84); Max value from RGB is 30 - color contains mainly: red. Hex color #1E191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E191D is #E1E6E2. Grayscale: #1A1A1A. Windows color (decimal): -14804707 or 1906974. OLE color: 1906974.
HSL color Cylindrical-coordinate representation of color #1E191D: hue angle of 312º degrees, saturation: 0.09, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #1E191D is Cyan = 0, Magento = 0.17, Yellow = 0.03 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 25 | 29 | - |
| CMYK | 0 | 0.17 | 0.03 | 0.88 |
| HSL | 312º | 0.09% | 0.11% | - |
| HSV(B) | 312º | 0.17% | 0.12% | - |
| XYZ | 1.1 | 1.06 | 1.31 | - |
| YUV | 26.95 | 129.16 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 25 | 29 | 0 | 0.17 | 0.03 | 0.88 | 312 | 0.09 | 0.11 |
| Hex | 1E | 19 | 1D | 0 | 11 | 3 | 58 | 138 | 9 | B |
| Octal | 36 | 31 | 35 | 0 | 21 | 3 | 130 | 470 | 11 | 13 |
| Binary | 11110 | 11001 | 11101 | 0 | 10001 | 11 | 1011000 | 100111000 | 1001 | 1011 |
Color Harmonies of #1E191D
Complementary color
Monochromatic Colors of #1E191D
Black with #1E191D
Text Example
Text Example
White with #1E191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E191D; }
p { color: rgb(30,25,29); }
H1.HeaderClassName
{
color: #1E191D;
}
.AnyTagClassName
{
color: #1E191D;
}
</style>
background-color css
<style>
a { background-color: #1E191D; }
a { background-color: rgb(30,25,29); }
div.DivClassName
{
background-color: #1E191D;
}
.BgClassName
{
background-color: #1E191D;
}
</style>
border-color css
<style>
span { border-color: #1E191D; }
span { border-color: rgb(30,25,29); }
td.TdClassName
{
border-color: #1E191D;
}
.TagClassName
{
border-color: #1E191D;
}
</style>