Html Css Color HEX #393350 Cherry Pie

📋 copy color: '#393350'

red 57 ◦ green 51 ◦ blue 80

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

Shades of Cherry Pie #393350

Tints of Cherry Pie #393350

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.13%

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

R = 30.32%
G = 27.13%
B = 42.55%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#393350 (or 0x393350) is known color: Cherry Pie. HEX triplet: 39, 33 and 50. RGB value is (57,51,80). Sum of RGB (Red+Green+Blue) = 57+51+80=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 51 (20.31% from 255 or 27.13% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 80 - color contains mainly: blue. Hex color #393350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #393350 is #C6CCAF. Grayscale: #373737. Windows color (decimal): -13028528 or 5255993. OLE color: 5255993.

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

Color convert

RGB 57 51 80 -
CMYK 0.29 0.36 0 0.69
HSL 252.41º 0.22% 0.26% -
HSV(B) 252.41º 0.36% 0.31% -
XYZ 4.32 3.82 8.1 -
YUV 56.1 141.49 128.64 -
System Red Green Blue C M Y K H S L
Decimal 57 51 80 0.29 0.36 0 0.69 252.41 0.22 0.26
Hex 39 33 50 1D 24 0 45 FC 16 1A
Octal 71 63 120 35 44 0 105 374 26 32
Binary 111001 110011 1010000 11101 100100 0 1000101 11111100 10110 11010

Color Harmonies of #393350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393350

Black with #393350

Text Example


Text Example

White with #393350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393350; }

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

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

background-color css

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

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

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

border-color css

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

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

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