Html Css Color HEX #393150 Cherry Pie

📋 copy color: '#393150'

red 57 ◦ green 49 ◦ blue 80

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

Shades of Cherry Pie #393150

Tints of Cherry Pie #393150

RGB

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

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

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

R = 30.65%
G = 26.34%
B = 43.01%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#393150 (or 0x393150) is known color: Cherry Pie. HEX triplet: 39, 31 and 50. RGB value is (57,49,80). Sum of RGB (Red+Green+Blue) = 57+49+80=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 49 (19.53% from 255 or 26.34% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 80 - color contains mainly: blue. Hex color #393150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393150 is #C6CEAF. Grayscale: #363636. Windows color (decimal): -13029040 or 5255481. OLE color: 5255481.

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

Color convert

RGB 57 49 80 -
CMYK 0.29 0.39 0 0.69
HSL 255.48º 0.24% 0.25% -
HSV(B) 255.48º 0.39% 0.31% -
XYZ 4.23 3.65 8.07 -
YUV 54.93 142.15 129.48 -
System Red Green Blue C M Y K H S L
Decimal 57 49 80 0.29 0.39 0 0.69 255.48 0.24 0.25
Hex 39 31 50 1D 27 0 45 FF 18 19
Octal 71 61 120 35 47 0 105 377 30 31
Binary 111001 110001 1010000 11101 100111 0 1000101 11111111 11000 11001

Color Harmonies of #393150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393150

Black with #393150

Text Example


Text Example

White with #393150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393150; }

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

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

background-color css

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

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

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

border-color css

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

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

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