Shades of Aubergine #26161B
Tints of Aubergine #26161B
RGB
CMYK
RGB Variations
Color information
#26161B (or 0x26161B) is known color: Aubergine. HEX triplet: 26, 16 and 1B. RGB value is (38,22,27). Sum of RGB (Red+Green+Blue) = 38+22+27=87 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.68% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 27 (10.94% from 255 or 31.03% from 87); Max value from RGB is 38 - color contains mainly: red. Hex color #26161B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26161B is #D9E9E4. Grayscale: #1B1B1B. Windows color (decimal): -14281189 or 1775142. OLE color: 1775142.
HSL color Cylindrical-coordinate representation of color #26161B: hue angle of 341.25º degrees, saturation: 0.27, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #26161B is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 22 | 27 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.85 |
| HSL | 341.25º | 0.27% | 0.12% | - |
| HSV(B) | 341.25º | 0.42% | 0.15% | - |
| XYZ | 1.28 | 1.07 | 1.17 | - |
| YUV | 27.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 22 | 27 | 0 | 0.42 | 0.29 | 0.85 | 341.25 | 0.27 | 0.12 |
| Hex | 26 | 16 | 1B | 0 | 2A | 1D | 55 | 155 | 1B | C |
| Octal | 46 | 26 | 33 | 0 | 52 | 35 | 125 | 525 | 33 | 14 |
| Binary | 100110 | 10110 | 11011 | 0 | 101010 | 11101 | 1010101 | 101010101 | 11011 | 1100 |
Color Harmonies of #26161B
Complementary color
Monochromatic Colors of #26161B
Black with #26161B
Text Example
Text Example
White with #26161B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26161B; }
p { color: rgb(38,22,27); }
H1.HeaderClassName
{
color: #26161B;
}
.AnyTagClassName
{
color: #26161B;
}
</style>
background-color css
<style>
a { background-color: #26161B; }
a { background-color: rgb(38,22,27); }
div.DivClassName
{
background-color: #26161B;
}
.BgClassName
{
background-color: #26161B;
}
</style>
border-color css
<style>
span { border-color: #26161B; }
span { border-color: rgb(38,22,27); }
td.TdClassName
{
border-color: #26161B;
}
.TagClassName
{
border-color: #26161B;
}
</style>