Html Css Color HEX #322C4B Cherry Pie

📋 copy color: '#322C4B'

red 50 ◦ green 44 ◦ blue 75

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

Shades of Cherry Pie #322C4B

Tints of Cherry Pie #322C4B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.04%

 BLUE value IS 75 (29.69% from 255) = 44.38%

R = 29.59%
G = 26.04%
B = 44.38%

CMYK

 C value IS 0.33

 M value IS 0.41

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#322C4B (or 0x322C4B) is known color: Cherry Pie. HEX triplet: 32, 2C and 4B. RGB value is (50,44,75). Sum of RGB (Red+Green+Blue) = 50+44+75=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 44 (17.58% from 255 or 26.04% from 169); Blue value is 75 (29.69% from 255 or 44.38% from 169); Max value from RGB is 75 - color contains mainly: blue. Hex color #322C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322C4B is #CDD3B4. Grayscale: #313131. Windows color (decimal): -13489077 or 4926514. OLE color: 4926514.

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

Color convert

RGB 50 44 75 -
CMYK 0.33 0.41 0 0.71
HSL 251.61º 0.26% 0.23% -
HSV(B) 251.61º 0.41% 0.29% -
XYZ 3.49 2.99 7.05 -
YUV 49.33 142.49 128.48 -
System Red Green Blue C M Y K H S L
Decimal 50 44 75 0.33 0.41 0 0.71 251.61 0.26 0.23
Hex 32 2C 4B 21 29 0 47 FC 1A 17
Octal 62 54 113 41 51 0 107 374 32 27
Binary 110010 101100 1001011 100001 101001 0 1000111 11111100 11010 10111

Color Harmonies of #322C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322C4B

Black with #322C4B

Text Example


Text Example

White with #322C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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