Html Css Color HEX #352B49 Cherry Pie

📋 copy color: '#352B49'

red 53 ◦ green 43 ◦ blue 73

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

Shades of Cherry Pie #352B49

Tints of Cherry Pie #352B49

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25.44%

 BLUE value IS 73 (28.91% from 255) = 43.2%

R = 31.36%
G = 25.44%
B = 43.2%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#352B49 (or 0x352B49) is known color: Cherry Pie. HEX triplet: 35, 2B and 49. RGB value is (53,43,73). Sum of RGB (Red+Green+Blue) = 53+43+73=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 73 (28.91% from 255 or 43.20% from 169); Max value from RGB is 73 - color contains mainly: blue. Hex color #352B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B49 is #CAD4B6. Grayscale: #313131. Windows color (decimal): -13292727 or 4795189. OLE color: 4795189.

HSL color Cylindrical-coordinate representation of color #352B49: hue angle of 260º 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 #352B49 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 53 43 73 -
CMYK 0.27 0.41 0 0.71
HSL 260º 0.26% 0.23% -
HSV(B) 260º 0.41% 0.29% -
XYZ 3.53 2.97 6.69 -
YUV 49.41 141.31 130.56 -
System Red Green Blue C M Y K H S L
Decimal 53 43 73 0.27 0.41 0 0.71 260 0.26 0.23
Hex 35 2B 49 1B 29 0 47 104 1A 17
Octal 65 53 111 33 51 0 107 404 32 27
Binary 110101 101011 1001001 11011 101001 0 1000111 100000100 11010 10111

Color Harmonies of #352B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352B49

Black with #352B49

Text Example


Text Example

White with #352B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352B49; }

 p { color: rgb(53,43,73); }

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

background-color css

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

 a { background-color: rgb(53,43,73); }

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

border-color css

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

 span { border-color: rgb(53,43,73); }

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