Shades of Melanzane #1A1116
Tints of Melanzane #1A1116
RGB
CMYK
RGB Variations
Color information
#1A1116 (or 0x1A1116) is known color: Melanzane. HEX triplet: 1A, 11 and 16. RGB value is (26,17,22). Sum of RGB (Red+Green+Blue) = 26+17+22=65 (8% of max value = 765). Red value is 26 (10.55% from 255 or 40% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 22 (8.98% from 255 or 33.85% from 65); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1116 is #E5EEE9. Grayscale: #141414. Windows color (decimal): -15068906 or 1446170. OLE color: 1446170.
HSL color Cylindrical-coordinate representation of color #1A1116: hue angle of 326.67º degrees, saturation: 0.21, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1A1116 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 17 | 22 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.90 |
| HSL | 326.67º | 0.21% | 0.08% | - |
| HSV(B) | 326.67º | 0.35% | 0.1% | - |
| XYZ | 0.77 | 0.68 | 0.85 | - |
| YUV | 20.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 17 | 22 | 0 | 0.35 | 0.15 | 0.90 | 326.67 | 0.21 | 0.08 |
| Hex | 1A | 11 | 16 | 0 | 23 | F | 5A | 147 | 15 | 8 |
| Octal | 32 | 21 | 26 | 0 | 43 | 17 | 132 | 507 | 25 | 10 |
| Binary | 11010 | 10001 | 10110 | 0 | 100011 | 1111 | 1011010 | 101000111 | 10101 | 1000 |
Color Harmonies of #1A1116
Complementary color
Monochromatic Colors of #1A1116
Black with #1A1116
Text Example
Text Example
White with #1A1116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1116; }
p { color: rgb(26,17,22); }
H1.HeaderClassName
{
color: #1A1116;
}
.AnyTagClassName
{
color: #1A1116;
}
</style>
background-color css
<style>
a { background-color: #1A1116; }
a { background-color: rgb(26,17,22); }
div.DivClassName
{
background-color: #1A1116;
}
.BgClassName
{
background-color: #1A1116;
}
</style>
border-color css
<style>
span { border-color: #1A1116; }
span { border-color: rgb(26,17,22); }
td.TdClassName
{
border-color: #1A1116;
}
.TagClassName
{
border-color: #1A1116;
}
</style>