Shades of Aubergine #282526
Tints of Aubergine #282526
RGB
CMYK
RGB Variations
Color information
#282526 (or 0x282526) is known color: Aubergine. HEX triplet: 28, 25 and 26. RGB value is (40,37,38). Sum of RGB (Red+Green+Blue) = 40+37+38=115 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.78% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 38 (15.23% from 255 or 33.04% from 115); Max value from RGB is 40 - color contains mainly: red. Hex color #282526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282526 is #D7DAD9. Grayscale: #262626. Windows color (decimal): -14146266 or 2499880. OLE color: 2499880.
HSL color Cylindrical-coordinate representation of color #282526: hue angle of 340º degrees, saturation: 0.04, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #282526 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 40 | 37 | 38 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.84 |
| HSL | 340º | 0.04% | 0.15% | - |
| HSV(B) | 340º | 0.07% | 0.16% | - |
| XYZ | 1.89 | 1.91 | 2.1 | - |
| YUV | 38.01 | 127.99 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 38 | 0 | 0.07 | 0.05 | 0.84 | 340 | 0.04 | 0.15 |
| Hex | 28 | 25 | 26 | 0 | 7 | 5 | 54 | 154 | 4 | F |
| Octal | 50 | 45 | 46 | 0 | 7 | 5 | 124 | 524 | 4 | 17 |
| Binary | 101000 | 100101 | 100110 | 0 | 111 | 101 | 1010100 | 101010100 | 100 | 1111 |
Color Harmonies of #282526
Complementary color
Monochromatic Colors of #282526
Black with #282526
Text Example
Text Example
White with #282526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282526; }
p { color: rgb(40,37,38); }
H1.HeaderClassName
{
color: #282526;
}
.AnyTagClassName
{
color: #282526;
}
</style>
background-color css
<style>
a { background-color: #282526; }
a { background-color: rgb(40,37,38); }
div.DivClassName
{
background-color: #282526;
}
.BgClassName
{
background-color: #282526;
}
</style>
border-color css
<style>
span { border-color: #282526; }
span { border-color: rgb(40,37,38); }
td.TdClassName
{
border-color: #282526;
}
.TagClassName
{
border-color: #282526;
}
</style>