Shades of Melanzane #1A0A15
Tints of Melanzane #1A0A15
RGB
CMYK
RGB Variations
Color information
#1A0A15 (or 0x1A0A15) is known color: Melanzane. HEX triplet: 1A, 0A and 15. RGB value is (26,10,21). Sum of RGB (Red+Green+Blue) = 26+10+21=57 (7% of max value = 765). Red value is 26 (10.55% from 255 or 45.61% from 57); Green value is 10 (4.30% from 255 or 17.54% from 57); Blue value is 21 (8.59% from 255 or 36.84% from 57); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0A15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0A15 is #E5F5EA. Grayscale: #101010. Windows color (decimal): -15070699 or 1378842. OLE color: 1378842.
HSL color Cylindrical-coordinate representation of color #1A0A15: hue angle of 318.75º degrees, saturation: 0.44, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1A0A15 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 10 | 21 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.90 |
| HSL | 318.75º | 0.44% | 0.07% | - |
| HSV(B) | 318.75º | 0.62% | 0.1% | - |
| XYZ | 0.67 | 0.49 | 0.77 | - |
| YUV | 16.04 | 130.8 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 10 | 21 | 0 | 0.62 | 0.19 | 0.90 | 318.75 | 0.44 | 0.07 |
| Hex | 1A | A | 15 | 0 | 3E | 13 | 5A | 13F | 2C | 7 |
| Octal | 32 | 12 | 25 | 0 | 76 | 23 | 132 | 477 | 54 | 7 |
| Binary | 11010 | 1010 | 10101 | 0 | 111110 | 10011 | 1011010 | 100111111 | 101100 | 111 |
Color Harmonies of #1A0A15
Complementary color
Monochromatic Colors of #1A0A15
Black with #1A0A15
Text Example
Text Example
White with #1A0A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0A15; }
p { color: rgb(26,10,21); }
H1.HeaderClassName
{
color: #1A0A15;
}
.AnyTagClassName
{
color: #1A0A15;
}
</style>
background-color css
<style>
a { background-color: #1A0A15; }
a { background-color: rgb(26,10,21); }
div.DivClassName
{
background-color: #1A0A15;
}
.BgClassName
{
background-color: #1A0A15;
}
</style>
border-color css
<style>
span { border-color: #1A0A15; }
span { border-color: rgb(26,10,21); }
td.TdClassName
{
border-color: #1A0A15;
}
.TagClassName
{
border-color: #1A0A15;
}
</style>