Html Css Color HEX #352851 Cherry Pie

📋 copy color: '#352851'

red 53 ◦ green 40 ◦ blue 81

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

Shades of Cherry Pie #352851

Tints of Cherry Pie #352851

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.99%

 BLUE value IS 81 (32.03% from 255) = 46.55%

R = 30.46%
G = 22.99%
B = 46.55%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#352851 (or 0x352851) is known color: Cherry Pie. HEX triplet: 35, 28 and 51. RGB value is (53,40,81). Sum of RGB (Red+Green+Blue) = 53+40+81=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 81 (32.03% from 255 or 46.55% from 174); Max value from RGB is 81 - color contains mainly: blue. Hex color #352851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352851 is #CAD7AE. Grayscale: #303030. Windows color (decimal): -13293487 or 5318709. OLE color: 5318709.

HSL color Cylindrical-coordinate representation of color #352851: hue angle of 259.02º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #352851 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 53 40 81 -
CMYK 0.35 0.51 0 0.68
HSL 259.02º 0.34% 0.24% -
HSV(B) 259.02º 0.51% 0.32% -
XYZ 3.71 2.87 8.14 -
YUV 48.56 146.31 131.17 -
System Red Green Blue C M Y K H S L
Decimal 53 40 81 0.35 0.51 0 0.68 259.02 0.34 0.24
Hex 35 28 51 23 33 0 44 103 22 18
Octal 65 50 121 43 63 0 104 403 42 30
Binary 110101 101000 1010001 100011 110011 0 1000100 100000011 100010 11000

Color Harmonies of #352851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352851

Black with #352851

Text Example


Text Example

White with #352851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352851; }

 p { color: rgb(53,40,81); }

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

background-color css

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

 a { background-color: rgb(53,40,81); }

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

border-color css

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

 span { border-color: rgb(53,40,81); }

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