Html Css Color HEX #39304F Cherry Pie

📋 copy color: '#39304F'

red 57 ◦ green 48 ◦ blue 79

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

Shades of Cherry Pie #39304F

Tints of Cherry Pie #39304F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.09%

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

R = 30.98%
G = 26.09%
B = 42.93%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#39304F (or 0x39304F) is known color: Cherry Pie. HEX triplet: 39, 30 and 4F. RGB value is (57,48,79). Sum of RGB (Red+Green+Blue) = 57+48+79=184 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.98% from 184); Green value is 48 (19.14% from 255 or 26.09% from 184); Blue value is 79 (31.25% from 255 or 42.93% from 184); Max value from RGB is 79 - color contains mainly: blue. Hex color #39304F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39304F is #C6CFB0. Grayscale: #363636. Windows color (decimal): -13029297 or 5189689. OLE color: 5189689.

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

Color convert

RGB 57 48 79 -
CMYK 0.28 0.39 0 0.69
HSL 257.42º 0.24% 0.25% -
HSV(B) 257.42º 0.39% 0.31% -
XYZ 4.16 3.55 7.86 -
YUV 54.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 57 48 79 0.28 0.39 0 0.69 257.42 0.24 0.25
Hex 39 30 4F 1C 27 0 45 101 18 19
Octal 71 60 117 34 47 0 105 401 30 31
Binary 111001 110000 1001111 11100 100111 0 1000101 100000001 11000 11001

Color Harmonies of #39304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39304F

Black with #39304F

Text Example


Text Example

White with #39304F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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