Html Css Color HEX #39334D Cherry Pie

📋 copy color: '#39334D'

red 57 ◦ green 51 ◦ blue 77

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

Shades of Cherry Pie #39334D

Tints of Cherry Pie #39334D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.57%

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

R = 30.81%
G = 27.57%
B = 41.62%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#39334D (or 0x39334D) is known color: Cherry Pie. HEX triplet: 39, 33 and 4D. RGB value is (57,51,77). Sum of RGB (Red+Green+Blue) = 57+51+77=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 77 - color contains mainly: blue. Hex color #39334D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39334D is #C6CCB2. Grayscale: #373737. Windows color (decimal): -13028531 or 5059385. OLE color: 5059385.

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

Color convert

RGB 57 51 77 -
CMYK 0.26 0.34 0 0.70
HSL 253.85º 0.2% 0.25% -
HSV(B) 253.85º 0.34% 0.3% -
XYZ 4.21 3.77 7.53 -
YUV 55.76 139.99 128.89 -
System Red Green Blue C M Y K H S L
Decimal 57 51 77 0.26 0.34 0 0.70 253.85 0.2 0.25
Hex 39 33 4D 1A 22 0 46 FE 14 19
Octal 71 63 115 32 42 0 106 376 24 31
Binary 111001 110011 1001101 11010 100010 0 1000110 11111110 10100 11001

Color Harmonies of #39334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39334D

Black with #39334D

Text Example


Text Example

White with #39334D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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