Shades of Aubergine #26191E
Tints of Aubergine #26191E
RGB
CMYK
RGB Variations
Color information
#26191E (or 0x26191E) is known color: Aubergine. HEX triplet: 26, 19 and 1E. RGB value is (38,25,30). Sum of RGB (Red+Green+Blue) = 38+25+30=93 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.86% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 38 - color contains mainly: red. Hex color #26191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26191E is #D9E6E1. Grayscale: #1D1D1D. Windows color (decimal): -14280418 or 1972518. OLE color: 1972518.
HSL color Cylindrical-coordinate representation of color #26191E: hue angle of 336.92º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #26191E is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 25 | 30 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.85 |
| HSL | 336.92º | 0.21% | 0.12% | - |
| HSV(B) | 336.92º | 0.34% | 0.15% | - |
| XYZ | 1.38 | 1.2 | 1.39 | - |
| YUV | 29.46 | 128.31 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 25 | 30 | 0 | 0.34 | 0.21 | 0.85 | 336.92 | 0.21 | 0.12 |
| Hex | 26 | 19 | 1E | 0 | 22 | 15 | 55 | 151 | 15 | C |
| Octal | 46 | 31 | 36 | 0 | 42 | 25 | 125 | 521 | 25 | 14 |
| Binary | 100110 | 11001 | 11110 | 0 | 100010 | 10101 | 1010101 | 101010001 | 10101 | 1100 |
Color Harmonies of #26191E
Complementary color
Monochromatic Colors of #26191E
Black with #26191E
Text Example
Text Example
White with #26191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26191E; }
p { color: rgb(38,25,30); }
H1.HeaderClassName
{
color: #26191E;
}
.AnyTagClassName
{
color: #26191E;
}
</style>
background-color css
<style>
a { background-color: #26191E; }
a { background-color: rgb(38,25,30); }
div.DivClassName
{
background-color: #26191E;
}
.BgClassName
{
background-color: #26191E;
}
</style>
border-color css
<style>
span { border-color: #26191E; }
span { border-color: rgb(38,25,30); }
td.TdClassName
{
border-color: #26191E;
}
.TagClassName
{
border-color: #26191E;
}
</style>