Shades of Aubergine #342B2D
Tints of Aubergine #342B2D
RGB
CMYK
RGB Variations
Color information
#342B2D (or 0x342B2D) is known color: Aubergine. HEX triplet: 34, 2B and 2D. RGB value is (52,43,45). Sum of RGB (Red+Green+Blue) = 52+43+45=140 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.14% from 140); Green value is 43 (17.19% from 255 or 30.71% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 52 - color contains mainly: red. Hex color #342B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342B2D is #CBD4D2. Grayscale: #2D2D2D. Windows color (decimal): -13358291 or 2960180. OLE color: 2960180.
HSL color Cylindrical-coordinate representation of color #342B2D: hue angle of 346.67º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #342B2D is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.80.
Color convert
RGB | 52 | 43 | 45 | - |
CMYK | 0 | 0.17 | 0.13 | 0.80 |
HSL | 346.67º | 0.09% | 0.19% | - |
HSV(B) | 346.67º | 0.17% | 0.2% | - |
XYZ | 2.75 | 2.65 | 2.85 | - |
YUV | 45.92 | 127.48 | 132.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 52 | 43 | 45 | 0 | 0.17 | 0.13 | 0.80 | 346.67 | 0.09 | 0.19 |
Hex | 34 | 2B | 2D | 0 | 11 | D | 50 | 15B | 9 | 13 |
Octal | 64 | 53 | 55 | 0 | 21 | 15 | 120 | 533 | 11 | 23 |
Binary | 110100 | 101011 | 101101 | 0 | 10001 | 1101 | 1010000 | 101011011 | 1001 | 10011 |
Color Harmonies of #342B2D
Complementary color
Monochromatic Colors of #342B2D
Black with #342B2D
Text Example
Text Example
White with #342B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #342B2D; }
p { color: rgb(52,43,45); }
H1.HeaderClassName
{
color: #342B2D;
}
.AnyTagClassName
{
color: #342B2D;
}
</style>
background-color css
<style>
a { background-color: #342B2D; }
a { background-color: rgb(52,43,45); }
div.DivClassName
{
background-color: #342B2D;
}
.BgClassName
{
background-color: #342B2D;
}
</style>
border-color css
<style>
span { border-color: #342B2D; }
span { border-color: rgb(52,43,45); }
td.TdClassName
{
border-color: #342B2D;
}
.TagClassName
{
border-color: #342B2D;
}
</style>