Html Css Color HEX #39304D Cherry Pie

📋 copy color: '#39304D'

red 57 ◦ green 48 ◦ blue 77

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

Shades of Cherry Pie #39304D

Tints of Cherry Pie #39304D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 42.31%

R = 31.32%
G = 26.37%
B = 42.31%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#39304D (or 0x39304D) is known color: Cherry Pie. HEX triplet: 39, 30 and 4D. RGB value is (57,48,77). Sum of RGB (Red+Green+Blue) = 57+48+77=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 77 - color contains mainly: blue. Hex color #39304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39304D is #C6CFB2. Grayscale: #353535. Windows color (decimal): -13029299 or 5058617. OLE color: 5058617.

HSL color Cylindrical-coordinate representation of color #39304D: hue angle of 258.62º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #39304D is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 57 48 77 -
CMYK 0.26 0.38 0 0.70
HSL 258.62º 0.23% 0.25% -
HSV(B) 258.62º 0.38% 0.3% -
XYZ 4.08 3.52 7.49 -
YUV 54 140.98 130.14 -
System Red Green Blue C M Y K H S L
Decimal 57 48 77 0.26 0.38 0 0.70 258.62 0.23 0.25
Hex 39 30 4D 1A 26 0 46 103 17 19
Octal 71 60 115 32 46 0 106 403 27 31
Binary 111001 110000 1001101 11010 100110 0 1000110 100000011 10111 11001

Color Harmonies of #39304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39304D

Black with #39304D

Text Example


Text Example

White with #39304D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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