#342F4F

Color #342F4F Cherry Pie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherry Pie #342F4F

Tints of Cherry Pie #342F4F

Color information

#342F4F (or 0x342F4F) is unknown color: approx Cherry Pie. HEX triplet: 34, 2F and 4F. RGB value is (52,47,79). Sum of RGB (Red+Green+Blue) = 52+47+79=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 47 (18.75% from 255 or 26.40% from 178); Blue value is 79 (31.25% from 255 or 44.38% from 178); Max value from RGB is 79 - color contains mainly: blue. Hex color #342F4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342F4F is #CBD0B0. Grayscale: #343434. Windows color (decimal): -13357233 or 5189428. OLE color: 5189428.

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

Color convert

RGB524779-
CMYK0.340.4100.69
HSL249.38º25.4%24.71%-
HSV(B)249.38º40.51%30.98%-
XYZ3.843.337.84-
YUV52.14143.16127.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.21%
GREEN value IS 47 (18.75% from 255) = 26.40%
BLUE value IS 79 (31.25% from 255) = 44.38%
R=29.21%
G=26.40%
B=44.38%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5247790.340.4100.69249.3825.424.71
Hex342F4F2229045f91919
Octal6457117425101053713131
Binary110100101111100111110001010100101000101111110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342F4F; }

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

 H1.HeaderClassName
 {
   color: #342F4F;
 }
 .AnyTagClassName
 {
   color: #342F4F;
 }
</style>
background-color css

<style>
 a { background-color: #342F4F; }

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

 div.DivClassName
 {
   background-color: #342F4F;
 }
 .BgClassName
 {
   background-color: #342F4F;
 }
</style>
border-color css

<style>
 span { border-color: #342F4F; }

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

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