Shades of Aubergine #26181E
Tints of Aubergine #26181E
RGB
CMYK
RGB Variations
Color information
#26181E (or 0x26181E) is known color: Aubergine. HEX triplet: 26, 18 and 1E. RGB value is (38,24,30). Sum of RGB (Red+Green+Blue) = 38+24+30=92 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.30% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 38 - color contains mainly: red. Hex color #26181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26181E is #D9E7E1. Grayscale: #1C1C1C. Windows color (decimal): -14280674 or 1972262. OLE color: 1972262.
HSL color Cylindrical-coordinate representation of color #26181E: hue angle of 334.29º degrees, saturation: 0.23, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #26181E is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 24 | 30 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.85 |
| HSL | 334.29º | 0.23% | 0.12% | - |
| HSV(B) | 334.29º | 0.37% | 0.15% | - |
| XYZ | 1.36 | 1.16 | 1.38 | - |
| YUV | 28.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 24 | 30 | 0 | 0.37 | 0.21 | 0.85 | 334.29 | 0.23 | 0.12 |
| Hex | 26 | 18 | 1E | 0 | 25 | 15 | 55 | 14E | 17 | C |
| Octal | 46 | 30 | 36 | 0 | 45 | 25 | 125 | 516 | 27 | 14 |
| Binary | 100110 | 11000 | 11110 | 0 | 100101 | 10101 | 1010101 | 101001110 | 10111 | 1100 |
Color Harmonies of #26181E
Complementary color
Monochromatic Colors of #26181E
Black with #26181E
Text Example
Text Example
White with #26181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26181E; }
p { color: rgb(38,24,30); }
H1.HeaderClassName
{
color: #26181E;
}
.AnyTagClassName
{
color: #26181E;
}
</style>
background-color css
<style>
a { background-color: #26181E; }
a { background-color: rgb(38,24,30); }
div.DivClassName
{
background-color: #26181E;
}
.BgClassName
{
background-color: #26181E;
}
</style>
border-color css
<style>
span { border-color: #26181E; }
span { border-color: rgb(38,24,30); }
td.TdClassName
{
border-color: #26181E;
}
.TagClassName
{
border-color: #26181E;
}
</style>