#322952

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

Shades of Cherry Pie #322952

Tints of Cherry Pie #322952

Color information

#322952 (or 0x322952) is unknown color: approx Cherry Pie. HEX triplet: 32, 29 and 52. RGB value is (50,41,82). Sum of RGB (Red+Green+Blue) = 50+41+82=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 82 (32.42% from 255 or 47.40% from 173); Max value from RGB is 82 - color contains mainly: blue. Hex color #322952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322952 is #CDD6AD. Grayscale: #303030. Windows color (decimal): -13489838 or 5384498. OLE color: 5384498.

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

Color convert

RGB504182-
CMYK0.390.5000.68
HSL253.17º33.33%24.12%-
HSV(B)253.17º50%32.16%-
XYZ3.632.878.35-
YUV48.36146.98129.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.90%
GREEN value IS 41 (16.41% from 255) = 23.70%
BLUE value IS 82 (32.42% from 255) = 47.40%
R=28.90%
G=23.70%
B=47.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5041820.390.5000.68253.1733.3324.12
Hex3229522732044fd2118
Octal6251122476201043754130
Binary1100101010011010010100111110010010001001111110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322952; }

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

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

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

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

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

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

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

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