Shades of Melanzane #1A0616
Tints of Melanzane #1A0616
RGB
CMYK
RGB Variations
Color information
#1A0616 (or 0x1A0616) is known color: Melanzane. HEX triplet: 1A, 06 and 16. RGB value is (26,6,22). Sum of RGB (Red+Green+Blue) = 26+6+22=54 (7% of max value = 765). Red value is 26 (10.55% from 255 or 48.15% from 54); Green value is 6 (2.73% from 255 or 11.11% from 54); Blue value is 22 (8.98% from 255 or 40.74% from 54); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0616 is #E5F9E9. Grayscale: #0D0D0D. Windows color (decimal): -15071722 or 1443354. OLE color: 1443354.
HSL color Cylindrical-coordinate representation of color #1A0616: hue angle of 312º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A0616 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 6 | 22 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.90 |
| HSL | 312º | 0.63% | 0.06% | - |
| HSV(B) | 312º | 0.77% | 0.1% | - |
| XYZ | 0.64 | 0.41 | 0.8 | - |
| YUV | 13.8 | 132.63 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 6 | 22 | 0 | 0.77 | 0.15 | 0.90 | 312 | 0.63 | 0.06 |
| Hex | 1A | 6 | 16 | 0 | 4D | F | 5A | 138 | 3E | 6 |
| Octal | 32 | 6 | 26 | 0 | 115 | 17 | 132 | 470 | 76 | 6 |
| Binary | 11010 | 110 | 10110 | 0 | 1001101 | 1111 | 1011010 | 100111000 | 111110 | 110 |
Color Harmonies of #1A0616
Complementary color
Monochromatic Colors of #1A0616
Black with #1A0616
Text Example
Text Example
White with #1A0616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0616; }
p { color: rgb(26,6,22); }
H1.HeaderClassName
{
color: #1A0616;
}
.AnyTagClassName
{
color: #1A0616;
}
</style>
background-color css
<style>
a { background-color: #1A0616; }
a { background-color: rgb(26,6,22); }
div.DivClassName
{
background-color: #1A0616;
}
.BgClassName
{
background-color: #1A0616;
}
</style>
border-color css
<style>
span { border-color: #1A0616; }
span { border-color: rgb(26,6,22); }
td.TdClassName
{
border-color: #1A0616;
}
.TagClassName
{
border-color: #1A0616;
}
</style>