#322752

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

Shades of Cherry Pie #322752

Tints of Cherry Pie #322752

Color information

#322752 (or 0x322752) is unknown color: approx Cherry Pie. HEX triplet: 32, 27 and 52. RGB value is (50,39,82). Sum of RGB (Red+Green+Blue) = 50+39+82=171 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.24% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 82 (32.42% from 255 or 47.95% from 171); Max value from RGB is 82 - color contains mainly: blue. Hex color #322752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322752 is #CDD8AD. Grayscale: #2F2F2F. Windows color (decimal): -13490350 or 5383986. OLE color: 5383986.

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

Color convert

RGB503982-
CMYK0.390.5200.68
HSL255.35º35.54%23.73%-
HSV(B)255.35º52.44%32.16%-
XYZ3.562.748.32-
YUV47.19147.64130-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.24%
GREEN value IS 39 (15.62% from 255) = 22.81%
BLUE value IS 82 (32.42% from 255) = 47.95%
R=29.24%
G=22.81%
B=47.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5039820.390.5200.68255.3535.5423.73
Hex3227522734044ff2418
Octal6247122476401043774430
Binary1100101001111010010100111110100010001001111111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322752; }

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

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

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

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

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

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

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

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