Html Css Color HEX #39314C Cherry Pie

📋 copy color: '#39314C'

red 57 ◦ green 49 ◦ blue 76

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

Shades of Cherry Pie #39314C

Tints of Cherry Pie #39314C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.92%

 BLUE value IS 76 (30.08% from 255) = 41.76%

R = 31.32%
G = 26.92%
B = 41.76%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#39314C (or 0x39314C) is known color: Cherry Pie. HEX triplet: 39, 31 and 4C. RGB value is (57,49,76). Sum of RGB (Red+Green+Blue) = 57+49+76=182 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.32% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 76 - color contains mainly: blue. Hex color #39314C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39314C is #C6CEB3. Grayscale: #363636. Windows color (decimal): -13029044 or 4993337. OLE color: 4993337.

HSL color Cylindrical-coordinate representation of color #39314C: hue angle of 257.78º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #39314C is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 57 49 76 -
CMYK 0.25 0.36 0 0.70
HSL 257.78º 0.22% 0.25% -
HSV(B) 257.78º 0.36% 0.3% -
XYZ 4.09 3.59 7.31 -
YUV 54.47 140.15 129.8 -
System Red Green Blue C M Y K H S L
Decimal 57 49 76 0.25 0.36 0 0.70 257.78 0.22 0.25
Hex 39 31 4C 19 24 0 46 102 16 19
Octal 71 61 114 31 44 0 106 402 26 31
Binary 111001 110001 1001100 11001 100100 0 1000110 100000010 10110 11001

Color Harmonies of #39314C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39314C

Black with #39314C

Text Example


Text Example

White with #39314C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39314C; }

 p { color: rgb(57,49,76); }

 H1.HeaderClassName
 {
   color: #39314C;
 }
 .AnyTagClassName
 {
   color: #39314C;
 }
</style>

background-color css

<style>
 a { background-color: #39314C; }

 a { background-color: rgb(57,49,76); }

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

border-color css

<style>
 span { border-color: #39314C; }

 span { border-color: rgb(57,49,76); }

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