Shades of Melanzane #1E141B
Tints of Melanzane #1E141B
RGB
CMYK
RGB Variations
Color information
#1E141B (or 0x1E141B) is known color: Melanzane. HEX triplet: 1E, 14 and 1B. RGB value is (30,20,27). Sum of RGB (Red+Green+Blue) = 30+20+27=77 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.96% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 27 (10.94% from 255 or 35.06% from 77); Max value from RGB is 30 - color contains mainly: red. Hex color #1E141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E141B is #E1EBE4. Grayscale: #171717. Windows color (decimal): -14805989 or 1774622. OLE color: 1774622.
HSL color Cylindrical-coordinate representation of color #1E141B: hue angle of 318º 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 #1E141B is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 20 | 27 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.88 |
| HSL | 318º | 0.2% | 0.1% | - |
| HSV(B) | 318º | 0.33% | 0.12% | - |
| XYZ | 0.98 | 0.86 | 1.15 | - |
| YUV | 23.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 20 | 27 | 0 | 0.33 | 0.10 | 0.88 | 318 | 0.2 | 0.1 |
| Hex | 1E | 14 | 1B | 0 | 21 | A | 58 | 13E | 14 | A |
| Octal | 36 | 24 | 33 | 0 | 41 | 12 | 130 | 476 | 24 | 12 |
| Binary | 11110 | 10100 | 11011 | 0 | 100001 | 1010 | 1011000 | 100111110 | 10100 | 1010 |
Color Harmonies of #1E141B
Complementary color
Monochromatic Colors of #1E141B
Black with #1E141B
Text Example
Text Example
White with #1E141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E141B; }
p { color: rgb(30,20,27); }
H1.HeaderClassName
{
color: #1E141B;
}
.AnyTagClassName
{
color: #1E141B;
}
</style>
background-color css
<style>
a { background-color: #1E141B; }
a { background-color: rgb(30,20,27); }
div.DivClassName
{
background-color: #1E141B;
}
.BgClassName
{
background-color: #1E141B;
}
</style>
border-color css
<style>
span { border-color: #1E141B; }
span { border-color: rgb(30,20,27); }
td.TdClassName
{
border-color: #1E141B;
}
.TagClassName
{
border-color: #1E141B;
}
</style>