#322223

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

Shades of Aubergine #322223

Tints of Aubergine #322223

Color information

#322223 (or 0x322223) is unknown color: approx Aubergine. HEX triplet: 32, 22 and 23. RGB value is (50,34,35). Sum of RGB (Red+Green+Blue) = 50+34+35=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 50 - color contains mainly: red. Hex color #322223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322223 is #CDDDDC. Grayscale: #262626. Windows color (decimal): -13491677 or 2302514. OLE color: 2302514.

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

Color convert

RGB503435-
CMYK00.320.300.80
HSL356.25º19.05%16.47%-
HSV(B)356.25º32%19.61%-
XYZ2.191.941.85-
YUV38.9125.8135.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.02%
GREEN value IS 34 (13.67% from 255) = 28.57%
BLUE value IS 35 (14.06% from 255) = 29.41%
R=42.02%
G=28.57%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50343500.320.300.80356.2519.0516.47
Hex3222230201E501641310
Octal624243040361205442320
Binary11001010001010001101000001111010100001011001001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322223; }

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

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

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

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

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

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

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

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