Html Css Color HEX #322D49 Cherry Pie

📋 copy color: '#322D49'

red 50 ◦ green 45 ◦ blue 73

#322D49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cherry Pie #322D49

Tints of Cherry Pie #322D49

RGB

 RED value IS 50 (19.92% from 255) = 29.76%

 GREEN value IS 45 (17.97% from 255) = 26.79%

 BLUE value IS 73 (28.91% from 255) = 43.45%

R = 29.76%
G = 26.79%
B = 43.45%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#322D49 (or 0x322D49) is known color: Cherry Pie. HEX triplet: 32, 2D and 49. RGB value is (50,45,73). Sum of RGB (Red+Green+Blue) = 50+45+73=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 73 (28.91% from 255 or 43.45% from 168); Max value from RGB is 73 - color contains mainly: blue. Hex color #322D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322D49 is #CDD2B6. Grayscale: #313131. Windows color (decimal): -13488823 or 4795698. OLE color: 4795698.

HSL color Cylindrical-coordinate representation of color #322D49: hue angle of 250.71º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #322D49 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 50 45 73 -
CMYK 0.32 0.38 0 0.71
HSL 250.71º 0.24% 0.23% -
HSV(B) 250.71º 0.38% 0.29% -
XYZ 3.46 3.04 6.71 -
YUV 49.69 141.16 128.22 -
System Red Green Blue C M Y K H S L
Decimal 50 45 73 0.32 0.38 0 0.71 250.71 0.24 0.23
Hex 32 2D 49 20 26 0 47 FB 18 17
Octal 62 55 111 40 46 0 107 373 30 27
Binary 110010 101101 1001001 100000 100110 0 1000111 11111011 11000 10111

Color Harmonies of #322D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322D49

Black with #322D49

Text Example


Text Example

White with #322D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,45,73); }

 H1.HeaderClassName
 {
   color: #322D49;
 }
 .AnyTagClassName
 {
   color: #322D49;
 }
</style>

background-color css

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

 a { background-color: rgb(50,45,73); }

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

border-color css

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

 span { border-color: rgb(50,45,73); }

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