Html Css Color HEX #392A59 Cherry Pie

📋 copy color: '#392A59'

red 57 ◦ green 42 ◦ blue 89

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

Shades of Cherry Pie #392A59

Tints of Cherry Pie #392A59

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.34%

 BLUE value IS 89 (35.16% from 255) = 47.34%

R = 30.32%
G = 22.34%
B = 47.34%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#392A59 (or 0x392A59) is known color: Cherry Pie. HEX triplet: 39, 2A and 59. RGB value is (57,42,89). Sum of RGB (Red+Green+Blue) = 57+42+89=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #392A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392A59 is #C6D5A6. Grayscale: #333333. Windows color (decimal): -13030823 or 5843513. OLE color: 5843513.

HSL color Cylindrical-coordinate representation of color #392A59: hue angle of 259.15º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #392A59 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 57 42 89 -
CMYK 0.36 0.53 0 0.65
HSL 259.15º 0.36% 0.26% -
HSV(B) 259.15º 0.53% 0.35% -
XYZ 4.32 3.25 9.85 -
YUV 51.84 148.97 131.68 -
System Red Green Blue C M Y K H S L
Decimal 57 42 89 0.36 0.53 0 0.65 259.15 0.36 0.26
Hex 39 2A 59 24 35 0 41 103 24 1A
Octal 71 52 131 44 65 0 101 403 44 32
Binary 111001 101010 1011001 100100 110101 0 1000001 100000011 100100 11010

Color Harmonies of #392A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392A59

Black with #392A59

Text Example


Text Example

White with #392A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392A59; }

 p { color: rgb(57,42,89); }

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

background-color css

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

 a { background-color: rgb(57,42,89); }

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

border-color css

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

 span { border-color: rgb(57,42,89); }

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