#322A50

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

Shades of Cherry Pie #322A50

Tints of Cherry Pie #322A50

Color information

#322A50 (or 0x322A50) is unknown color: approx Cherry Pie. HEX triplet: 32, 2A and 50. RGB value is (50,42,80). Sum of RGB (Red+Green+Blue) = 50+42+80=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 80 - color contains mainly: blue. Hex color #322A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322A50 is #CDD5AF. Grayscale: #303030. Windows color (decimal): -13489584 or 5253682. OLE color: 5253682.

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

Color convert

RGB504280-
CMYK0.370.4800.69
HSL252.63º31.15%23.92%-
HSV(B)252.63º47.5%31.37%-
XYZ3.592.917.96-
YUV48.72145.65128.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.07%
GREEN value IS 42 (16.80% from 255) = 24.42%
BLUE value IS 80 (31.64% from 255) = 46.51%
R=29.07%
G=24.42%
B=46.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5042800.370.4800.69252.6331.1523.92
Hex322A502530045fd1f18
Octal6252120456001053753730
Binary110010101010101000010010111000001000101111111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322A50; }

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

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

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

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

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

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

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

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