Html Css Color HEX #392B59 Cherry Pie

📋 copy color: '#392B59'

red 57 ◦ green 43 ◦ blue 89

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

Shades of Cherry Pie #392B59

Tints of Cherry Pie #392B59

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.75%

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

R = 30.16%
G = 22.75%
B = 47.09%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#392B59 (or 0x392B59) is known color: Cherry Pie. HEX triplet: 39, 2B and 59. RGB value is (57,43,89). Sum of RGB (Red+Green+Blue) = 57+43+89=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 43 (17.19% from 255 or 22.75% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #392B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392B59 is #C6D4A6. Grayscale: #343434. Windows color (decimal): -13030567 or 5843769. OLE color: 5843769.

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

Color convert

RGB 57 43 89 -
CMYK 0.36 0.52 0 0.65
HSL 258.26º 0.35% 0.26% -
HSV(B) 258.26º 0.52% 0.35% -
XYZ 4.35 3.32 9.86 -
YUV 52.43 148.64 131.26 -
System Red Green Blue C M Y K H S L
Decimal 57 43 89 0.36 0.52 0 0.65 258.26 0.35 0.26
Hex 39 2B 59 24 34 0 41 102 23 1A
Octal 71 53 131 44 64 0 101 402 43 32
Binary 111001 101011 1011001 100100 110100 0 1000001 100000010 100011 11010

Color Harmonies of #392B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392B59

Black with #392B59

Text Example


Text Example

White with #392B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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