Html Css Color HEX #352951 Cherry Pie

📋 copy color: '#352951'

red 53 ◦ green 41 ◦ blue 81

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

Shades of Cherry Pie #352951

Tints of Cherry Pie #352951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 46.29%

R = 30.29%
G = 23.43%
B = 46.29%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#352951 (or 0x352951) is known color: Cherry Pie. HEX triplet: 35, 29 and 51. RGB value is (53,41,81). Sum of RGB (Red+Green+Blue) = 53+41+81=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 81 (32.03% from 255 or 46.29% from 175); Max value from RGB is 81 - color contains mainly: blue. Hex color #352951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352951 is #CAD6AE. Grayscale: #313131. Windows color (decimal): -13293231 or 5318965. OLE color: 5318965.

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

Color convert

RGB 53 41 81 -
CMYK 0.35 0.49 0 0.68
HSL 258º 0.33% 0.24% -
HSV(B) 258º 0.49% 0.32% -
XYZ 3.75 2.94 8.15 -
YUV 49.15 145.98 130.75 -
System Red Green Blue C M Y K H S L
Decimal 53 41 81 0.35 0.49 0 0.68 258 0.33 0.24
Hex 35 29 51 23 31 0 44 102 21 18
Octal 65 51 121 43 61 0 104 402 41 30
Binary 110101 101001 1010001 100011 110001 0 1000100 100000010 100001 11000

Color Harmonies of #352951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352951

Black with #352951

Text Example


Text Example

White with #352951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352951; }

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

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

background-color css

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

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

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

border-color css

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

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

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