Shades of Aubergine #1F181A
Tints of Aubergine #1F181A
RGB
CMYK
RGB Variations
Color information
#1F181A (or 0x1F181A) is known color: Aubergine. HEX triplet: 1F, 18 and 1A. RGB value is (31,24,26). Sum of RGB (Red+Green+Blue) = 31+24+26=81 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.27% from 81); Green value is 24 (9.77% from 255 or 29.63% from 81); Blue value is 26 (10.55% from 255 or 32.10% from 81); Max value from RGB is 31 - color contains mainly: red. Hex color #1F181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F181A is #E0E7E5. Grayscale: #1A1A1A. Windows color (decimal): -14739430 or 1710111. OLE color: 1710111.
HSL color Cylindrical-coordinate representation of color #1F181A: hue angle of 342.86º degrees, saturation: 0.13, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #1F181A is Cyan = 0, Magento = 0.23, Yellow = 0.16 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 24 | 26 | - |
| CMYK | 0 | 0.23 | 0.16 | 0.88 |
| HSL | 342.86º | 0.13% | 0.11% | - |
| HSV(B) | 342.86º | 0.23% | 0.12% | - |
| XYZ | 1.08 | 1.02 | 1.12 | - |
| YUV | 26.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 24 | 26 | 0 | 0.23 | 0.16 | 0.88 | 342.86 | 0.13 | 0.11 |
| Hex | 1F | 18 | 1A | 0 | 17 | 10 | 58 | 157 | D | B |
| Octal | 37 | 30 | 32 | 0 | 27 | 20 | 130 | 527 | 15 | 13 |
| Binary | 11111 | 11000 | 11010 | 0 | 10111 | 10000 | 1011000 | 101010111 | 1101 | 1011 |
Color Harmonies of #1F181A
Complementary color
Monochromatic Colors of #1F181A
Black with #1F181A
Text Example
Text Example
White with #1F181A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F181A; }
p { color: rgb(31,24,26); }
H1.HeaderClassName
{
color: #1F181A;
}
.AnyTagClassName
{
color: #1F181A;
}
</style>
background-color css
<style>
a { background-color: #1F181A; }
a { background-color: rgb(31,24,26); }
div.DivClassName
{
background-color: #1F181A;
}
.BgClassName
{
background-color: #1F181A;
}
</style>
border-color css
<style>
span { border-color: #1F181A; }
span { border-color: rgb(31,24,26); }
td.TdClassName
{
border-color: #1F181A;
}
.TagClassName
{
border-color: #1F181A;
}
</style>