Shades of Melanzane #1A1218
Tints of Melanzane #1A1218
RGB
CMYK
RGB Variations
Color information
#1A1218 (or 0x1A1218) is known color: Melanzane. HEX triplet: 1A, 12 and 18. RGB value is (26,18,24). Sum of RGB (Red+Green+Blue) = 26+18+24=68 (9% of max value = 765). Red value is 26 (10.55% from 255 or 38.24% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 24 (9.77% from 255 or 35.29% from 68); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1218 is #E5EDE7. Grayscale: #151515. Windows color (decimal): -15068648 or 1577498. OLE color: 1577498.
HSL color Cylindrical-coordinate representation of color #1A1218: hue angle of 315º degrees, saturation: 0.18, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #1A1218 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 18 | 24 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.90 |
| HSL | 315º | 0.18% | 0.09% | - |
| HSV(B) | 315º | 0.31% | 0.1% | - |
| XYZ | 0.81 | 0.72 | 0.96 | - |
| YUV | 21.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 18 | 24 | 0 | 0.31 | 0.08 | 0.90 | 315 | 0.18 | 0.09 |
| Hex | 1A | 12 | 18 | 0 | 1F | 8 | 5A | 13B | 12 | 9 |
| Octal | 32 | 22 | 30 | 0 | 37 | 10 | 132 | 473 | 22 | 11 |
| Binary | 11010 | 10010 | 11000 | 0 | 11111 | 1000 | 1011010 | 100111011 | 10010 | 1001 |
Color Harmonies of #1A1218
Complementary color
Monochromatic Colors of #1A1218
Black with #1A1218
Text Example
Text Example
White with #1A1218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1218; }
p { color: rgb(26,18,24); }
H1.HeaderClassName
{
color: #1A1218;
}
.AnyTagClassName
{
color: #1A1218;
}
</style>
background-color css
<style>
a { background-color: #1A1218; }
a { background-color: rgb(26,18,24); }
div.DivClassName
{
background-color: #1A1218;
}
.BgClassName
{
background-color: #1A1218;
}
</style>
border-color css
<style>
span { border-color: #1A1218; }
span { border-color: rgb(26,18,24); }
td.TdClassName
{
border-color: #1A1218;
}
.TagClassName
{
border-color: #1A1218;
}
</style>