Shades of Aubergine #271B1F
Tints of Aubergine #271B1F
RGB
CMYK
RGB Variations
Color information
#271B1F (or 0x271B1F) is known color: Aubergine. HEX triplet: 27, 1B and 1F. RGB value is (39,27,31). Sum of RGB (Red+Green+Blue) = 39+27+31=97 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.21% from 97); Green value is 27 (10.94% from 255 or 27.84% from 97); Blue value is 31 (12.5% from 255 or 31.96% from 97); Max value from RGB is 39 - color contains mainly: red. Hex color #271B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271B1F is #D8E4E0. Grayscale: #1F1F1F. Windows color (decimal): -14214369 or 2038567. OLE color: 2038567.
HSL color Cylindrical-coordinate representation of color #271B1F: hue angle of 340º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #271B1F is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 27 | 31 | - |
| CMYK | 0 | 0.31 | 0.21 | 0.85 |
| HSL | 340º | 0.18% | 0.13% | - |
| HSV(B) | 340º | 0.31% | 0.15% | - |
| XYZ | 1.48 | 1.31 | 1.47 | - |
| YUV | 31.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 27 | 31 | 0 | 0.31 | 0.21 | 0.85 | 340 | 0.18 | 0.13 |
| Hex | 27 | 1B | 1F | 0 | 1F | 15 | 55 | 154 | 12 | D |
| Octal | 47 | 33 | 37 | 0 | 37 | 25 | 125 | 524 | 22 | 15 |
| Binary | 100111 | 11011 | 11111 | 0 | 11111 | 10101 | 1010101 | 101010100 | 10010 | 1101 |
Color Harmonies of #271B1F
Complementary color
Monochromatic Colors of #271B1F
Black with #271B1F
Text Example
Text Example
White with #271B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271B1F; }
p { color: rgb(39,27,31); }
H1.HeaderClassName
{
color: #271B1F;
}
.AnyTagClassName
{
color: #271B1F;
}
</style>
background-color css
<style>
a { background-color: #271B1F; }
a { background-color: rgb(39,27,31); }
div.DivClassName
{
background-color: #271B1F;
}
.BgClassName
{
background-color: #271B1F;
}
</style>
border-color css
<style>
span { border-color: #271B1F; }
span { border-color: rgb(39,27,31); }
td.TdClassName
{
border-color: #271B1F;
}
.TagClassName
{
border-color: #271B1F;
}
</style>