Shades of Aubergine #28181C
Tints of Aubergine #28181C
RGB
CMYK
RGB Variations
Color information
#28181C (or 0x28181C) is known color: Aubergine. HEX triplet: 28, 18 and 1C. RGB value is (40,24,28). Sum of RGB (Red+Green+Blue) = 40+24+28=92 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.48% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 40 - color contains mainly: red. Hex color #28181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28181C is #D7E7E3. Grayscale: #1D1D1D. Windows color (decimal): -14149604 or 1841192. OLE color: 1841192.
HSL color Cylindrical-coordinate representation of color #28181C: hue angle of 345º 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 #28181C is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 24 | 28 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.84 |
| HSL | 345º | 0.25% | 0.13% | - |
| HSV(B) | 345º | 0.4% | 0.16% | - |
| XYZ | 1.41 | 1.19 | 1.25 | - |
| YUV | 29.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 24 | 28 | 0 | 0.40 | 0.30 | 0.84 | 345 | 0.25 | 0.13 |
| Hex | 28 | 18 | 1C | 0 | 28 | 1E | 54 | 159 | 19 | D |
| Octal | 50 | 30 | 34 | 0 | 50 | 36 | 124 | 531 | 31 | 15 |
| Binary | 101000 | 11000 | 11100 | 0 | 101000 | 11110 | 1010100 | 101011001 | 11001 | 1101 |
Color Harmonies of #28181C
Complementary color
Monochromatic Colors of #28181C
Black with #28181C
Text Example
Text Example
White with #28181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28181C; }
p { color: rgb(40,24,28); }
H1.HeaderClassName
{
color: #28181C;
}
.AnyTagClassName
{
color: #28181C;
}
</style>
background-color css
<style>
a { background-color: #28181C; }
a { background-color: rgb(40,24,28); }
div.DivClassName
{
background-color: #28181C;
}
.BgClassName
{
background-color: #28181C;
}
</style>
border-color css
<style>
span { border-color: #28181C; }
span { border-color: rgb(40,24,28); }
td.TdClassName
{
border-color: #28181C;
}
.TagClassName
{
border-color: #28181C;
}
</style>