Html Css Color HEX #322950 Cherry Pie

📋 copy color: '#322950'

red 50 ◦ green 41 ◦ blue 80

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

Shades of Cherry Pie #322950

Tints of Cherry Pie #322950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.98%

 BLUE value IS 80 (31.64% from 255) = 46.78%

R = 29.24%
G = 23.98%
B = 46.78%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#322950 (or 0x322950) is known color: Cherry Pie. HEX triplet: 32, 29 and 50. RGB value is (50,41,80). Sum of RGB (Red+Green+Blue) = 50+41+80=171 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.24% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 80 - color contains mainly: blue. Hex color #322950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322950 is #CDD6AF. Grayscale: #2F2F2F. Windows color (decimal): -13489840 or 5253426. OLE color: 5253426.

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

Color convert

RGB 50 41 80 -
CMYK 0.37 0.49 0 0.69
HSL 253.85º 0.32% 0.24% -
HSV(B) 253.85º 0.49% 0.31% -
XYZ 3.56 2.84 7.95 -
YUV 48.14 145.98 129.33 -
System Red Green Blue C M Y K H S L
Decimal 50 41 80 0.37 0.49 0 0.69 253.85 0.32 0.24
Hex 32 29 50 25 31 0 45 FE 20 18
Octal 62 51 120 45 61 0 105 376 40 30
Binary 110010 101001 1010000 100101 110001 0 1000101 11111110 100000 11000

Color Harmonies of #322950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322950

Black with #322950

Text Example


Text Example

White with #322950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322950; }

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

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

background-color css

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

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

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

border-color css

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

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

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