Shades of Aubergine #342127
Tints of Aubergine #342127
RGB
CMYK
RGB Variations
Color information
#342127 (or 0x342127) is known color: Aubergine. HEX triplet: 34, 21 and 27. RGB value is (52,33,39). Sum of RGB (Red+Green+Blue) = 52+33+39=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 39 (15.62% from 255 or 31.45% from 124); Max value from RGB is 52 - color contains mainly: red. Hex color #342127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342127 is #CBDED8. Grayscale: #272727. Windows color (decimal): -13360857 or 2564404. OLE color: 2564404.
HSL color Cylindrical-coordinate representation of color #342127: hue angle of 341.05º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #342127 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 33 | 39 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.80 |
| HSL | 341.05º | 0.22% | 0.17% | - |
| HSV(B) | 341.05º | 0.37% | 0.2% | - |
| XYZ | 2.33 | 1.96 | 2.18 | - |
| YUV | 39.37 | 127.79 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 33 | 39 | 0 | 0.37 | 0.25 | 0.80 | 341.05 | 0.22 | 0.17 |
| Hex | 34 | 21 | 27 | 0 | 25 | 19 | 50 | 155 | 16 | 11 |
| Octal | 64 | 41 | 47 | 0 | 45 | 31 | 120 | 525 | 26 | 21 |
| Binary | 110100 | 100001 | 100111 | 0 | 100101 | 11001 | 1010000 | 101010101 | 10110 | 10001 |
Color Harmonies of #342127
Complementary color
Monochromatic Colors of #342127
Black with #342127
Text Example
Text Example
White with #342127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342127; }
p { color: rgb(52,33,39); }
H1.HeaderClassName
{
color: #342127;
}
.AnyTagClassName
{
color: #342127;
}
</style>
background-color css
<style>
a { background-color: #342127; }
a { background-color: rgb(52,33,39); }
div.DivClassName
{
background-color: #342127;
}
.BgClassName
{
background-color: #342127;
}
</style>
border-color css
<style>
span { border-color: #342127; }
span { border-color: rgb(52,33,39); }
td.TdClassName
{
border-color: #342127;
}
.TagClassName
{
border-color: #342127;
}
</style>