Shades of Aubergine #1D1619
Tints of Aubergine #1D1619
RGB
CMYK
RGB Variations
Color information
#1D1619 (or 0x1D1619) is known color: Aubergine. HEX triplet: 1D, 16 and 19. RGB value is (29,22,25). Sum of RGB (Red+Green+Blue) = 29+22+25=76 (10% of max value = 765). Red value is 29 (11.72% from 255 or 38.16% from 76); Green value is 22 (8.98% from 255 or 28.95% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1619 is #E2E9E6. Grayscale: #181818. Windows color (decimal): -14871015 or 1644061. OLE color: 1644061.
HSL color Cylindrical-coordinate representation of color #1D1619: hue angle of 334.29º degrees, saturation: 0.14, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1D1619 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 22 | 25 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.89 |
| HSL | 334.29º | 0.14% | 0.1% | - |
| HSV(B) | 334.29º | 0.24% | 0.11% | - |
| XYZ | 0.97 | 0.91 | 1.04 | - |
| YUV | 24.44 | 128.32 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 22 | 25 | 0 | 0.24 | 0.14 | 0.89 | 334.29 | 0.14 | 0.1 |
| Hex | 1D | 16 | 19 | 0 | 18 | E | 59 | 14E | E | A |
| Octal | 35 | 26 | 31 | 0 | 30 | 16 | 131 | 516 | 16 | 12 |
| Binary | 11101 | 10110 | 11001 | 0 | 11000 | 1110 | 1011001 | 101001110 | 1110 | 1010 |
Color Harmonies of #1D1619
Complementary color
Monochromatic Colors of #1D1619
Black with #1D1619
Text Example
Text Example
White with #1D1619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1619; }
p { color: rgb(29,22,25); }
H1.HeaderClassName
{
color: #1D1619;
}
.AnyTagClassName
{
color: #1D1619;
}
</style>
background-color css
<style>
a { background-color: #1D1619; }
a { background-color: rgb(29,22,25); }
div.DivClassName
{
background-color: #1D1619;
}
.BgClassName
{
background-color: #1D1619;
}
</style>
border-color css
<style>
span { border-color: #1D1619; }
span { border-color: rgb(29,22,25); }
td.TdClassName
{
border-color: #1D1619;
}
.TagClassName
{
border-color: #1D1619;
}
</style>