Html Css Color HEX #352B4C Cherry Pie

📋 copy color: '#352B4C'

red 53 ◦ green 43 ◦ blue 76

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

Shades of Cherry Pie #352B4C

Tints of Cherry Pie #352B4C

RGB

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

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

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

R = 30.81%
G = 25%
B = 44.19%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#352B4C (or 0x352B4C) is known color: Cherry Pie. HEX triplet: 35, 2B and 4C. RGB value is (53,43,76). Sum of RGB (Red+Green+Blue) = 53+43+76=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 76 - color contains mainly: blue. Hex color #352B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B4C is #CAD4B3. Grayscale: #313131. Windows color (decimal): -13292724 or 4991797. OLE color: 4991797.

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

Color convert

RGB 53 43 76 -
CMYK 0.30 0.43 0 0.70
HSL 258.18º 0.28% 0.23% -
HSV(B) 258.18º 0.43% 0.3% -
XYZ 3.64 3.01 7.23 -
YUV 49.75 142.81 130.32 -
System Red Green Blue C M Y K H S L
Decimal 53 43 76 0.30 0.43 0 0.70 258.18 0.28 0.23
Hex 35 2B 4C 1E 2B 0 46 102 1C 17
Octal 65 53 114 36 53 0 106 402 34 27
Binary 110101 101011 1001100 11110 101011 0 1000110 100000010 11100 10111

Color Harmonies of #352B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352B4C

Black with #352B4C

Text Example


Text Example

White with #352B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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