Html Css Color HEX #392F54 Cherry Pie

📋 copy color: '#392F54'

red 57 ◦ green 47 ◦ blue 84

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

Shades of Cherry Pie #392F54

Tints of Cherry Pie #392F54

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25%

 BLUE value IS 84 (33.2% from 255) = 44.68%

R = 30.32%
G = 25%
B = 44.68%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#392F54 (or 0x392F54) is known color: Cherry Pie. HEX triplet: 39, 2F and 54. RGB value is (57,47,84). Sum of RGB (Red+Green+Blue) = 57+47+84=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 84 - color contains mainly: blue. Hex color #392F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #392F54 is #C6D0AB. Grayscale: #363636. Windows color (decimal): -13029548 or 5517113. OLE color: 5517113.

HSL color Cylindrical-coordinate representation of color #392F54: hue angle of 256.22º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #392F54 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 57 47 84 -
CMYK 0.32 0.44 0 0.67
HSL 256.22º 0.28% 0.26% -
HSV(B) 256.22º 0.44% 0.33% -
XYZ 4.3 3.54 8.84 -
YUV 54.21 144.81 129.99 -
System Red Green Blue C M Y K H S L
Decimal 57 47 84 0.32 0.44 0 0.67 256.22 0.28 0.26
Hex 39 2F 54 20 2C 0 43 100 1C 1A
Octal 71 57 124 40 54 0 103 400 34 32
Binary 111001 101111 1010100 100000 101100 0 1000011 100000000 11100 11010

Color Harmonies of #392F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392F54

Black with #392F54

Text Example


Text Example

White with #392F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,47,84); }

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

background-color css

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

 a { background-color: rgb(57,47,84); }

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

border-color css

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

 span { border-color: rgb(57,47,84); }

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