#342224

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

Shades of Aubergine #342224

Tints of Aubergine #342224

Color information

#342224 (or 0x342224) is unknown color: approx Aubergine. HEX triplet: 34, 22 and 24. RGB value is (52,34,36). Sum of RGB (Red+Green+Blue) = 52+34+36=122 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.62% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 52 - color contains mainly: red. Hex color #342224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342224 is #CBDDDB. Grayscale: #272727. Windows color (decimal): -13360604 or 2368052. OLE color: 2368052.

HSL color Cylindrical-coordinate representation of color #342224: hue angle of 353.33º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #342224 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.80.

Color convert

RGB523436-
CMYK00.350.310.80
HSL353.33º20.93%16.86%-
HSV(B)353.33º34.62%20.39%-
XYZ2.3121.93-
YUV39.61125.96136.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.62%
GREEN value IS 34 (13.67% from 255) = 27.87%
BLUE value IS 36 (14.45% from 255) = 29.51%
R=42.62%
G=27.87%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52343600.350.310.80353.3320.9316.86
Hex3422240231F501611511
Octal644244043371205412521
Binary11010010001010010001000111111110100001011000011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342224; }

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

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

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

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

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

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

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

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