Shades of Aubergine #27181C
Tints of Aubergine #27181C
RGB
CMYK
RGB Variations
Color information
#27181C (or 0x27181C) is known color: Aubergine. HEX triplet: 27, 18 and 1C. RGB value is (39,24,28). Sum of RGB (Red+Green+Blue) = 39+24+28=91 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.86% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 28 (11.33% from 255 or 30.77% from 91); Max value from RGB is 39 - color contains mainly: red. Hex color #27181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #27181C is #D8E7E3. Grayscale: #1C1C1C. Windows color (decimal): -14215140 or 1841191. OLE color: 1841191.
HSL color Cylindrical-coordinate representation of color #27181C: hue angle of 344º 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 #27181C is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 24 | 28 | - |
| CMYK | 0 | 0.38 | 0.28 | 0.85 |
| HSL | 344º | 0.24% | 0.12% | - |
| HSV(B) | 344º | 0.38% | 0.15% | - |
| XYZ | 1.37 | 1.17 | 1.25 | - |
| YUV | 28.94 | 127.47 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 24 | 28 | 0 | 0.38 | 0.28 | 0.85 | 344 | 0.24 | 0.12 |
| Hex | 27 | 18 | 1C | 0 | 26 | 1C | 55 | 158 | 18 | C |
| Octal | 47 | 30 | 34 | 0 | 46 | 34 | 125 | 530 | 30 | 14 |
| Binary | 100111 | 11000 | 11100 | 0 | 100110 | 11100 | 1010101 | 101011000 | 11000 | 1100 |
Color Harmonies of #27181C
Complementary color
Monochromatic Colors of #27181C
Black with #27181C
Text Example
Text Example
White with #27181C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27181C; }
p { color: rgb(39,24,28); }
H1.HeaderClassName
{
color: #27181C;
}
.AnyTagClassName
{
color: #27181C;
}
</style>
background-color css
<style>
a { background-color: #27181C; }
a { background-color: rgb(39,24,28); }
div.DivClassName
{
background-color: #27181C;
}
.BgClassName
{
background-color: #27181C;
}
</style>
border-color css
<style>
span { border-color: #27181C; }
span { border-color: rgb(39,24,28); }
td.TdClassName
{
border-color: #27181C;
}
.TagClassName
{
border-color: #27181C;
}
</style>