Shades of Aubergine #271E21
Tints of Aubergine #271E21
RGB
CMYK
RGB Variations
Color information
#271E21 (or 0x271E21) is known color: Aubergine. HEX triplet: 27, 1E and 21. RGB value is (39,30,33). Sum of RGB (Red+Green+Blue) = 39+30+33=102 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.24% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 39 - color contains mainly: red. Hex color #271E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271E21 is #D8E1DE. Grayscale: #212121. Windows color (decimal): -14213599 or 2170407. OLE color: 2170407.
HSL color Cylindrical-coordinate representation of color #271E21: hue angle of 340º 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 #271E21 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 30 | 33 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.85 |
| HSL | 340º | 0.13% | 0.14% | - |
| HSV(B) | 340º | 0.23% | 0.15% | - |
| XYZ | 1.58 | 1.47 | 1.64 | - |
| YUV | 33.03 | 127.98 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 30 | 33 | 0 | 0.23 | 0.15 | 0.85 | 340 | 0.13 | 0.14 |
| Hex | 27 | 1E | 21 | 0 | 17 | F | 55 | 154 | D | E |
| Octal | 47 | 36 | 41 | 0 | 27 | 17 | 125 | 524 | 15 | 16 |
| Binary | 100111 | 11110 | 100001 | 0 | 10111 | 1111 | 1010101 | 101010100 | 1101 | 1110 |
Color Harmonies of #271E21
Complementary color
Monochromatic Colors of #271E21
Black with #271E21
Text Example
Text Example
White with #271E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271E21; }
p { color: rgb(39,30,33); }
H1.HeaderClassName
{
color: #271E21;
}
.AnyTagClassName
{
color: #271E21;
}
</style>
background-color css
<style>
a { background-color: #271E21; }
a { background-color: rgb(39,30,33); }
div.DivClassName
{
background-color: #271E21;
}
.BgClassName
{
background-color: #271E21;
}
</style>
border-color css
<style>
span { border-color: #271E21; }
span { border-color: rgb(39,30,33); }
td.TdClassName
{
border-color: #271E21;
}
.TagClassName
{
border-color: #271E21;
}
</style>