Shades of Aubergine #34282C
Tints of Aubergine #34282C
RGB
CMYK
RGB Variations
Color information
#34282C (or 0x34282C) is known color: Aubergine. HEX triplet: 34, 28 and 2C. RGB value is (52,40,44). Sum of RGB (Red+Green+Blue) = 52+40+44=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 52 - color contains mainly: red. Hex color #34282C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34282C is #CBD7D3. Grayscale: #2C2C2C. Windows color (decimal): -13359060 or 2893876. OLE color: 2893876.
HSL color Cylindrical-coordinate representation of color #34282C: hue angle of 340º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #34282C is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 52 | 40 | 44 | - |
| CMYK | 0 | 0.23 | 0.15 | 0.80 |
| HSL | 340º | 0.13% | 0.18% | - |
| HSV(B) | 340º | 0.23% | 0.2% | - |
| XYZ | 2.63 | 2.43 | 2.71 | - |
| YUV | 44.04 | 127.98 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 40 | 44 | 0 | 0.23 | 0.15 | 0.80 | 340 | 0.13 | 0.18 |
| Hex | 34 | 28 | 2C | 0 | 17 | F | 50 | 154 | D | 12 |
| Octal | 64 | 50 | 54 | 0 | 27 | 17 | 120 | 524 | 15 | 22 |
| Binary | 110100 | 101000 | 101100 | 0 | 10111 | 1111 | 1010000 | 101010100 | 1101 | 10010 |
Color Harmonies of #34282C
Complementary color
Monochromatic Colors of #34282C
Black with #34282C
Text Example
Text Example
White with #34282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34282C; }
p { color: rgb(52,40,44); }
H1.HeaderClassName
{
color: #34282C;
}
.AnyTagClassName
{
color: #34282C;
}
</style>
background-color css
<style>
a { background-color: #34282C; }
a { background-color: rgb(52,40,44); }
div.DivClassName
{
background-color: #34282C;
}
.BgClassName
{
background-color: #34282C;
}
</style>
border-color css
<style>
span { border-color: #34282C; }
span { border-color: rgb(52,40,44); }
td.TdClassName
{
border-color: #34282C;
}
.TagClassName
{
border-color: #34282C;
}
</style>