Shades of Melanzane #1A0E15
Tints of Melanzane #1A0E15
RGB
CMYK
RGB Variations
Color information
#1A0E15 (or 0x1A0E15) is known color: Melanzane. HEX triplet: 1A, 0E and 15. RGB value is (26,14,21). Sum of RGB (Red+Green+Blue) = 26+14+21=61 (8% of max value = 765). Red value is 26 (10.55% from 255 or 42.62% from 61); Green value is 14 (5.86% from 255 or 22.95% from 61); Blue value is 21 (8.59% from 255 or 34.43% from 61); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0E15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0E15 is #E5F1EA. Grayscale: #121212. Windows color (decimal): -15069675 or 1379866. OLE color: 1379866.
HSL color Cylindrical-coordinate representation of color #1A0E15: hue angle of 325º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1A0E15 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 14 | 21 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.90 |
| HSL | 325º | 0.3% | 0.08% | - |
| HSV(B) | 325º | 0.46% | 0.1% | - |
| XYZ | 0.72 | 0.59 | 0.79 | - |
| YUV | 18.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 14 | 21 | 0 | 0.46 | 0.19 | 0.90 | 325 | 0.3 | 0.08 |
| Hex | 1A | E | 15 | 0 | 2E | 13 | 5A | 145 | 1E | 8 |
| Octal | 32 | 16 | 25 | 0 | 56 | 23 | 132 | 505 | 36 | 10 |
| Binary | 11010 | 1110 | 10101 | 0 | 101110 | 10011 | 1011010 | 101000101 | 11110 | 1000 |
Color Harmonies of #1A0E15
Complementary color
Monochromatic Colors of #1A0E15
Black with #1A0E15
Text Example
Text Example
White with #1A0E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0E15; }
p { color: rgb(26,14,21); }
H1.HeaderClassName
{
color: #1A0E15;
}
.AnyTagClassName
{
color: #1A0E15;
}
</style>
background-color css
<style>
a { background-color: #1A0E15; }
a { background-color: rgb(26,14,21); }
div.DivClassName
{
background-color: #1A0E15;
}
.BgClassName
{
background-color: #1A0E15;
}
</style>
border-color css
<style>
span { border-color: #1A0E15; }
span { border-color: rgb(26,14,21); }
td.TdClassName
{
border-color: #1A0E15;
}
.TagClassName
{
border-color: #1A0E15;
}
</style>