Html Css Color HEX #352C48 Cherry Pie

📋 copy color: '#352C48'

red 53 ◦ green 44 ◦ blue 72

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

Shades of Cherry Pie #352C48

Tints of Cherry Pie #352C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 42.6%

R = 31.36%
G = 26.04%
B = 42.6%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#352C48 (or 0x352C48) is known color: Cherry Pie. HEX triplet: 35, 2C and 48. RGB value is (53,44,72). Sum of RGB (Red+Green+Blue) = 53+44+72=169 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.36% from 169); Green value is 44 (17.58% from 255 or 26.04% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 72 - color contains mainly: blue. Hex color #352C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C48 is #CAD3B7. Grayscale: #313131. Windows color (decimal): -13292472 or 4729909. OLE color: 4729909.

HSL color Cylindrical-coordinate representation of color #352C48: hue angle of 259.29º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #352C48 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 44 72 -
CMYK 0.26 0.39 0 0.72
HSL 259.29º 0.24% 0.23% -
HSV(B) 259.29º 0.39% 0.28% -
XYZ 3.54 3.03 6.53 -
YUV 49.88 140.48 130.22 -
System Red Green Blue C M Y K H S L
Decimal 53 44 72 0.26 0.39 0 0.72 259.29 0.24 0.23
Hex 35 2C 48 1A 27 0 48 103 18 17
Octal 65 54 110 32 47 0 110 403 30 27
Binary 110101 101100 1001000 11010 100111 0 1001000 100000011 11000 10111

Color Harmonies of #352C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C48

Black with #352C48

Text Example


Text Example

White with #352C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,44,72); }

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

background-color css

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

 a { background-color: rgb(53,44,72); }

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

border-color css

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

 span { border-color: rgb(53,44,72); }

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