Html Css Color HEX #322750 Cherry Pie

📋 copy color: '#322750'

red 50 ◦ green 39 ◦ blue 80

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

Shades of Cherry Pie #322750

Tints of Cherry Pie #322750

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.08%

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

R = 29.59%
G = 23.08%
B = 47.34%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#322750 (or 0x322750) is known color: Cherry Pie. HEX triplet: 32, 27 and 50. RGB value is (50,39,80). Sum of RGB (Red+Green+Blue) = 50+39+80=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 39 (15.62% from 255 or 23.08% from 169); Blue value is 80 (31.64% from 255 or 47.34% from 169); Max value from RGB is 80 - color contains mainly: blue. Hex color #322750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322750 is #CDD8AF. Grayscale: #2E2E2E. Windows color (decimal): -13490352 or 5252914. OLE color: 5252914.

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

Color convert

RGB 50 39 80 -
CMYK 0.37 0.51 0 0.69
HSL 256.1º 0.34% 0.23% -
HSV(B) 256.1º 0.51% 0.31% -
XYZ 3.49 2.71 7.93 -
YUV 46.96 146.64 130.17 -
System Red Green Blue C M Y K H S L
Decimal 50 39 80 0.37 0.51 0 0.69 256.1 0.34 0.23
Hex 32 27 50 25 33 0 45 100 22 17
Octal 62 47 120 45 63 0 105 400 42 27
Binary 110010 100111 1010000 100101 110011 0 1000101 100000000 100010 10111

Color Harmonies of #322750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322750

Black with #322750

Text Example


Text Example

White with #322750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322750; }

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

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

background-color css

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

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

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

border-color css

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

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

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