Html Css Color HEX #352C4C Cherry Pie

📋 copy color: '#352C4C'

red 53 ◦ green 44 ◦ blue 76

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

Shades of Cherry Pie #352C4C

Tints of Cherry Pie #352C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 43.93%

R = 30.64%
G = 25.43%
B = 43.93%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#352C4C (or 0x352C4C) is known color: Cherry Pie. HEX triplet: 35, 2C and 4C. RGB value is (53,44,76). Sum of RGB (Red+Green+Blue) = 53+44+76=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 76 - color contains mainly: blue. Hex color #352C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C4C is #CAD3B3. Grayscale: #323232. Windows color (decimal): -13292468 or 4992053. OLE color: 4992053.

HSL color Cylindrical-coordinate representation of color #352C4C: hue angle of 256.88º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #352C4C is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 53 44 76 -
CMYK 0.30 0.42 0 0.70
HSL 256.88º 0.27% 0.24% -
HSV(B) 256.88º 0.42% 0.3% -
XYZ 3.67 3.08 7.24 -
YUV 50.34 142.48 129.9 -
System Red Green Blue C M Y K H S L
Decimal 53 44 76 0.30 0.42 0 0.70 256.88 0.27 0.24
Hex 35 2C 4C 1E 2A 0 46 101 1B 18
Octal 65 54 114 36 52 0 106 401 33 30
Binary 110101 101100 1001100 11110 101010 0 1000110 100000001 11011 11000

Color Harmonies of #352C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C4C

Black with #352C4C

Text Example


Text Example

White with #352C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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