Shades of Aubergine #27181E
Tints of Aubergine #27181E
RGB
CMYK
RGB Variations
Color information
#27181E (or 0x27181E) is known color: Aubergine. HEX triplet: 27, 18 and 1E. RGB value is (39,24,30). Sum of RGB (Red+Green+Blue) = 39+24+30=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 39 - color contains mainly: red. Hex color #27181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27181E is #D8E7E1. Grayscale: #1D1D1D. Windows color (decimal): -14215138 or 1972263. OLE color: 1972263.
HSL color Cylindrical-coordinate representation of color #27181E: hue angle of 336º degrees, saturation: 0.24, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #27181E is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 24 | 30 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.85 |
| HSL | 336º | 0.24% | 0.12% | - |
| HSV(B) | 336º | 0.38% | 0.15% | - |
| XYZ | 1.4 | 1.18 | 1.38 | - |
| YUV | 29.17 | 128.47 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 24 | 30 | 0 | 0.38 | 0.23 | 0.85 | 336 | 0.24 | 0.12 |
| Hex | 27 | 18 | 1E | 0 | 26 | 17 | 55 | 150 | 18 | C |
| Octal | 47 | 30 | 36 | 0 | 46 | 27 | 125 | 520 | 30 | 14 |
| Binary | 100111 | 11000 | 11110 | 0 | 100110 | 10111 | 1010101 | 101010000 | 11000 | 1100 |
Color Harmonies of #27181E
Complementary color
Monochromatic Colors of #27181E
Black with #27181E
Text Example
Text Example
White with #27181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27181E; }
p { color: rgb(39,24,30); }
H1.HeaderClassName
{
color: #27181E;
}
.AnyTagClassName
{
color: #27181E;
}
</style>
background-color css
<style>
a { background-color: #27181E; }
a { background-color: rgb(39,24,30); }
div.DivClassName
{
background-color: #27181E;
}
.BgClassName
{
background-color: #27181E;
}
</style>
border-color css
<style>
span { border-color: #27181E; }
span { border-color: rgb(39,24,30); }
td.TdClassName
{
border-color: #27181E;
}
.TagClassName
{
border-color: #27181E;
}
</style>