Html Css Color HEX #353251 Cherry Pie

📋 copy color: '#353251'

red 53 ◦ green 50 ◦ blue 81

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

Shades of Cherry Pie #353251

Tints of Cherry Pie #353251

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.17%

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

R = 28.8%
G = 27.17%
B = 44.02%

CMYK

 C value IS 0.35

 M value IS 0.38

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#353251 (or 0x353251) is known color: Cherry Pie. HEX triplet: 35, 32 and 51. RGB value is (53,50,81). Sum of RGB (Red+Green+Blue) = 53+50+81=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 81 (32.03% from 255 or 44.02% from 184); Max value from RGB is 81 - color contains mainly: blue. Hex color #353251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353251 is #CACDAE. Grayscale: #363636. Windows color (decimal): -13290927 or 5321269. OLE color: 5321269.

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

Color convert

RGB 53 50 81 -
CMYK 0.35 0.38 0 0.68
HSL 245.81º 0.24% 0.26% -
HSV(B) 245.81º 0.38% 0.32% -
XYZ 4.09 3.63 8.27 -
YUV 54.43 142.99 126.98 -
System Red Green Blue C M Y K H S L
Decimal 53 50 81 0.35 0.38 0 0.68 245.81 0.24 0.26
Hex 35 32 51 23 26 0 44 F6 18 1A
Octal 65 62 121 43 46 0 104 366 30 32
Binary 110101 110010 1010001 100011 100110 0 1000100 11110110 11000 11010

Color Harmonies of #353251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353251

Black with #353251

Text Example


Text Example

White with #353251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353251; }

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

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

background-color css

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

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

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

border-color css

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

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

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