Shades of Aubergine #271C1F
Tints of Aubergine #271C1F
RGB
CMYK
RGB Variations
Color information
#271C1F (or 0x271C1F) is known color: Aubergine. HEX triplet: 27, 1C and 1F. RGB value is (39,28,31). Sum of RGB (Red+Green+Blue) = 39+28+31=98 (12% of max value = 765). Red value is 39 (15.62% from 255 or 39.80% from 98); Green value is 28 (11.33% from 255 or 28.57% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 39 - color contains mainly: red. Hex color #271C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #271C1F is #D8E3E0. Grayscale: #1F1F1F. Windows color (decimal): -14214113 or 2038823. OLE color: 2038823.
HSL color Cylindrical-coordinate representation of color #271C1F: hue angle of 343.64º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #271C1F is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 28 | 31 | - |
| CMYK | 0 | 0.28 | 0.21 | 0.85 |
| HSL | 343.64º | 0.16% | 0.13% | - |
| HSV(B) | 343.64º | 0.28% | 0.15% | - |
| XYZ | 1.5 | 1.36 | 1.48 | - |
| YUV | 31.63 | 127.64 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 28 | 31 | 0 | 0.28 | 0.21 | 0.85 | 343.64 | 0.16 | 0.13 |
| Hex | 27 | 1C | 1F | 0 | 1C | 15 | 55 | 158 | 10 | D |
| Octal | 47 | 34 | 37 | 0 | 34 | 25 | 125 | 530 | 20 | 15 |
| Binary | 100111 | 11100 | 11111 | 0 | 11100 | 10101 | 1010101 | 101011000 | 10000 | 1101 |
Color Harmonies of #271C1F
Complementary color
Monochromatic Colors of #271C1F
Black with #271C1F
Text Example
Text Example
White with #271C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271C1F; }
p { color: rgb(39,28,31); }
H1.HeaderClassName
{
color: #271C1F;
}
.AnyTagClassName
{
color: #271C1F;
}
</style>
background-color css
<style>
a { background-color: #271C1F; }
a { background-color: rgb(39,28,31); }
div.DivClassName
{
background-color: #271C1F;
}
.BgClassName
{
background-color: #271C1F;
}
</style>
border-color css
<style>
span { border-color: #271C1F; }
span { border-color: rgb(39,28,31); }
td.TdClassName
{
border-color: #271C1F;
}
.TagClassName
{
border-color: #271C1F;
}
</style>