Shades of Aubergine #1A1115
Tints of Aubergine #1A1115
RGB
CMYK
RGB Variations
Color information
#1A1115 (or 0x1A1115) is known color: Aubergine. HEX triplet: 1A, 11 and 15. RGB value is (26,17,21). Sum of RGB (Red+Green+Blue) = 26+17+21=64 (8% of max value = 765). Red value is 26 (10.55% from 255 or 40.62% from 64); Green value is 17 (7.03% from 255 or 26.56% from 64); Blue value is 21 (8.59% from 255 or 32.81% from 64); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1115 is #E5EEEA. Grayscale: #141414. Windows color (decimal): -15068907 or 1380634. OLE color: 1380634.
HSL color Cylindrical-coordinate representation of color #1A1115: hue angle of 333.33º degrees, saturation: 0.21, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1A1115 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 17 | 21 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.90 |
| HSL | 333.33º | 0.21% | 0.08% | - |
| HSV(B) | 333.33º | 0.35% | 0.1% | - |
| XYZ | 0.76 | 0.67 | 0.8 | - |
| YUV | 20.15 | 128.48 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 17 | 21 | 0 | 0.35 | 0.19 | 0.90 | 333.33 | 0.21 | 0.08 |
| Hex | 1A | 11 | 15 | 0 | 23 | 13 | 5A | 14D | 15 | 8 |
| Octal | 32 | 21 | 25 | 0 | 43 | 23 | 132 | 515 | 25 | 10 |
| Binary | 11010 | 10001 | 10101 | 0 | 100011 | 10011 | 1011010 | 101001101 | 10101 | 1000 |
Color Harmonies of #1A1115
Complementary color
Monochromatic Colors of #1A1115
Black with #1A1115
Text Example
Text Example
White with #1A1115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1115; }
p { color: rgb(26,17,21); }
H1.HeaderClassName
{
color: #1A1115;
}
.AnyTagClassName
{
color: #1A1115;
}
</style>
background-color css
<style>
a { background-color: #1A1115; }
a { background-color: rgb(26,17,21); }
div.DivClassName
{
background-color: #1A1115;
}
.BgClassName
{
background-color: #1A1115;
}
</style>
border-color css
<style>
span { border-color: #1A1115; }
span { border-color: rgb(26,17,21); }
td.TdClassName
{
border-color: #1A1115;
}
.TagClassName
{
border-color: #1A1115;
}
</style>