Shades of Melanzane #1A0614
Tints of Melanzane #1A0614
RGB
CMYK
RGB Variations
Color information
#1A0614 (or 0x1A0614) is known color: Melanzane. HEX triplet: 1A, 06 and 14. RGB value is (26,6,20). Sum of RGB (Red+Green+Blue) = 26+6+20=52 (6% of max value = 765). Red value is 26 (10.55% from 255 or 50% from 52); Green value is 6 (2.73% from 255 or 11.54% from 52); Blue value is 20 (8.20% from 255 or 38.46% from 52); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0614 is #E5F9EB. Grayscale: #0D0D0D. Windows color (decimal): -15071724 or 1312282. OLE color: 1312282.
HSL color Cylindrical-coordinate representation of color #1A0614: hue angle of 318º 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 #1A0614 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 6 | 20 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.90 |
| HSL | 318º | 0.63% | 0.06% | - |
| HSV(B) | 318º | 0.77% | 0.1% | - |
| XYZ | 0.62 | 0.4 | 0.71 | - |
| YUV | 13.58 | 131.63 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 6 | 20 | 0 | 0.77 | 0.23 | 0.90 | 318 | 0.63 | 0.06 |
| Hex | 1A | 6 | 14 | 0 | 4D | 17 | 5A | 13E | 3E | 6 |
| Octal | 32 | 6 | 24 | 0 | 115 | 27 | 132 | 476 | 76 | 6 |
| Binary | 11010 | 110 | 10100 | 0 | 1001101 | 10111 | 1011010 | 100111110 | 111110 | 110 |
Color Harmonies of #1A0614
Complementary color
Monochromatic Colors of #1A0614
Black with #1A0614
Text Example
Text Example
White with #1A0614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0614; }
p { color: rgb(26,6,20); }
H1.HeaderClassName
{
color: #1A0614;
}
.AnyTagClassName
{
color: #1A0614;
}
</style>
background-color css
<style>
a { background-color: #1A0614; }
a { background-color: rgb(26,6,20); }
div.DivClassName
{
background-color: #1A0614;
}
.BgClassName
{
background-color: #1A0614;
}
</style>
border-color css
<style>
span { border-color: #1A0614; }
span { border-color: rgb(26,6,20); }
td.TdClassName
{
border-color: #1A0614;
}
.TagClassName
{
border-color: #1A0614;
}
</style>