#363049

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

Shades of Cherry Pie #363049

Tints of Cherry Pie #363049

Color information

#363049 (or 0x363049) is unknown color: approx Cherry Pie. HEX triplet: 36, 30 and 49. RGB value is (54,48,73). Sum of RGB (Red+Green+Blue) = 54+48+73=175 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.86% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 73 - color contains mainly: blue. Hex color #363049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363049 is #C9CFB6. Grayscale: #343434. Windows color (decimal): -13225911 or 4796470. OLE color: 4796470.

HSL color Cylindrical-coordinate representation of color #363049: hue angle of 254.4º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #363049 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB544873-
CMYK0.260.3400.71
HSL254.4º20.66%23.73%-
HSV(B)254.4º34.25%28.63%-
XYZ3.783.386.76-
YUV52.64139.49128.97-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.86%
GREEN value IS 48 (19.14% from 255) = 27.43%
BLUE value IS 73 (28.91% from 255) = 41.71%
R=30.86%
G=27.43%
B=41.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5448730.260.3400.71254.420.6623.73
Hex3630491A22047fe1518
Octal6660111324201073762530
Binary11011011000010010011101010001001000111111111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363049; }

 p { color: rgb(54,48,73); }

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

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

 a { background-color: rgb(54,48,73); }

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

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

 span { border-color: rgb(54,48,73); }

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