#32294C

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

Shades of Cherry Pie #32294C

Tints of Cherry Pie #32294C

Color information

#32294C (or 0x32294C) is unknown color: approx Cherry Pie. HEX triplet: 32, 29 and 4C. RGB value is (50,41,76). Sum of RGB (Red+Green+Blue) = 50+41+76=167 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.94% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 76 (30.08% from 255 or 45.51% from 167); Max value from RGB is 76 - color contains mainly: blue. Hex color #32294C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32294C is #CDD6B3. Grayscale: #2F2F2F. Windows color (decimal): -13489844 or 4991282. OLE color: 4991282.

HSL color Cylindrical-coordinate representation of color #32294C: hue angle of 255.43º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32294C is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB504176-
CMYK0.340.4600.70
HSL255.43º29.91%22.94%-
HSV(B)255.43º46.05%29.8%-
XYZ3.412.797.2-
YUV47.68143.98129.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.94%
GREEN value IS 41 (16.41% from 255) = 24.55%
BLUE value IS 76 (30.08% from 255) = 45.51%
R=29.94%
G=24.55%
B=45.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5041760.340.4600.70255.4329.9122.94
Hex32294C222E046ff1e17
Octal6251114425601063773627
Binary110010101001100110010001010111001000110111111111111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32294C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32294C; }

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

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

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

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

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

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

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

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