Html Css Color HEX #393050 Cherry Pie

📋 copy color: '#393050'

red 57 ◦ green 48 ◦ blue 80

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

Shades of Cherry Pie #393050

Tints of Cherry Pie #393050

RGB

 RED value IS 57 (22.66% from 255) = 30.81%

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

 BLUE value IS 80 (31.64% from 255) = 43.24%

R = 30.81%
G = 25.95%
B = 43.24%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#393050 (or 0x393050) is known color: Cherry Pie. HEX triplet: 39, 30 and 50. RGB value is (57,48,80). Sum of RGB (Red+Green+Blue) = 57+48+80=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #393050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393050 is #C6CFAF. Grayscale: #363636. Windows color (decimal): -13029296 or 5255225. OLE color: 5255225.

HSL color Cylindrical-coordinate representation of color #393050: hue angle of 256.88º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #393050 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 48 80 -
CMYK 0.29 0.40 0 0.69
HSL 256.88º 0.25% 0.25% -
HSV(B) 256.88º 0.4% 0.31% -
XYZ 4.19 3.56 8.06 -
YUV 54.34 142.48 129.9 -
System Red Green Blue C M Y K H S L
Decimal 57 48 80 0.29 0.40 0 0.69 256.88 0.25 0.25
Hex 39 30 50 1D 28 0 45 101 19 19
Octal 71 60 120 35 50 0 105 401 31 31
Binary 111001 110000 1010000 11101 101000 0 1000101 100000001 11001 11001

Color Harmonies of #393050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393050

Black with #393050

Text Example


Text Example

White with #393050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393050; }

 p { color: rgb(57,48,80); }

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

background-color css

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

 a { background-color: rgb(57,48,80); }

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

border-color css

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

 span { border-color: rgb(57,48,80); }

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