#342B2D

Color #342B2D Aubergine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aubergine #342B2D

Tints of Aubergine #342B2D

Color information

#342B2D (or 0x342B2D) is unknown color: approx 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

RGB524345-
CMYK00.170.130.80
HSL346.67º9.47%18.63%-
HSV(B)346.67º17.31%20.39%-
XYZ2.752.652.85-
YUV45.92127.48132.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 37.14%
GREEN value IS 43 (17.19% from 255) = 30.71%
BLUE value IS 45 (17.97% from 255) = 32.14%
R=37.14%
G=30.71%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52434500.170.130.80346.679.4718.63
Hex342B2D011D5015b913
Octal645355021151205331123
Binary11010010101110110101000111011010000101011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>