Html Css Color HEX #34314F Cherry Pie

📋 copy color: '#34314F'

red 52 ◦ green 49 ◦ blue 79

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

Shades of Cherry Pie #34314F

Tints of Cherry Pie #34314F

RGB

 RED value IS 52 (20.7% from 255) = 28.89%

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

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

R = 28.89%
G = 27.22%
B = 43.89%

CMYK

 C value IS 0.34

 M value IS 0.38

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#34314F (or 0x34314F) is known color: Cherry Pie. HEX triplet: 34, 31 and 4F. RGB value is (52,49,79). Sum of RGB (Red+Green+Blue) = 52+49+79=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 49 (19.53% from 255 or 27.22% from 180); Blue value is 79 (31.25% from 255 or 43.89% from 180); Max value from RGB is 79 - color contains mainly: blue. Hex color #34314F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34314F is #CBCEB0. Grayscale: #353535. Windows color (decimal): -13356721 or 5189940. OLE color: 5189940.

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

Color convert

RGB 52 49 79 -
CMYK 0.34 0.38 0 0.69
HSL 246º 0.23% 0.25% -
HSV(B) 246º 0.38% 0.31% -
XYZ 3.93 3.49 7.86 -
YUV 53.32 142.49 127.06 -
System Red Green Blue C M Y K H S L
Decimal 52 49 79 0.34 0.38 0 0.69 246 0.23 0.25
Hex 34 31 4F 22 26 0 45 F6 17 19
Octal 64 61 117 42 46 0 105 366 27 31
Binary 110100 110001 1001111 100010 100110 0 1000101 11110110 10111 11001

Color Harmonies of #34314F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34314F

Black with #34314F

Text Example


Text Example

White with #34314F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,49,79); }

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

background-color css

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

 a { background-color: rgb(52,49,79); }

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

border-color css

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

 span { border-color: rgb(52,49,79); }

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