Shades of Melanzane #1A1017
Tints of Melanzane #1A1017
RGB
CMYK
RGB Variations
Color information
#1A1017 (or 0x1A1017) is known color: Melanzane. HEX triplet: 1A, 10 and 17. RGB value is (26,16,23). Sum of RGB (Red+Green+Blue) = 26+16+23=65 (8% of max value = 765). Red value is 26 (10.55% from 255 or 40% from 65); Green value is 16 (6.64% from 255 or 24.62% from 65); Blue value is 23 (9.38% from 255 or 35.38% from 65); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1017 is #E5EFE8. Grayscale: #131313. Windows color (decimal): -15069161 or 1511450. OLE color: 1511450.
HSL color Cylindrical-coordinate representation of color #1A1017: hue angle of 318º degrees, saturation: 0.24, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1A1017 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 16 | 23 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.90 |
| HSL | 318º | 0.24% | 0.08% | - |
| HSV(B) | 318º | 0.38% | 0.1% | - |
| XYZ | 0.77 | 0.65 | 0.9 | - |
| YUV | 19.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 16 | 23 | 0 | 0.38 | 0.12 | 0.90 | 318 | 0.24 | 0.08 |
| Hex | 1A | 10 | 17 | 0 | 26 | C | 5A | 13E | 18 | 8 |
| Octal | 32 | 20 | 27 | 0 | 46 | 14 | 132 | 476 | 30 | 10 |
| Binary | 11010 | 10000 | 10111 | 0 | 100110 | 1100 | 1011010 | 100111110 | 11000 | 1000 |
Color Harmonies of #1A1017
Complementary color
Monochromatic Colors of #1A1017
Black with #1A1017
Text Example
Text Example
White with #1A1017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1017; }
p { color: rgb(26,16,23); }
H1.HeaderClassName
{
color: #1A1017;
}
.AnyTagClassName
{
color: #1A1017;
}
</style>
background-color css
<style>
a { background-color: #1A1017; }
a { background-color: rgb(26,16,23); }
div.DivClassName
{
background-color: #1A1017;
}
.BgClassName
{
background-color: #1A1017;
}
</style>
border-color css
<style>
span { border-color: #1A1017; }
span { border-color: rgb(26,16,23); }
td.TdClassName
{
border-color: #1A1017;
}
.TagClassName
{
border-color: #1A1017;
}
</style>