#322629

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

Shades of Aubergine #322629

Tints of Aubergine #322629

Color information

#322629 (or 0x322629) is unknown color: approx Aubergine. HEX triplet: 32, 26 and 29. RGB value is (50,38,41). Sum of RGB (Red+Green+Blue) = 50+38+41=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 50 - color contains mainly: red. Hex color #322629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322629 is #CDD9D6. Grayscale: #292929. Windows color (decimal): -13490647 or 2696754. OLE color: 2696754.

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

Color convert

RGB503841-
CMYK00.240.180.80
HSL345º13.64%17.25%-
HSV(B)345º24%19.61%-
XYZ2.412.222.4-
YUV41.93127.48133.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.76%
GREEN value IS 38 (15.23% from 255) = 29.46%
BLUE value IS 41 (16.41% from 255) = 31.78%
R=38.76%
G=29.46%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50384100.240.180.8034513.6417.25
Hex3226290181250159e11
Octal624651030221205311621
Binary110010100110101001011000100101010000101011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322629; }

 p { color: rgb(50,38,41); }

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

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

 a { background-color: rgb(50,38,41); }

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

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

 span { border-color: rgb(50,38,41); }

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