Shades of Aubergine #282023
Tints of Aubergine #282023
RGB
CMYK
RGB Variations
Color information
#282023 (or 0x282023) is known color: Aubergine. HEX triplet: 28, 20 and 23. RGB value is (40,32,35). Sum of RGB (Red+Green+Blue) = 40+32+35=107 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.38% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 35 (14.06% from 255 or 32.71% from 107); Max value from RGB is 40 - color contains mainly: red. Hex color #282023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282023 is #D7DFDC. Grayscale: #222222. Windows color (decimal): -14147549 or 2301992. OLE color: 2301992.
HSL color Cylindrical-coordinate representation of color #282023: hue angle of 337.5º 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 #282023 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.84.
Color convert
RGB | 40 | 32 | 35 | - |
CMYK | 0 | 0.20 | 0.12 | 0.84 |
HSL | 337.5º | 0.11% | 0.14% | - |
HSV(B) | 337.5º | 0.2% | 0.16% | - |
XYZ | 1.69 | 1.61 | 1.81 | - |
YUV | 34.73 | 128.15 | 131.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 40 | 32 | 35 | 0 | 0.20 | 0.12 | 0.84 | 337.5 | 0.11 | 0.14 |
Hex | 28 | 20 | 23 | 0 | 14 | C | 54 | 152 | B | E |
Octal | 50 | 40 | 43 | 0 | 24 | 14 | 124 | 522 | 13 | 16 |
Binary | 101000 | 100000 | 100011 | 0 | 10100 | 1100 | 1010100 | 101010010 | 1011 | 1110 |
Color Harmonies of #282023
Complementary color
Monochromatic Colors of #282023
Black with #282023
Text Example
Text Example
White with #282023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282023; }
p { color: rgb(40,32,35); }
H1.HeaderClassName
{
color: #282023;
}
.AnyTagClassName
{
color: #282023;
}
</style>
background-color css
<style>
a { background-color: #282023; }
a { background-color: rgb(40,32,35); }
div.DivClassName
{
background-color: #282023;
}
.BgClassName
{
background-color: #282023;
}
</style>
border-color css
<style>
span { border-color: #282023; }
span { border-color: rgb(40,32,35); }
td.TdClassName
{
border-color: #282023;
}
.TagClassName
{
border-color: #282023;
}
</style>