Shades of Aubergine #282123
Tints of Aubergine #282123
RGB
CMYK
RGB Variations
Color information
#282123 (or 0x282123) is known color: Aubergine. HEX triplet: 28, 21 and 23. RGB value is (40,33,35). Sum of RGB (Red+Green+Blue) = 40+33+35=108 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.04% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 35 (14.06% from 255 or 32.41% from 108); Max value from RGB is 40 - color contains mainly: red. Hex color #282123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282123 is #D7DEDC. Grayscale: #232323. Windows color (decimal): -14147293 or 2302248. OLE color: 2302248.
HSL color Cylindrical-coordinate representation of color #282123: hue angle of 342.86º degrees, saturation: 0.1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #282123 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 33 | 35 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.84 |
| HSL | 342.86º | 0.1% | 0.14% | - |
| HSV(B) | 342.86º | 0.18% | 0.16% | - |
| XYZ | 1.72 | 1.66 | 1.82 | - |
| YUV | 35.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 33 | 35 | 0 | 0.17 | 0.12 | 0.84 | 342.86 | 0.1 | 0.14 |
| Hex | 28 | 21 | 23 | 0 | 11 | C | 54 | 157 | A | E |
| Octal | 50 | 41 | 43 | 0 | 21 | 14 | 124 | 527 | 12 | 16 |
| Binary | 101000 | 100001 | 100011 | 0 | 10001 | 1100 | 1010100 | 101010111 | 1010 | 1110 |
Color Harmonies of #282123
Complementary color
Monochromatic Colors of #282123
Black with #282123
Text Example
Text Example
White with #282123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282123; }
p { color: rgb(40,33,35); }
H1.HeaderClassName
{
color: #282123;
}
.AnyTagClassName
{
color: #282123;
}
</style>
background-color css
<style>
a { background-color: #282123; }
a { background-color: rgb(40,33,35); }
div.DivClassName
{
background-color: #282123;
}
.BgClassName
{
background-color: #282123;
}
</style>
border-color css
<style>
span { border-color: #282123; }
span { border-color: rgb(40,33,35); }
td.TdClassName
{
border-color: #282123;
}
.TagClassName
{
border-color: #282123;
}
</style>