Html Css Color HEX #352952 Cherry Pie

📋 copy color: '#352952'

red 53 ◦ green 41 ◦ blue 82

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

Shades of Cherry Pie #352952

Tints of Cherry Pie #352952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 46.59%

R = 30.11%
G = 23.3%
B = 46.59%

CMYK

 C value IS 0.35

 M value IS 0.50

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#352952 (or 0x352952) is known color: Cherry Pie. HEX triplet: 35, 29 and 52. RGB value is (53,41,82). Sum of RGB (Red+Green+Blue) = 53+41+82=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 82 (32.42% from 255 or 46.59% from 176); Max value from RGB is 82 - color contains mainly: blue. Hex color #352952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352952 is #CAD6AD. Grayscale: #313131. Windows color (decimal): -13293230 or 5384501. OLE color: 5384501.

HSL color Cylindrical-coordinate representation of color #352952: hue angle of 257.56º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #352952 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 41 82 -
CMYK 0.35 0.50 0 0.68
HSL 257.56º 0.33% 0.24% -
HSV(B) 257.56º 0.5% 0.32% -
XYZ 3.78 2.95 8.35 -
YUV 49.26 146.48 130.67 -
System Red Green Blue C M Y K H S L
Decimal 53 41 82 0.35 0.50 0 0.68 257.56 0.33 0.24
Hex 35 29 52 23 32 0 44 102 21 18
Octal 65 51 122 43 62 0 104 402 41 30
Binary 110101 101001 1010010 100011 110010 0 1000100 100000010 100001 11000

Color Harmonies of #352952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352952

Black with #352952

Text Example


Text Example

White with #352952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352952; }

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

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

background-color css

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

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

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

border-color css

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

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

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