Shades of Melanzane #1E131B
Tints of Melanzane #1E131B
RGB
CMYK
RGB Variations
Color information
#1E131B (or 0x1E131B) is known color: Melanzane. HEX triplet: 1E, 13 and 1B. RGB value is (30,19,27). Sum of RGB (Red+Green+Blue) = 30+19+27=76 (10% of max value = 765). Red value is 30 (12.11% from 255 or 39.47% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 30 - color contains mainly: red. Hex color #1E131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E131B is #E1ECE4. Grayscale: #171717. Windows color (decimal): -14806245 or 1774366. OLE color: 1774366.
HSL color Cylindrical-coordinate representation of color #1E131B: hue angle of 316.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 #1E131B is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 19 | 27 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.88 |
| HSL | 316.36º | 0.22% | 0.1% | - |
| HSV(B) | 316.36º | 0.37% | 0.12% | - |
| XYZ | 0.97 | 0.82 | 1.14 | - |
| YUV | 23.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 27 | 0 | 0.37 | 0.10 | 0.88 | 316.36 | 0.22 | 0.1 |
| Hex | 1E | 13 | 1B | 0 | 25 | A | 58 | 13C | 16 | A |
| Octal | 36 | 23 | 33 | 0 | 45 | 12 | 130 | 474 | 26 | 12 |
| Binary | 11110 | 10011 | 11011 | 0 | 100101 | 1010 | 1011000 | 100111100 | 10110 | 1010 |
Color Harmonies of #1E131B
Complementary color
Monochromatic Colors of #1E131B
Black with #1E131B
Text Example
Text Example
White with #1E131B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E131B; }
p { color: rgb(30,19,27); }
H1.HeaderClassName
{
color: #1E131B;
}
.AnyTagClassName
{
color: #1E131B;
}
</style>
background-color css
<style>
a { background-color: #1E131B; }
a { background-color: rgb(30,19,27); }
div.DivClassName
{
background-color: #1E131B;
}
.BgClassName
{
background-color: #1E131B;
}
</style>
border-color css
<style>
span { border-color: #1E131B; }
span { border-color: rgb(30,19,27); }
td.TdClassName
{
border-color: #1E131B;
}
.TagClassName
{
border-color: #1E131B;
}
</style>