Shades of Aubergine #282425
Tints of Aubergine #282425
RGB
CMYK
RGB Variations
Color information
#282425 (or 0x282425) is known color: Aubergine. HEX triplet: 28, 24 and 25. RGB value is (40,36,37). Sum of RGB (Red+Green+Blue) = 40+36+37=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 40 - color contains mainly: red. Hex color #282425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282425 is #D7DBDA. Grayscale: #252525. Windows color (decimal): -14146523 or 2434088. OLE color: 2434088.
HSL color Cylindrical-coordinate representation of color #282425: hue angle of 345º degrees, saturation: 0.05, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #282425 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 36 | 37 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.84 |
| HSL | 345º | 0.05% | 0.15% | - |
| HSV(B) | 345º | 0.1% | 0.16% | - |
| XYZ | 1.84 | 1.85 | 2.01 | - |
| YUV | 37.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 37 | 0 | 0.10 | 0.07 | 0.84 | 345 | 0.05 | 0.15 |
| Hex | 28 | 24 | 25 | 0 | A | 7 | 54 | 159 | 5 | F |
| Octal | 50 | 44 | 45 | 0 | 12 | 7 | 124 | 531 | 5 | 17 |
| Binary | 101000 | 100100 | 100101 | 0 | 1010 | 111 | 1010100 | 101011001 | 101 | 1111 |
Color Harmonies of #282425
Complementary color
Monochromatic Colors of #282425
Black with #282425
Text Example
Text Example
White with #282425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282425; }
p { color: rgb(40,36,37); }
H1.HeaderClassName
{
color: #282425;
}
.AnyTagClassName
{
color: #282425;
}
</style>
background-color css
<style>
a { background-color: #282425; }
a { background-color: rgb(40,36,37); }
div.DivClassName
{
background-color: #282425;
}
.BgClassName
{
background-color: #282425;
}
</style>
border-color css
<style>
span { border-color: #282425; }
span { border-color: rgb(40,36,37); }
td.TdClassName
{
border-color: #282425;
}
.TagClassName
{
border-color: #282425;
}
</style>