#342225

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

Shades of Aubergine #342225

Tints of Aubergine #342225

Color information

#342225 (or 0x342225) is unknown color: approx Aubergine. HEX triplet: 34, 22 and 25. RGB value is (52,34,37). Sum of RGB (Red+Green+Blue) = 52+34+37=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 52 - color contains mainly: red. Hex color #342225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342225 is #CBDDDA. Grayscale: #272727. Windows color (decimal): -13360603 or 2433588. OLE color: 2433588.

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

Color convert

RGB523437-
CMYK00.350.290.80
HSL350º20.93%16.86%-
HSV(B)350º34.62%20.39%-
XYZ2.322.012.02-
YUV39.72126.46136.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.28%
GREEN value IS 34 (13.67% from 255) = 27.64%
BLUE value IS 37 (14.84% from 255) = 30.08%
R=42.28%
G=27.64%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52343700.350.290.8035020.9316.86
Hex3422250231D5015e1511
Octal644245043351205362521
Binary11010010001010010101000111110110100001010111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342225; }

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

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

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

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

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

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

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

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