Shades of Aubergine #1F191B
Tints of Aubergine #1F191B
RGB
CMYK
RGB Variations
Color information
#1F191B (or 0x1F191B) is known color: Aubergine. HEX triplet: 1F, 19 and 1B. RGB value is (31,25,27). Sum of RGB (Red+Green+Blue) = 31+25+27=83 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.35% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 31 - color contains mainly: red. Hex color #1F191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F191B is #E0E6E4. Grayscale: #1B1B1B. Windows color (decimal): -14739173 or 1775903. OLE color: 1775903.
HSL color Cylindrical-coordinate representation of color #1F191B: hue angle of 340º degrees, saturation: 0.11, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1F191B is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 25 | 27 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.88 |
| HSL | 340º | 0.11% | 0.11% | - |
| HSV(B) | 340º | 0.19% | 0.12% | - |
| XYZ | 1.11 | 1.07 | 1.18 | - |
| YUV | 27.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 25 | 27 | 0 | 0.19 | 0.13 | 0.88 | 340 | 0.11 | 0.11 |
| Hex | 1F | 19 | 1B | 0 | 13 | D | 58 | 154 | B | B |
| Octal | 37 | 31 | 33 | 0 | 23 | 15 | 130 | 524 | 13 | 13 |
| Binary | 11111 | 11001 | 11011 | 0 | 10011 | 1101 | 1011000 | 101010100 | 1011 | 1011 |
Color Harmonies of #1F191B
Complementary color
Monochromatic Colors of #1F191B
Black with #1F191B
Text Example
Text Example
White with #1F191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F191B; }
p { color: rgb(31,25,27); }
H1.HeaderClassName
{
color: #1F191B;
}
.AnyTagClassName
{
color: #1F191B;
}
</style>
background-color css
<style>
a { background-color: #1F191B; }
a { background-color: rgb(31,25,27); }
div.DivClassName
{
background-color: #1F191B;
}
.BgClassName
{
background-color: #1F191B;
}
</style>
border-color css
<style>
span { border-color: #1F191B; }
span { border-color: rgb(31,25,27); }
td.TdClassName
{
border-color: #1F191B;
}
.TagClassName
{
border-color: #1F191B;
}
</style>