Shades of Aubergine #181315
Tints of Aubergine #181315
RGB
CMYK
RGB Variations
Color information
#181315 (or 0x181315) is known color: Aubergine. HEX triplet: 18, 13 and 15. RGB value is (24,19,21). Sum of RGB (Red+Green+Blue) = 24+19+21=64 (8% of max value = 765). Red value is 24 (9.77% from 255 or 37.5% from 64); Green value is 19 (7.81% from 255 or 29.69% from 64); Blue value is 21 (8.59% from 255 or 32.81% from 64); Max value from RGB is 24 - color contains mainly: red. Hex color #181315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181315 is #E7ECEA. Grayscale: #141414. Windows color (decimal): -15199467 or 1381144. OLE color: 1381144.
HSL color Cylindrical-coordinate representation of color #181315: hue angle of 336º degrees, saturation: 0.12, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #181315 is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 19 | 21 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.91 |
| HSL | 336º | 0.12% | 0.08% | - |
| HSV(B) | 336º | 0.21% | 0.09% | - |
| XYZ | 0.74 | 0.71 | 0.81 | - |
| YUV | 20.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 19 | 21 | 0 | 0.21 | 0.13 | 0.91 | 336 | 0.12 | 0.08 |
| Hex | 18 | 13 | 15 | 0 | 15 | D | 5B | 150 | C | 8 |
| Octal | 30 | 23 | 25 | 0 | 25 | 15 | 133 | 520 | 14 | 10 |
| Binary | 11000 | 10011 | 10101 | 0 | 10101 | 1101 | 1011011 | 101010000 | 1100 | 1000 |
Color Harmonies of #181315
Complementary color
Monochromatic Colors of #181315
Black with #181315
Text Example
Text Example
White with #181315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181315; }
p { color: rgb(24,19,21); }
H1.HeaderClassName
{
color: #181315;
}
.AnyTagClassName
{
color: #181315;
}
</style>
background-color css
<style>
a { background-color: #181315; }
a { background-color: rgb(24,19,21); }
div.DivClassName
{
background-color: #181315;
}
.BgClassName
{
background-color: #181315;
}
</style>
border-color css
<style>
span { border-color: #181315; }
span { border-color: rgb(24,19,21); }
td.TdClassName
{
border-color: #181315;
}
.TagClassName
{
border-color: #181315;
}
</style>