Html Css Color HEX #352F48 Cherry Pie

📋 copy color: '#352F48'

red 53 ◦ green 47 ◦ blue 72

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

Shades of Cherry Pie #352F48

Tints of Cherry Pie #352F48

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.33%

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

R = 30.81%
G = 27.33%
B = 41.86%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#352F48 (or 0x352F48) is known color: Cherry Pie. HEX triplet: 35, 2F and 48. RGB value is (53,47,72). Sum of RGB (Red+Green+Blue) = 53+47+72=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 72 - color contains mainly: blue. Hex color #352F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F48 is #CAD0B7. Grayscale: #333333. Windows color (decimal): -13291704 or 4730677. OLE color: 4730677.

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

Color convert

RGB 53 47 72 -
CMYK 0.26 0.35 0 0.72
HSL 254.4º 0.21% 0.23% -
HSV(B) 254.4º 0.35% 0.28% -
XYZ 3.65 3.26 6.57 -
YUV 51.64 139.49 128.97 -
System Red Green Blue C M Y K H S L
Decimal 53 47 72 0.26 0.35 0 0.72 254.4 0.21 0.23
Hex 35 2F 48 1A 23 0 48 FE 15 17
Octal 65 57 110 32 43 0 110 376 25 27
Binary 110101 101111 1001000 11010 100011 0 1001000 11111110 10101 10111

Color Harmonies of #352F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352F48

Black with #352F48

Text Example


Text Example

White with #352F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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