Shades of Aubergine #28191F
Tints of Aubergine #28191F
RGB
CMYK
RGB Variations
Color information
#28191F (or 0x28191F) is known color: Aubergine. HEX triplet: 28, 19 and 1F. RGB value is (40,25,31). Sum of RGB (Red+Green+Blue) = 40+25+31=96 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.67% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 40 - color contains mainly: red. Hex color #28191F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28191F is #D7E6E0. Grayscale: #1E1E1E. Windows color (decimal): -14149345 or 2038056. OLE color: 2038056.
HSL color Cylindrical-coordinate representation of color #28191F: hue angle of 336º 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 #28191F is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 25 | 31 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.84 |
| HSL | 336º | 0.23% | 0.13% | - |
| HSV(B) | 336º | 0.38% | 0.16% | - |
| XYZ | 1.47 | 1.25 | 1.46 | - |
| YUV | 30.17 | 128.47 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 31 | 0 | 0.38 | 0.22 | 0.84 | 336 | 0.23 | 0.13 |
| Hex | 28 | 19 | 1F | 0 | 26 | 16 | 54 | 150 | 17 | D |
| Octal | 50 | 31 | 37 | 0 | 46 | 26 | 124 | 520 | 27 | 15 |
| Binary | 101000 | 11001 | 11111 | 0 | 100110 | 10110 | 1010100 | 101010000 | 10111 | 1101 |
Color Harmonies of #28191F
Complementary color
Monochromatic Colors of #28191F
Black with #28191F
Text Example
Text Example
White with #28191F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28191F; }
p { color: rgb(40,25,31); }
H1.HeaderClassName
{
color: #28191F;
}
.AnyTagClassName
{
color: #28191F;
}
</style>
background-color css
<style>
a { background-color: #28191F; }
a { background-color: rgb(40,25,31); }
div.DivClassName
{
background-color: #28191F;
}
.BgClassName
{
background-color: #28191F;
}
</style>
border-color css
<style>
span { border-color: #28191F; }
span { border-color: rgb(40,25,31); }
td.TdClassName
{
border-color: #28191F;
}
.TagClassName
{
border-color: #28191F;
}
</style>