Shades of Melanzane #1A0113
Tints of Melanzane #1A0113
RGB
CMYK
RGB Variations
Color information
#1A0113 (or 0x1A0113) is known color: Melanzane. HEX triplet: 1A, 01 and 13. RGB value is (26,1,19). Sum of RGB (Red+Green+Blue) = 26+1+19=46 (6% of max value = 765). Red value is 26 (10.55% from 255 or 56.52% from 46); Green value is 1 (0.78% from 255 or 2.17% from 46); Blue value is 19 (7.81% from 255 or 41.30% from 46); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0113 is #E5FEEC. Grayscale: #0A0A0A. Windows color (decimal): -15073005 or 1245466. OLE color: 1245466.
HSL color Cylindrical-coordinate representation of color #1A0113: hue angle of 316.8º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A0113 is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 1 | 19 | - |
| CMYK | 0 | 0.96 | 0.27 | 0.90 |
| HSL | 316.8º | 0.93% | 0.05% | - |
| HSV(B) | 316.8º | 0.96% | 0.1% | - |
| XYZ | 0.55 | 0.29 | 0.64 | - |
| YUV | 10.53 | 132.78 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 1 | 19 | 0 | 0.96 | 0.27 | 0.90 | 316.8 | 0.93 | 0.05 |
| Hex | 1A | 1 | 13 | 0 | 60 | 1B | 5A | 13D | 5D | 5 |
| Octal | 32 | 1 | 23 | 0 | 140 | 33 | 132 | 475 | 135 | 5 |
| Binary | 11010 | 1 | 10011 | 0 | 1100000 | 11011 | 1011010 | 100111101 | 1011101 | 101 |
Color Harmonies of #1A0113
Complementary color
Monochromatic Colors of #1A0113
Black with #1A0113
Text Example
Text Example
White with #1A0113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0113; }
p { color: rgb(26,1,19); }
H1.HeaderClassName
{
color: #1A0113;
}
.AnyTagClassName
{
color: #1A0113;
}
</style>
background-color css
<style>
a { background-color: #1A0113; }
a { background-color: rgb(26,1,19); }
div.DivClassName
{
background-color: #1A0113;
}
.BgClassName
{
background-color: #1A0113;
}
</style>
border-color css
<style>
span { border-color: #1A0113; }
span { border-color: rgb(26,1,19); }
td.TdClassName
{
border-color: #1A0113;
}
.TagClassName
{
border-color: #1A0113;
}
</style>