Shades of Aubergine #282022
Tints of Aubergine #282022
RGB
CMYK
RGB Variations
Color information
#282022 (or 0x282022) is known color: Aubergine. HEX triplet: 28, 20 and 22. RGB value is (40,32,34). Sum of RGB (Red+Green+Blue) = 40+32+34=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 34 (13.67% from 255 or 32.08% from 106); Max value from RGB is 40 - color contains mainly: red. Hex color #282022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282022 is #D7DFDD. Grayscale: #222222. Windows color (decimal): -14147550 or 2236456. OLE color: 2236456.
HSL color Cylindrical-coordinate representation of color #282022: hue angle of 345º degrees, saturation: 0.11, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #282022 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.84.
Color convert
RGB | 40 | 32 | 34 | - |
CMYK | 0 | 0.20 | 0.15 | 0.84 |
HSL | 345º | 0.11% | 0.14% | - |
HSV(B) | 345º | 0.2% | 0.16% | - |
XYZ | 1.68 | 1.6 | 1.73 | - |
YUV | 34.62 | 127.65 | 131.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 40 | 32 | 34 | 0 | 0.20 | 0.15 | 0.84 | 345 | 0.11 | 0.14 |
Hex | 28 | 20 | 22 | 0 | 14 | F | 54 | 159 | B | E |
Octal | 50 | 40 | 42 | 0 | 24 | 17 | 124 | 531 | 13 | 16 |
Binary | 101000 | 100000 | 100010 | 0 | 10100 | 1111 | 1010100 | 101011001 | 1011 | 1110 |
Color Harmonies of #282022
Complementary color
Monochromatic Colors of #282022
Black with #282022
Text Example
Text Example
White with #282022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282022; }
p { color: rgb(40,32,34); }
H1.HeaderClassName
{
color: #282022;
}
.AnyTagClassName
{
color: #282022;
}
</style>
background-color css
<style>
a { background-color: #282022; }
a { background-color: rgb(40,32,34); }
div.DivClassName
{
background-color: #282022;
}
.BgClassName
{
background-color: #282022;
}
</style>
border-color css
<style>
span { border-color: #282022; }
span { border-color: rgb(40,32,34); }
td.TdClassName
{
border-color: #282022;
}
.TagClassName
{
border-color: #282022;
}
</style>