Shades of Aubergine #1F181B
Tints of Aubergine #1F181B
RGB
CMYK
RGB Variations
Color information
#1F181B (or 0x1F181B) is known color: Aubergine. HEX triplet: 1F, 18 and 1B. RGB value is (31,24,27). Sum of RGB (Red+Green+Blue) = 31+24+27=82 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.80% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 31 - color contains mainly: red. Hex color #1F181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F181B is #E0E7E4. Grayscale: #1A1A1A. Windows color (decimal): -14739429 or 1775647. OLE color: 1775647.
HSL color Cylindrical-coordinate representation of color #1F181B: hue angle of 334.29º 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 #1F181B is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.88.
Color convert
RGB | 31 | 24 | 27 | - |
CMYK | 0 | 0.23 | 0.13 | 0.88 |
HSL | 334.29º | 0.13% | 0.11% | - |
HSV(B) | 334.29º | 0.23% | 0.12% | - |
XYZ | 1.09 | 1.02 | 1.18 | - |
YUV | 26.44 | 128.32 | 131.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 24 | 27 | 0 | 0.23 | 0.13 | 0.88 | 334.29 | 0.13 | 0.11 |
Hex | 1F | 18 | 1B | 0 | 17 | D | 58 | 14E | D | B |
Octal | 37 | 30 | 33 | 0 | 27 | 15 | 130 | 516 | 15 | 13 |
Binary | 11111 | 11000 | 11011 | 0 | 10111 | 1101 | 1011000 | 101001110 | 1101 | 1011 |
Color Harmonies of #1F181B
Complementary color
Monochromatic Colors of #1F181B
Black with #1F181B
Text Example
Text Example
White with #1F181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F181B; }
p { color: rgb(31,24,27); }
H1.HeaderClassName
{
color: #1F181B;
}
.AnyTagClassName
{
color: #1F181B;
}
</style>
background-color css
<style>
a { background-color: #1F181B; }
a { background-color: rgb(31,24,27); }
div.DivClassName
{
background-color: #1F181B;
}
.BgClassName
{
background-color: #1F181B;
}
</style>
border-color css
<style>
span { border-color: #1F181B; }
span { border-color: rgb(31,24,27); }
td.TdClassName
{
border-color: #1F181B;
}
.TagClassName
{
border-color: #1F181B;
}
</style>