Shades of Aubergine #1F1619
Tints of Aubergine #1F1619
RGB
CMYK
RGB Variations
Color information
#1F1619 (or 0x1F1619) is known color: Aubergine. HEX triplet: 1F, 16 and 19. RGB value is (31,22,25). Sum of RGB (Red+Green+Blue) = 31+22+25=78 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.74% from 78); Green value is 22 (8.98% from 255 or 28.21% from 78); Blue value is 25 (10.16% from 255 or 32.05% from 78); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1619 is #E0E9E6. Grayscale: #191919. Windows color (decimal): -14739943 or 1644063. OLE color: 1644063.
HSL color Cylindrical-coordinate representation of color #1F1619: hue angle of 340º degrees, saturation: 0.17, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1F1619 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 22 | 25 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.88 |
| HSL | 340º | 0.17% | 0.1% | - |
| HSV(B) | 340º | 0.29% | 0.12% | - |
| XYZ | 1.03 | 0.94 | 1.05 | - |
| YUV | 25.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 22 | 25 | 0 | 0.29 | 0.19 | 0.88 | 340 | 0.17 | 0.1 |
| Hex | 1F | 16 | 19 | 0 | 1D | 13 | 58 | 154 | 11 | A |
| Octal | 37 | 26 | 31 | 0 | 35 | 23 | 130 | 524 | 21 | 12 |
| Binary | 11111 | 10110 | 11001 | 0 | 11101 | 10011 | 1011000 | 101010100 | 10001 | 1010 |
Color Harmonies of #1F1619
Complementary color
Monochromatic Colors of #1F1619
Black with #1F1619
Text Example
Text Example
White with #1F1619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1619; }
p { color: rgb(31,22,25); }
H1.HeaderClassName
{
color: #1F1619;
}
.AnyTagClassName
{
color: #1F1619;
}
</style>
background-color css
<style>
a { background-color: #1F1619; }
a { background-color: rgb(31,22,25); }
div.DivClassName
{
background-color: #1F1619;
}
.BgClassName
{
background-color: #1F1619;
}
</style>
border-color css
<style>
span { border-color: #1F1619; }
span { border-color: rgb(31,22,25); }
td.TdClassName
{
border-color: #1F1619;
}
.TagClassName
{
border-color: #1F1619;
}
</style>