Shades of Aubergine #271E1F
Tints of Aubergine #271E1F
RGB
CMYK
RGB Variations
Color information
#271E1F (or 0x271E1F) is known color: Aubergine. HEX triplet: 27, 1E and 1F. RGB value is (39,30,31). Sum of RGB (Red+Green+Blue) = 39+30+31=100 (13% of max value = 765). Red value is 39 (15.62% from 255 or 39% from 100); Green value is 30 (12.11% from 255 or 30% from 100); Blue value is 31 (12.5% from 255 or 31% from 100); Max value from RGB is 39 - color contains mainly: red. Hex color #271E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271E1F is #D8E1E0. Grayscale: #202020. Windows color (decimal): -14213601 or 2039335. OLE color: 2039335.
HSL color Cylindrical-coordinate representation of color #271E1F: hue angle of 353.33º degrees, saturation: 0.13, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #271E1F is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 30 | 31 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.85 |
| HSL | 353.33º | 0.13% | 0.14% | - |
| HSV(B) | 353.33º | 0.23% | 0.15% | - |
| XYZ | 1.55 | 1.46 | 1.5 | - |
| YUV | 32.81 | 126.98 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 30 | 31 | 0 | 0.23 | 0.21 | 0.85 | 353.33 | 0.13 | 0.14 |
| Hex | 27 | 1E | 1F | 0 | 17 | 15 | 55 | 161 | D | E |
| Octal | 47 | 36 | 37 | 0 | 27 | 25 | 125 | 541 | 15 | 16 |
| Binary | 100111 | 11110 | 11111 | 0 | 10111 | 10101 | 1010101 | 101100001 | 1101 | 1110 |
Color Harmonies of #271E1F
Complementary color
Monochromatic Colors of #271E1F
Black with #271E1F
Text Example
Text Example
White with #271E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271E1F; }
p { color: rgb(39,30,31); }
H1.HeaderClassName
{
color: #271E1F;
}
.AnyTagClassName
{
color: #271E1F;
}
</style>
background-color css
<style>
a { background-color: #271E1F; }
a { background-color: rgb(39,30,31); }
div.DivClassName
{
background-color: #271E1F;
}
.BgClassName
{
background-color: #271E1F;
}
</style>
border-color css
<style>
span { border-color: #271E1F; }
span { border-color: rgb(39,30,31); }
td.TdClassName
{
border-color: #271E1F;
}
.TagClassName
{
border-color: #271E1F;
}
</style>