Shades of Melanzane #1A0C17
Tints of Melanzane #1A0C17
RGB
CMYK
RGB Variations
Color information
#1A0C17 (or 0x1A0C17) is known color: Melanzane. HEX triplet: 1A, 0C and 17. RGB value is (26,12,23). Sum of RGB (Red+Green+Blue) = 26+12+23=61 (8% of max value = 765). Red value is 26 (10.55% from 255 or 42.62% from 61); Green value is 12 (5.08% from 255 or 19.67% from 61); Blue value is 23 (9.38% from 255 or 37.70% from 61); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0C17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0C17 is #E5F3E8. Grayscale: #111111. Windows color (decimal): -15070185 or 1510426. OLE color: 1510426.
HSL color Cylindrical-coordinate representation of color #1A0C17: hue angle of 312.86º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1A0C17 is Cyan = 0, Magento = 0.54, Yellow = 0.12 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 12 | 23 | - |
| CMYK | 0 | 0.54 | 0.12 | 0.90 |
| HSL | 312.86º | 0.37% | 0.07% | - |
| HSV(B) | 312.86º | 0.54% | 0.1% | - |
| XYZ | 0.71 | 0.54 | 0.88 | - |
| YUV | 17.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 12 | 23 | 0 | 0.54 | 0.12 | 0.90 | 312.86 | 0.37 | 0.07 |
| Hex | 1A | C | 17 | 0 | 36 | C | 5A | 139 | 25 | 7 |
| Octal | 32 | 14 | 27 | 0 | 66 | 14 | 132 | 471 | 45 | 7 |
| Binary | 11010 | 1100 | 10111 | 0 | 110110 | 1100 | 1011010 | 100111001 | 100101 | 111 |
Color Harmonies of #1A0C17
Complementary color
Monochromatic Colors of #1A0C17
Black with #1A0C17
Text Example
Text Example
White with #1A0C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0C17; }
p { color: rgb(26,12,23); }
H1.HeaderClassName
{
color: #1A0C17;
}
.AnyTagClassName
{
color: #1A0C17;
}
</style>
background-color css
<style>
a { background-color: #1A0C17; }
a { background-color: rgb(26,12,23); }
div.DivClassName
{
background-color: #1A0C17;
}
.BgClassName
{
background-color: #1A0C17;
}
</style>
border-color css
<style>
span { border-color: #1A0C17; }
span { border-color: rgb(26,12,23); }
td.TdClassName
{
border-color: #1A0C17;
}
.TagClassName
{
border-color: #1A0C17;
}
</style>