#342124

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

Shades of Aubergine #342124

Tints of Aubergine #342124

Color information

#342124 (or 0x342124) is unknown color: approx Aubergine. HEX triplet: 34, 21 and 24. RGB value is (52,33,36). Sum of RGB (Red+Green+Blue) = 52+33+36=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 52 - color contains mainly: red. Hex color #342124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342124 is #CBDEDB. Grayscale: #272727. Windows color (decimal): -13360860 or 2367796. OLE color: 2367796.

HSL color Cylindrical-coordinate representation of color #342124: hue angle of 350.53º 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 #342124 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.80.

Color convert

RGB523336-
CMYK00.370.310.80
HSL350.53º22.35%16.67%-
HSV(B)350.53º36.54%20.39%-
XYZ2.281.951.92-
YUV39.02126.29137.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.98%
GREEN value IS 33 (13.28% from 255) = 27.27%
BLUE value IS 36 (14.45% from 255) = 29.75%
R=42.98%
G=27.27%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52333600.370.310.80350.5322.3516.67
Hex3421240251F5015f1611
Octal644144045371205372621
Binary11010010000110010001001011111110100001010111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342124; }

 p { color: rgb(52,33,36); }

 H1.HeaderClassName
 {
   color: #342124;
 }
 .AnyTagClassName
 {
   color: #342124;
 }
</style>
background-color css

<style>
 a { background-color: #342124; }

 a { background-color: rgb(52,33,36); }

 div.DivClassName
 {
   background-color: #342124;
 }
 .BgClassName
 {
   background-color: #342124;
 }
</style>
border-color css

<style>
 span { border-color: #342124; }

 span { border-color: rgb(52,33,36); }

 td.TdClassName
 {
   border-color: #342124;
 }
 .TagClassName
 {
   border-color: #342124;
 }
</style>