Html Css Color HEX #353152 Cherry Pie

📋 copy color: '#353152'

red 53 ◦ green 49 ◦ blue 82

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

Shades of Cherry Pie #353152

Tints of Cherry Pie #353152

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.63%

 BLUE value IS 82 (32.42% from 255) = 44.57%

R = 28.8%
G = 26.63%
B = 44.57%

CMYK

 C value IS 0.35

 M value IS 0.40

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#353152 (or 0x353152) is known color: Cherry Pie. HEX triplet: 35, 31 and 52. RGB value is (53,49,82). Sum of RGB (Red+Green+Blue) = 53+49+82=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 82 - color contains mainly: blue. Hex color #353152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353152 is #CACEAD. Grayscale: #353535. Windows color (decimal): -13291182 or 5386549. OLE color: 5386549.

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

Color convert

RGB 53 49 82 -
CMYK 0.35 0.40 0 0.68
HSL 247.27º 0.25% 0.26% -
HSV(B) 247.27º 0.4% 0.32% -
XYZ 4.09 3.56 8.45 -
YUV 53.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 53 49 82 0.35 0.40 0 0.68 247.27 0.25 0.26
Hex 35 31 52 23 28 0 44 F7 19 1A
Octal 65 61 122 43 50 0 104 367 31 32
Binary 110101 110001 1010010 100011 101000 0 1000100 11110111 11001 11010

Color Harmonies of #353152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353152

Black with #353152

Text Example


Text Example

White with #353152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353152; }

 p { color: rgb(53,49,82); }

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

background-color css

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

 a { background-color: rgb(53,49,82); }

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

border-color css

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

 span { border-color: rgb(53,49,82); }

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