Shades of Melanzane #1A0B15
Tints of Melanzane #1A0B15
RGB
CMYK
RGB Variations
Color information
#1A0B15 (or 0x1A0B15) is known color: Melanzane. HEX triplet: 1A, 0B and 15. RGB value is (26,11,21). Sum of RGB (Red+Green+Blue) = 26+11+21=58 (7% of max value = 765). Red value is 26 (10.55% from 255 or 44.83% from 58); Green value is 11 (4.69% from 255 or 18.97% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0B15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0B15 is #E5F4EA. Grayscale: #101010. Windows color (decimal): -15070443 or 1379098. OLE color: 1379098.
HSL color Cylindrical-coordinate representation of color #1A0B15: hue angle of 320º 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 #1A0B15 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 11 | 21 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.90 |
| HSL | 320º | 0.41% | 0.07% | - |
| HSV(B) | 320º | 0.58% | 0.1% | - |
| XYZ | 0.68 | 0.51 | 0.77 | - |
| YUV | 16.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 11 | 21 | 0 | 0.58 | 0.19 | 0.90 | 320 | 0.41 | 0.07 |
| Hex | 1A | B | 15 | 0 | 3A | 13 | 5A | 140 | 29 | 7 |
| Octal | 32 | 13 | 25 | 0 | 72 | 23 | 132 | 500 | 51 | 7 |
| Binary | 11010 | 1011 | 10101 | 0 | 111010 | 10011 | 1011010 | 101000000 | 101001 | 111 |
Color Harmonies of #1A0B15
Complementary color
Monochromatic Colors of #1A0B15
Black with #1A0B15
Text Example
Text Example
White with #1A0B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0B15; }
p { color: rgb(26,11,21); }
H1.HeaderClassName
{
color: #1A0B15;
}
.AnyTagClassName
{
color: #1A0B15;
}
</style>
background-color css
<style>
a { background-color: #1A0B15; }
a { background-color: rgb(26,11,21); }
div.DivClassName
{
background-color: #1A0B15;
}
.BgClassName
{
background-color: #1A0B15;
}
</style>
border-color css
<style>
span { border-color: #1A0B15; }
span { border-color: rgb(26,11,21); }
td.TdClassName
{
border-color: #1A0B15;
}
.TagClassName
{
border-color: #1A0B15;
}
</style>