Shades of Aubergine #28181D
Tints of Aubergine #28181D
RGB
CMYK
RGB Variations
Color information
#28181D (or 0x28181D) is known color: Aubergine. HEX triplet: 28, 18 and 1D. RGB value is (40,24,29). Sum of RGB (Red+Green+Blue) = 40+24+29=93 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.01% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 40 - color contains mainly: red. Hex color #28181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28181D is #D7E7E2. Grayscale: #1D1D1D. Windows color (decimal): -14149603 or 1906728. OLE color: 1906728.
HSL color Cylindrical-coordinate representation of color #28181D: hue angle of 341.25º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #28181D is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 24 | 29 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.84 |
| HSL | 341.25º | 0.25% | 0.13% | - |
| HSV(B) | 341.25º | 0.4% | 0.16% | - |
| XYZ | 1.42 | 1.19 | 1.32 | - |
| YUV | 29.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 24 | 29 | 0 | 0.40 | 0.28 | 0.84 | 341.25 | 0.25 | 0.13 |
| Hex | 28 | 18 | 1D | 0 | 28 | 1C | 54 | 155 | 19 | D |
| Octal | 50 | 30 | 35 | 0 | 50 | 34 | 124 | 525 | 31 | 15 |
| Binary | 101000 | 11000 | 11101 | 0 | 101000 | 11100 | 1010100 | 101010101 | 11001 | 1101 |
Color Harmonies of #28181D
Complementary color
Monochromatic Colors of #28181D
Black with #28181D
Text Example
Text Example
White with #28181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28181D; }
p { color: rgb(40,24,29); }
H1.HeaderClassName
{
color: #28181D;
}
.AnyTagClassName
{
color: #28181D;
}
</style>
background-color css
<style>
a { background-color: #28181D; }
a { background-color: rgb(40,24,29); }
div.DivClassName
{
background-color: #28181D;
}
.BgClassName
{
background-color: #28181D;
}
</style>
border-color css
<style>
span { border-color: #28181D; }
span { border-color: rgb(40,24,29); }
td.TdClassName
{
border-color: #28181D;
}
.TagClassName
{
border-color: #28181D;
}
</style>