Html Css Color HEX #39354F Cherry Pie

📋 copy color: '#39354F'

red 57 ◦ green 53 ◦ blue 79

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

Shades of Cherry Pie #39354F

Tints of Cherry Pie #39354F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.04%

 BLUE value IS 79 (31.25% from 255) = 41.8%

R = 30.16%
G = 28.04%
B = 41.8%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#39354F (or 0x39354F) is known color: Cherry Pie. HEX triplet: 39, 35 and 4F. RGB value is (57,53,79). Sum of RGB (Red+Green+Blue) = 57+53+79=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 79 - color contains mainly: blue. Hex color #39354F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39354F is #C6CAB0. Grayscale: #393939. Windows color (decimal): -13028017 or 5190969. OLE color: 5190969.

HSL color Cylindrical-coordinate representation of color #39354F: hue angle of 249.23º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #39354F is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 57 53 79 -
CMYK 0.28 0.33 0 0.69
HSL 249.23º 0.2% 0.26% -
HSV(B) 249.23º 0.33% 0.31% -
XYZ 4.37 3.98 7.94 -
YUV 57.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 57 53 79 0.28 0.33 0 0.69 249.23 0.2 0.26
Hex 39 35 4F 1C 21 0 45 F9 14 1A
Octal 71 65 117 34 41 0 105 371 24 32
Binary 111001 110101 1001111 11100 100001 0 1000101 11111001 10100 11010

Color Harmonies of #39354F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39354F

Black with #39354F

Text Example


Text Example

White with #39354F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39354F; }

 p { color: rgb(57,53,79); }

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

background-color css

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

 a { background-color: rgb(57,53,79); }

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

border-color css

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

 span { border-color: rgb(57,53,79); }

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