Html Css Color HEX #352C4B Cherry Pie

📋 copy color: '#352C4B'

red 53 ◦ green 44 ◦ blue 75

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

Shades of Cherry Pie #352C4B

Tints of Cherry Pie #352C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 43.6%

R = 30.81%
G = 25.58%
B = 43.6%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#352C4B (or 0x352C4B) is known color: Cherry Pie. HEX triplet: 35, 2C and 4B. RGB value is (53,44,75). Sum of RGB (Red+Green+Blue) = 53+44+75=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 75 - color contains mainly: blue. Hex color #352C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C4B is #CAD3B4. Grayscale: #323232. Windows color (decimal): -13292469 or 4926517. OLE color: 4926517.

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

Color convert

RGB 53 44 75 -
CMYK 0.29 0.41 0 0.71
HSL 257.42º 0.26% 0.23% -
HSV(B) 257.42º 0.41% 0.29% -
XYZ 3.64 3.07 7.06 -
YUV 50.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 53 44 75 0.29 0.41 0 0.71 257.42 0.26 0.23
Hex 35 2C 4B 1D 29 0 47 101 1A 17
Octal 65 54 113 35 51 0 107 401 32 27
Binary 110101 101100 1001011 11101 101001 0 1000111 100000001 11010 10111

Color Harmonies of #352C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C4B

Black with #352C4B

Text Example


Text Example

White with #352C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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