Shades of Aubergine #28191D
Tints of Aubergine #28191D
RGB
CMYK
RGB Variations
Color information
#28191D (or 0x28191D) is known color: Aubergine. HEX triplet: 28, 19 and 1D. RGB value is (40,25,29). Sum of RGB (Red+Green+Blue) = 40+25+29=94 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.55% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 40 - color contains mainly: red. Hex color #28191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28191D is #D7E6E2. Grayscale: #1D1D1D. Windows color (decimal): -14149347 or 1906984. OLE color: 1906984.
HSL color Cylindrical-coordinate representation of color #28191D: hue angle of 344º degrees, saturation: 0.23, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #28191D is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 25 | 29 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.84 |
| HSL | 344º | 0.23% | 0.13% | - |
| HSV(B) | 344º | 0.38% | 0.16% | - |
| XYZ | 1.44 | 1.24 | 1.32 | - |
| YUV | 29.94 | 127.47 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 29 | 0 | 0.38 | 0.28 | 0.84 | 344 | 0.23 | 0.13 |
| Hex | 28 | 19 | 1D | 0 | 26 | 1C | 54 | 158 | 17 | D |
| Octal | 50 | 31 | 35 | 0 | 46 | 34 | 124 | 530 | 27 | 15 |
| Binary | 101000 | 11001 | 11101 | 0 | 100110 | 11100 | 1010100 | 101011000 | 10111 | 1101 |
Color Harmonies of #28191D
Complementary color
Monochromatic Colors of #28191D
Black with #28191D
Text Example
Text Example
White with #28191D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28191D; }
p { color: rgb(40,25,29); }
H1.HeaderClassName
{
color: #28191D;
}
.AnyTagClassName
{
color: #28191D;
}
</style>
background-color css
<style>
a { background-color: #28191D; }
a { background-color: rgb(40,25,29); }
div.DivClassName
{
background-color: #28191D;
}
.BgClassName
{
background-color: #28191D;
}
</style>
border-color css
<style>
span { border-color: #28191D; }
span { border-color: rgb(40,25,29); }
td.TdClassName
{
border-color: #28191D;
}
.TagClassName
{
border-color: #28191D;
}
</style>