#322023

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

Shades of Aubergine #322023

Tints of Aubergine #322023

Color information

#322023 (or 0x322023) is unknown color: approx Aubergine. HEX triplet: 32, 20 and 23. RGB value is (50,32,35). Sum of RGB (Red+Green+Blue) = 50+32+35=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 32 (12.89% from 255 or 27.35% from 117); Blue value is 35 (14.06% from 255 or 29.91% from 117); Max value from RGB is 50 - color contains mainly: red. Hex color #322023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322023 is #CDDFDC. Grayscale: #252525. Windows color (decimal): -13492189 or 2302002. OLE color: 2302002.

HSL color Cylindrical-coordinate representation of color #322023: hue angle of 350º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #322023 is Cyan = 0, Magento = 0.36, Yellow = 0.30 and Black (K on CMYK) = 0.80.

Color convert

RGB503235-
CMYK00.360.300.80
HSL350º21.95%16.08%-
HSV(B)350º36%19.61%-
XYZ2.141.831.83-
YUV37.72126.46136.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.74%
GREEN value IS 32 (12.89% from 255) = 27.35%
BLUE value IS 35 (14.06% from 255) = 29.91%
R=42.74%
G=27.35%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50323500.360.300.8035021.9516.08
Hex3220230241E5015e1610
Octal624043044361205362620
Binary11001010000010001101001001111010100001010111101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322023; }

 p { color: rgb(50,32,35); }

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

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

 a { background-color: rgb(50,32,35); }

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

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

 span { border-color: rgb(50,32,35); }

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