Shades of Aubergine #271F21
Tints of Aubergine #271F21
RGB
CMYK
RGB Variations
Color information
#271F21 (or 0x271F21) is known color: Aubergine. HEX triplet: 27, 1F and 21. RGB value is (39,31,33). Sum of RGB (Red+Green+Blue) = 39+31+33=103 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.86% from 103); Green value is 31 (12.5% from 255 or 30.10% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 39 - color contains mainly: red. Hex color #271F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271F21 is #D8E0DE. Grayscale: #212121. Windows color (decimal): -14213343 or 2170663. OLE color: 2170663.
HSL color Cylindrical-coordinate representation of color #271F21: hue angle of 345º 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 #271F21 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 31 | 33 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.85 |
| HSL | 345º | 0.11% | 0.14% | - |
| HSV(B) | 345º | 0.21% | 0.15% | - |
| XYZ | 1.6 | 1.52 | 1.65 | - |
| YUV | 33.62 | 127.65 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 31 | 33 | 0 | 0.21 | 0.15 | 0.85 | 345 | 0.11 | 0.14 |
| Hex | 27 | 1F | 21 | 0 | 15 | F | 55 | 159 | B | E |
| Octal | 47 | 37 | 41 | 0 | 25 | 17 | 125 | 531 | 13 | 16 |
| Binary | 100111 | 11111 | 100001 | 0 | 10101 | 1111 | 1010101 | 101011001 | 1011 | 1110 |
Color Harmonies of #271F21
Complementary color
Monochromatic Colors of #271F21
Black with #271F21
Text Example
Text Example
White with #271F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271F21; }
p { color: rgb(39,31,33); }
H1.HeaderClassName
{
color: #271F21;
}
.AnyTagClassName
{
color: #271F21;
}
</style>
background-color css
<style>
a { background-color: #271F21; }
a { background-color: rgb(39,31,33); }
div.DivClassName
{
background-color: #271F21;
}
.BgClassName
{
background-color: #271F21;
}
</style>
border-color css
<style>
span { border-color: #271F21; }
span { border-color: rgb(39,31,33); }
td.TdClassName
{
border-color: #271F21;
}
.TagClassName
{
border-color: #271F21;
}
</style>