Html Css Color HEX #352950 Cherry Pie

📋 copy color: '#352950'

red 53 ◦ green 41 ◦ blue 80

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

Shades of Cherry Pie #352950

Tints of Cherry Pie #352950

RGB

 RED value IS 53 (21.09% from 255) = 30.46%

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

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

R = 30.46%
G = 23.56%
B = 45.98%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#352950 (or 0x352950) is known color: Cherry Pie. HEX triplet: 35, 29 and 50. RGB value is (53,41,80). Sum of RGB (Red+Green+Blue) = 53+41+80=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 80 (31.64% from 255 or 45.98% from 174); Max value from RGB is 80 - color contains mainly: blue. Hex color #352950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352950 is #CAD6AF. Grayscale: #303030. Windows color (decimal): -13293232 or 5253429. OLE color: 5253429.

HSL color Cylindrical-coordinate representation of color #352950: hue angle of 258.46º 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 #352950 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 53 41 80 -
CMYK 0.34 0.49 0 0.69
HSL 258.46º 0.32% 0.24% -
HSV(B) 258.46º 0.49% 0.31% -
XYZ 3.71 2.92 7.96 -
YUV 49.03 145.48 130.83 -
System Red Green Blue C M Y K H S L
Decimal 53 41 80 0.34 0.49 0 0.69 258.46 0.32 0.24
Hex 35 29 50 22 31 0 45 102 20 18
Octal 65 51 120 42 61 0 105 402 40 30
Binary 110101 101001 1010000 100010 110001 0 1000101 100000010 100000 11000

Color Harmonies of #352950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352950

Black with #352950

Text Example


Text Example

White with #352950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352950; }

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

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

background-color css

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

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

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

border-color css

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

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

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