#343053

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

Shades of Cherry Pie #343053

Tints of Cherry Pie #343053

Color information

#343053 (or 0x343053) is unknown color: approx Cherry Pie. HEX triplet: 34, 30 and 53. RGB value is (52,48,83). Sum of RGB (Red+Green+Blue) = 52+48+83=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #343053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343053 is #CBCFAC. Grayscale: #353535. Windows color (decimal): -13356973 or 5451828. OLE color: 5451828.

HSL color Cylindrical-coordinate representation of color #343053: hue angle of 246.86º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #343053 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB524883-
CMYK0.370.4200.67
HSL246.86º26.72%25.69%-
HSV(B)246.86º42.17%32.55%-
XYZ4.033.478.64-
YUV53.19144.83127.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.42%
GREEN value IS 48 (19.14% from 255) = 26.23%
BLUE value IS 83 (32.81% from 255) = 45.36%
R=28.42%
G=26.23%
B=45.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5248830.370.4200.67246.8626.7225.69
Hex343053252A043f71b1a
Octal6460123455201033673332
Binary110100110000101001110010110101001000011111101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343053; }

 p { color: rgb(52,48,83); }

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

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

 a { background-color: rgb(52,48,83); }

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

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

 span { border-color: rgb(52,48,83); }

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