#322552

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

Shades of Cherry Pie #322552

Tints of Cherry Pie #322552

Color information

#322552 (or 0x322552) is unknown color: approx Cherry Pie. HEX triplet: 32, 25 and 52. RGB value is (50,37,82). Sum of RGB (Red+Green+Blue) = 50+37+82=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 82 (32.42% from 255 or 48.52% from 169); Max value from RGB is 82 - color contains mainly: blue. Hex color #322552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322552 is #CDDAAD. Grayscale: #2D2D2D. Windows color (decimal): -13490862 or 5383474. OLE color: 5383474.

HSL color Cylindrical-coordinate representation of color #322552: hue angle of 257.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #322552 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB503782-
CMYK0.390.5500.68
HSL257.33º37.82%23.33%-
HSV(B)257.33º54.88%32.16%-
XYZ3.52.618.3-
YUV46.02148.31130.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.59%
GREEN value IS 37 (14.84% from 255) = 21.89%
BLUE value IS 82 (32.42% from 255) = 48.52%
R=29.59%
G=21.89%
B=48.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5037820.390.5500.68257.3337.8223.33
Hex32255227370441012617
Octal6245122476701044014627
Binary11001010010110100101001111101110100010010000000110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322552; }

 p { color: rgb(50,37,82); }

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

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

 a { background-color: rgb(50,37,82); }

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

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

 span { border-color: rgb(50,37,82); }

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