Shades of Aubergine #271F20
Tints of Aubergine #271F20
RGB
CMYK
RGB Variations
Color information
#271F20 (or 0x271F20) is known color: Aubergine. HEX triplet: 27, 1F and 20. RGB value is (39,31,32). Sum of RGB (Red+Green+Blue) = 39+31+32=102 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.24% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 39 - color contains mainly: red. Hex color #271F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271F20 is #D8E0DF. Grayscale: #212121. Windows color (decimal): -14213344 or 2105127. OLE color: 2105127.
HSL color Cylindrical-coordinate representation of color #271F20: hue angle of 352.5º degrees, saturation: 0.11, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #271F20 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 31 | 32 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.85 |
| HSL | 352.5º | 0.11% | 0.14% | - |
| HSV(B) | 352.5º | 0.21% | 0.15% | - |
| XYZ | 1.59 | 1.52 | 1.58 | - |
| YUV | 33.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 31 | 32 | 0 | 0.21 | 0.18 | 0.85 | 352.5 | 0.11 | 0.14 |
| Hex | 27 | 1F | 20 | 0 | 15 | 12 | 55 | 160 | B | E |
| Octal | 47 | 37 | 40 | 0 | 25 | 22 | 125 | 540 | 13 | 16 |
| Binary | 100111 | 11111 | 100000 | 0 | 10101 | 10010 | 1010101 | 101100000 | 1011 | 1110 |
Color Harmonies of #271F20
Complementary color
Monochromatic Colors of #271F20
Black with #271F20
Text Example
Text Example
White with #271F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271F20; }
p { color: rgb(39,31,32); }
H1.HeaderClassName
{
color: #271F20;
}
.AnyTagClassName
{
color: #271F20;
}
</style>
background-color css
<style>
a { background-color: #271F20; }
a { background-color: rgb(39,31,32); }
div.DivClassName
{
background-color: #271F20;
}
.BgClassName
{
background-color: #271F20;
}
</style>
border-color css
<style>
span { border-color: #271F20; }
span { border-color: rgb(39,31,32); }
td.TdClassName
{
border-color: #271F20;
}
.TagClassName
{
border-color: #271F20;
}
</style>