Shades of Aubergine #261E20
Tints of Aubergine #261E20
RGB
CMYK
RGB Variations
Color information
#261E20 (or 0x261E20) is known color: Aubergine. HEX triplet: 26, 1E and 20. RGB value is (38,30,32). Sum of RGB (Red+Green+Blue) = 38+30+32=100 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38% from 100); Green value is 30 (12.11% from 255 or 30% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 38 - color contains mainly: red. Hex color #261E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261E20 is #D9E1DF. Grayscale: #202020. Windows color (decimal): -14279136 or 2104870. OLE color: 2104870.
HSL color Cylindrical-coordinate representation of color #261E20: hue angle of 345º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #261E20 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 30 | 32 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.85 |
| HSL | 345º | 0.12% | 0.13% | - |
| HSV(B) | 345º | 0.21% | 0.15% | - |
| XYZ | 1.52 | 1.44 | 1.57 | - |
| YUV | 32.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 30 | 32 | 0 | 0.21 | 0.16 | 0.85 | 345 | 0.12 | 0.13 |
| Hex | 26 | 1E | 20 | 0 | 15 | 10 | 55 | 159 | C | D |
| Octal | 46 | 36 | 40 | 0 | 25 | 20 | 125 | 531 | 14 | 15 |
| Binary | 100110 | 11110 | 100000 | 0 | 10101 | 10000 | 1010101 | 101011001 | 1100 | 1101 |
Color Harmonies of #261E20
Complementary color
Monochromatic Colors of #261E20
Black with #261E20
Text Example
Text Example
White with #261E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261E20; }
p { color: rgb(38,30,32); }
H1.HeaderClassName
{
color: #261E20;
}
.AnyTagClassName
{
color: #261E20;
}
</style>
background-color css
<style>
a { background-color: #261E20; }
a { background-color: rgb(38,30,32); }
div.DivClassName
{
background-color: #261E20;
}
.BgClassName
{
background-color: #261E20;
}
</style>
border-color css
<style>
span { border-color: #261E20; }
span { border-color: rgb(38,30,32); }
td.TdClassName
{
border-color: #261E20;
}
.TagClassName
{
border-color: #261E20;
}
</style>