#322850

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

Shades of Cherry Pie #322850

Tints of Cherry Pie #322850

Color information

#322850 (or 0x322850) is unknown color: approx Cherry Pie. HEX triplet: 32, 28 and 50. RGB value is (50,40,80). Sum of RGB (Red+Green+Blue) = 50+40+80=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 40 (16.02% from 255 or 23.53% from 170); Blue value is 80 (31.64% from 255 or 47.06% from 170); Max value from RGB is 80 - color contains mainly: blue. Hex color #322850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322850 is #CDD7AF. Grayscale: #2F2F2F. Windows color (decimal): -13490096 or 5253170. OLE color: 5253170.

HSL color Cylindrical-coordinate representation of color #322850: hue angle of 255º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #322850 is Cyan = 0.37, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB504080-
CMYK0.370.500.69
HSL255º33.33%23.53%-
HSV(B)255º50%31.37%-
XYZ3.522.777.94-
YUV47.55146.31129.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.41%
GREEN value IS 40 (16.02% from 255) = 23.53%
BLUE value IS 80 (31.64% from 255) = 47.06%
R=29.41%
G=23.53%
B=47.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5040800.370.500.6925533.3323.53
Hex3228502532045ff2118
Octal6250120456201053774130
Binary1100101010001010000100101110010010001011111111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322850; }

 p { color: rgb(50,40,80); }

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

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

 a { background-color: rgb(50,40,80); }

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

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

 span { border-color: rgb(50,40,80); }

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