Shades of Aubergine #1F1419
Tints of Aubergine #1F1419
RGB
CMYK
RGB Variations
Color information
#1F1419 (or 0x1F1419) is known color: Aubergine. HEX triplet: 1F, 14 and 19. RGB value is (31,20,25). Sum of RGB (Red+Green+Blue) = 31+20+25=76 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.79% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1419 is #E0EBE6. Grayscale: #171717. Windows color (decimal): -14740455 or 1643551. OLE color: 1643551.
HSL color Cylindrical-coordinate representation of color #1F1419: hue angle of 332.73º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1F1419 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 20 | 25 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.88 |
| HSL | 332.73º | 0.22% | 0.1% | - |
| HSV(B) | 332.73º | 0.35% | 0.12% | - |
| XYZ | 0.99 | 0.86 | 1.03 | - |
| YUV | 23.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 20 | 25 | 0 | 0.35 | 0.19 | 0.88 | 332.73 | 0.22 | 0.1 |
| Hex | 1F | 14 | 19 | 0 | 23 | 13 | 58 | 14D | 16 | A |
| Octal | 37 | 24 | 31 | 0 | 43 | 23 | 130 | 515 | 26 | 12 |
| Binary | 11111 | 10100 | 11001 | 0 | 100011 | 10011 | 1011000 | 101001101 | 10110 | 1010 |
Color Harmonies of #1F1419
Complementary color
Monochromatic Colors of #1F1419
Black with #1F1419
Text Example
Text Example
White with #1F1419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1419; }
p { color: rgb(31,20,25); }
H1.HeaderClassName
{
color: #1F1419;
}
.AnyTagClassName
{
color: #1F1419;
}
</style>
background-color css
<style>
a { background-color: #1F1419; }
a { background-color: rgb(31,20,25); }
div.DivClassName
{
background-color: #1F1419;
}
.BgClassName
{
background-color: #1F1419;
}
</style>
border-color css
<style>
span { border-color: #1F1419; }
span { border-color: rgb(31,20,25); }
td.TdClassName
{
border-color: #1F1419;
}
.TagClassName
{
border-color: #1F1419;
}
</style>