Shades of Melanzane #1E1A1C
Tints of Melanzane #1E1A1C
RGB
CMYK
RGB Variations
Color information
#1E1A1C (or 0x1E1A1C) is known color: Melanzane. HEX triplet: 1E, 1A and 1C. RGB value is (30,26,28). Sum of RGB (Red+Green+Blue) = 30+26+28=84 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.71% from 84); Green value is 26 (10.55% from 255 or 30.95% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1A1C is #E1E5E3. Grayscale: #1B1B1B. Windows color (decimal): -14804452 or 1841694. OLE color: 1841694.
HSL color Cylindrical-coordinate representation of color #1E1A1C: hue angle of 330º degrees, saturation: 0.07, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #1E1A1C is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.88.
Color convert
RGB | 30 | 26 | 28 | - |
CMYK | 0 | 0.13 | 0.07 | 0.88 |
HSL | 330º | 0.07% | 0.11% | - |
HSV(B) | 330º | 0.13% | 0.12% | - |
XYZ | 1.11 | 1.1 | 1.25 | - |
YUV | 27.42 | 128.33 | 129.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 26 | 28 | 0 | 0.13 | 0.07 | 0.88 | 330 | 0.07 | 0.11 |
Hex | 1E | 1A | 1C | 0 | D | 7 | 58 | 14A | 7 | B |
Octal | 36 | 32 | 34 | 0 | 15 | 7 | 130 | 512 | 7 | 13 |
Binary | 11110 | 11010 | 11100 | 0 | 1101 | 111 | 1011000 | 101001010 | 111 | 1011 |
Color Harmonies of #1E1A1C
Complementary color
Monochromatic Colors of #1E1A1C
Black with #1E1A1C
Text Example
Text Example
White with #1E1A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1A1C; }
p { color: rgb(30,26,28); }
H1.HeaderClassName
{
color: #1E1A1C;
}
.AnyTagClassName
{
color: #1E1A1C;
}
</style>
background-color css
<style>
a { background-color: #1E1A1C; }
a { background-color: rgb(30,26,28); }
div.DivClassName
{
background-color: #1E1A1C;
}
.BgClassName
{
background-color: #1E1A1C;
}
</style>
border-color css
<style>
span { border-color: #1E1A1C; }
span { border-color: rgb(30,26,28); }
td.TdClassName
{
border-color: #1E1A1C;
}
.TagClassName
{
border-color: #1E1A1C;
}
</style>