#322C4C

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

Shades of Cherry Pie #322C4C

Tints of Cherry Pie #322C4C

Color information

#322C4C (or 0x322C4C) is unknown color: approx Cherry Pie. HEX triplet: 32, 2C and 4C. RGB value is (50,44,76). Sum of RGB (Red+Green+Blue) = 50+44+76=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 76 (30.08% from 255 or 44.71% from 170); Max value from RGB is 76 - color contains mainly: blue. Hex color #322C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322C4C is #CDD3B3. Grayscale: #313131. Windows color (decimal): -13489076 or 4992050. OLE color: 4992050.

HSL color Cylindrical-coordinate representation of color #322C4C: hue angle of 251.25º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #322C4C is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB504476-
CMYK0.340.4200.70
HSL251.25º26.67%23.53%-
HSV(B)251.25º42.11%29.8%-
XYZ3.5237.23-
YUV49.44142.99128.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.41%
GREEN value IS 44 (17.58% from 255) = 25.88%
BLUE value IS 76 (30.08% from 255) = 44.71%
R=29.41%
G=25.88%
B=44.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5044760.340.4200.70251.2526.6723.53
Hex322C4C222A046fb1b18
Octal6254114425201063733330
Binary110010101100100110010001010101001000110111110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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