Html Css Color HEX #353048 Cherry Pie

📋 copy color: '#353048'

red 53 ◦ green 48 ◦ blue 72

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

Shades of Cherry Pie #353048

Tints of Cherry Pie #353048

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.75%

 BLUE value IS 72 (28.52% from 255) = 41.62%

R = 30.64%
G = 27.75%
B = 41.62%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#353048 (or 0x353048) is known color: Cherry Pie. HEX triplet: 35, 30 and 48. RGB value is (53,48,72). Sum of RGB (Red+Green+Blue) = 53+48+72=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 72 (28.52% from 255 or 41.62% from 173); Max value from RGB is 72 - color contains mainly: blue. Hex color #353048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353048 is #CACFB7. Grayscale: #343434. Windows color (decimal): -13291448 or 4730933. OLE color: 4730933.

HSL color Cylindrical-coordinate representation of color #353048: hue angle of 252.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #353048 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 48 72 -
CMYK 0.26 0.33 0 0.72
HSL 252.5º 0.2% 0.24% -
HSV(B) 252.5º 0.33% 0.28% -
XYZ 3.69 3.34 6.58 -
YUV 52.23 139.16 128.55 -
System Red Green Blue C M Y K H S L
Decimal 53 48 72 0.26 0.33 0 0.72 252.5 0.2 0.24
Hex 35 30 48 1A 21 0 48 FD 14 18
Octal 65 60 110 32 41 0 110 375 24 30
Binary 110101 110000 1001000 11010 100001 0 1001000 11111101 10100 11000

Color Harmonies of #353048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353048

Black with #353048

Text Example


Text Example

White with #353048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353048; }

 p { color: rgb(53,48,72); }

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

background-color css

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

 a { background-color: rgb(53,48,72); }

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

border-color css

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

 span { border-color: rgb(53,48,72); }

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