Shades of Aubergine #262022
Tints of Aubergine #262022
RGB
CMYK
RGB Variations
Color information
#262022 (or 0x262022) is known color: Aubergine. HEX triplet: 26, 20 and 22. RGB value is (38,32,34). Sum of RGB (Red+Green+Blue) = 38+32+34=104 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.54% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 38 - color contains mainly: red. Hex color #262022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262022 is #D9DFDD. Grayscale: #222222. Windows color (decimal): -14278622 or 2236454. OLE color: 2236454.
HSL color Cylindrical-coordinate representation of color #262022: hue angle of 340º degrees, saturation: 0.09, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #262022 is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 32 | 34 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.85 |
| HSL | 340º | 0.09% | 0.14% | - |
| HSV(B) | 340º | 0.16% | 0.15% | - |
| XYZ | 1.6 | 1.56 | 1.73 | - |
| YUV | 34.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 32 | 34 | 0 | 0.16 | 0.11 | 0.85 | 340 | 0.09 | 0.14 |
| Hex | 26 | 20 | 22 | 0 | 10 | B | 55 | 154 | 9 | E |
| Octal | 46 | 40 | 42 | 0 | 20 | 13 | 125 | 524 | 11 | 16 |
| Binary | 100110 | 100000 | 100010 | 0 | 10000 | 1011 | 1010101 | 101010100 | 1001 | 1110 |
Color Harmonies of #262022
Complementary color
Monochromatic Colors of #262022
Black with #262022
Text Example
Text Example
White with #262022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262022; }
p { color: rgb(38,32,34); }
H1.HeaderClassName
{
color: #262022;
}
.AnyTagClassName
{
color: #262022;
}
</style>
background-color css
<style>
a { background-color: #262022; }
a { background-color: rgb(38,32,34); }
div.DivClassName
{
background-color: #262022;
}
.BgClassName
{
background-color: #262022;
}
</style>
border-color css
<style>
span { border-color: #262022; }
span { border-color: rgb(38,32,34); }
td.TdClassName
{
border-color: #262022;
}
.TagClassName
{
border-color: #262022;
}
</style>