#342325

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

Shades of Aubergine #342325

Tints of Aubergine #342325

Color information

#342325 (or 0x342325) is unknown color: approx Aubergine. HEX triplet: 34, 23 and 25. RGB value is (52,35,37). Sum of RGB (Red+Green+Blue) = 52+35+37=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 52 - color contains mainly: red. Hex color #342325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342325 is #CBDCDA. Grayscale: #282828. Windows color (decimal): -13360347 or 2433844. OLE color: 2433844.

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

Color convert

RGB523537-
CMYK00.330.290.80
HSL352.94º19.54%17.06%-
HSV(B)352.94º32.69%20.39%-
XYZ2.352.072.03-
YUV40.31126.13136.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.94%
GREEN value IS 35 (14.06% from 255) = 28.23%
BLUE value IS 37 (14.84% from 255) = 29.84%
R=41.94%
G=28.23%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52353700.330.290.80352.9419.5417.06
Hex3423250211D501611411
Octal644345041351205412421
Binary11010010001110010101000011110110100001011000011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342325; }

 p { color: rgb(52,35,37); }

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

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

 a { background-color: rgb(52,35,37); }

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

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

 span { border-color: rgb(52,35,37); }

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