#363350

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

Shades of Cherry Pie #363350

Tints of Cherry Pie #363350

Color information

#363350 (or 0x363350) is unknown color: approx Cherry Pie. HEX triplet: 36, 33 and 50. RGB value is (54,51,80). Sum of RGB (Red+Green+Blue) = 54+51+80=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #363350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363350 is #C9CCAF. Grayscale: #373737. Windows color (decimal): -13225136 or 5255990. OLE color: 5255990.

HSL color Cylindrical-coordinate representation of color #363350: hue angle of 246.21º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #363350 is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB545180-
CMYK0.330.3600.69
HSL246.21º22.14%25.69%-
HSV(B)246.21º36.25%31.37%-
XYZ4.153.738.09-
YUV55.2141.99127.14-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.19%
GREEN value IS 51 (20.31% from 255) = 27.57%
BLUE value IS 80 (31.64% from 255) = 43.24%
R=29.19%
G=27.57%
B=43.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5451800.330.3600.69246.2122.1425.69
Hex3633502124045f6161a
Octal6663120414401053662632
Binary110110110011101000010000110010001000101111101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363350; }

 p { color: rgb(54,51,80); }

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

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

 a { background-color: rgb(54,51,80); }

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

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

 span { border-color: rgb(54,51,80); }

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