Shades of Aubergine #1F1418
Tints of Aubergine #1F1418
RGB
CMYK
RGB Variations
Color information
#1F1418 (or 0x1F1418) is known color: Aubergine. HEX triplet: 1F, 14 and 18. RGB value is (31,20,24). Sum of RGB (Red+Green+Blue) = 31+20+24=75 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.33% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1418 is #E0EBE7. Grayscale: #171717. Windows color (decimal): -14740456 or 1578015. OLE color: 1578015.
HSL color Cylindrical-coordinate representation of color #1F1418: hue angle of 338.18º 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 #1F1418 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 20 | 24 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.88 |
| HSL | 338.18º | 0.22% | 0.1% | - |
| HSV(B) | 338.18º | 0.35% | 0.12% | - |
| XYZ | 0.98 | 0.86 | 0.98 | - |
| YUV | 23.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 20 | 24 | 0 | 0.35 | 0.23 | 0.88 | 338.18 | 0.22 | 0.1 |
| Hex | 1F | 14 | 18 | 0 | 23 | 17 | 58 | 152 | 16 | A |
| Octal | 37 | 24 | 30 | 0 | 43 | 27 | 130 | 522 | 26 | 12 |
| Binary | 11111 | 10100 | 11000 | 0 | 100011 | 10111 | 1011000 | 101010010 | 10110 | 1010 |
Color Harmonies of #1F1418
Complementary color
Monochromatic Colors of #1F1418
Black with #1F1418
Text Example
Text Example
White with #1F1418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1418; }
p { color: rgb(31,20,24); }
H1.HeaderClassName
{
color: #1F1418;
}
.AnyTagClassName
{
color: #1F1418;
}
</style>
background-color css
<style>
a { background-color: #1F1418; }
a { background-color: rgb(31,20,24); }
div.DivClassName
{
background-color: #1F1418;
}
.BgClassName
{
background-color: #1F1418;
}
</style>
border-color css
<style>
span { border-color: #1F1418; }
span { border-color: rgb(31,20,24); }
td.TdClassName
{
border-color: #1F1418;
}
.TagClassName
{
border-color: #1F1418;
}
</style>