Shades of Melanzane #1A0516
Tints of Melanzane #1A0516
RGB
CMYK
RGB Variations
Color information
#1A0516 (or 0x1A0516) is known color: Melanzane. HEX triplet: 1A, 05 and 16. RGB value is (26,5,22). Sum of RGB (Red+Green+Blue) = 26+5+22=53 (7% of max value = 765). Red value is 26 (10.55% from 255 or 49.06% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 22 (8.98% from 255 or 41.51% from 53); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0516 is #E5FAE9. Grayscale: #0D0D0D. Windows color (decimal): -15071978 or 1443098. OLE color: 1443098.
HSL color Cylindrical-coordinate representation of color #1A0516: hue angle of 311.43º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A0516 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 5 | 22 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.90 |
| HSL | 311.43º | 0.68% | 0.06% | - |
| HSV(B) | 311.43º | 0.81% | 0.1% | - |
| XYZ | 0.63 | 0.39 | 0.8 | - |
| YUV | 13.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 5 | 22 | 0 | 0.81 | 0.15 | 0.90 | 311.43 | 0.68 | 0.06 |
| Hex | 1A | 5 | 16 | 0 | 51 | F | 5A | 137 | 44 | 6 |
| Octal | 32 | 5 | 26 | 0 | 121 | 17 | 132 | 467 | 104 | 6 |
| Binary | 11010 | 101 | 10110 | 0 | 1010001 | 1111 | 1011010 | 100110111 | 1000100 | 110 |
Color Harmonies of #1A0516
Complementary color
Monochromatic Colors of #1A0516
Black with #1A0516
Text Example
Text Example
White with #1A0516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0516; }
p { color: rgb(26,5,22); }
H1.HeaderClassName
{
color: #1A0516;
}
.AnyTagClassName
{
color: #1A0516;
}
</style>
background-color css
<style>
a { background-color: #1A0516; }
a { background-color: rgb(26,5,22); }
div.DivClassName
{
background-color: #1A0516;
}
.BgClassName
{
background-color: #1A0516;
}
</style>
border-color css
<style>
span { border-color: #1A0516; }
span { border-color: rgb(26,5,22); }
td.TdClassName
{
border-color: #1A0516;
}
.TagClassName
{
border-color: #1A0516;
}
</style>