Shades of Melanzane #1A0B17
Tints of Melanzane #1A0B17
RGB
CMYK
RGB Variations
Color information
#1A0B17 (or 0x1A0B17) is known color: Melanzane. HEX triplet: 1A, 0B and 17. RGB value is (26,11,23). Sum of RGB (Red+Green+Blue) = 26+11+23=60 (7% of max value = 765). Red value is 26 (10.55% from 255 or 43.33% from 60); Green value is 11 (4.69% from 255 or 18.33% from 60); Blue value is 23 (9.38% from 255 or 38.33% from 60); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0B17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0B17 is #E5F4E8. Grayscale: #101010. Windows color (decimal): -15070441 or 1510170. OLE color: 1510170.
HSL color Cylindrical-coordinate representation of color #1A0B17: hue angle of 312º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1A0B17 is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 11 | 23 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.90 |
| HSL | 312º | 0.41% | 0.07% | - |
| HSV(B) | 312º | 0.58% | 0.1% | - |
| XYZ | 0.7 | 0.52 | 0.87 | - |
| YUV | 16.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 11 | 23 | 0 | 0.58 | 0.12 | 0.90 | 312 | 0.41 | 0.07 |
| Hex | 1A | B | 17 | 0 | 3A | C | 5A | 138 | 29 | 7 |
| Octal | 32 | 13 | 27 | 0 | 72 | 14 | 132 | 470 | 51 | 7 |
| Binary | 11010 | 1011 | 10111 | 0 | 111010 | 1100 | 1011010 | 100111000 | 101001 | 111 |
Color Harmonies of #1A0B17
Complementary color
Monochromatic Colors of #1A0B17
Black with #1A0B17
Text Example
Text Example
White with #1A0B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0B17; }
p { color: rgb(26,11,23); }
H1.HeaderClassName
{
color: #1A0B17;
}
.AnyTagClassName
{
color: #1A0B17;
}
</style>
background-color css
<style>
a { background-color: #1A0B17; }
a { background-color: rgb(26,11,23); }
div.DivClassName
{
background-color: #1A0B17;
}
.BgClassName
{
background-color: #1A0B17;
}
</style>
border-color css
<style>
span { border-color: #1A0B17; }
span { border-color: rgb(26,11,23); }
td.TdClassName
{
border-color: #1A0B17;
}
.TagClassName
{
border-color: #1A0B17;
}
</style>