#362F50

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

Shades of Cherry Pie #362F50

Tints of Cherry Pie #362F50

Color information

#362F50 (or 0x362F50) is unknown color: approx Cherry Pie. HEX triplet: 36, 2F and 50. RGB value is (54,47,80). Sum of RGB (Red+Green+Blue) = 54+47+80=181 (23% of max value = 765). Red value is 54 (21.48% from 255 or 29.83% from 181); Green value is 47 (18.75% from 255 or 25.97% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 80 - color contains mainly: blue. Hex color #362F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362F50 is #C9D0AF. Grayscale: #343434. Windows color (decimal): -13226160 or 5254966. OLE color: 5254966.

HSL color Cylindrical-coordinate representation of color #362F50: hue angle of 252.73º degrees, saturation: 0.26, 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 #362F50 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB544780-
CMYK0.330.4100.69
HSL252.73º25.98%24.9%-
HSV(B)252.73º41.25%31.37%-
XYZ3.993.48.03-
YUV52.86143.32128.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.83%
GREEN value IS 47 (18.75% from 255) = 25.97%
BLUE value IS 80 (31.64% from 255) = 44.20%
R=29.83%
G=25.97%
B=44.20%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5447800.330.4100.69252.7325.9824.9
Hex362F502129045fd1a19
Octal6657120415101053753231
Binary110110101111101000010000110100101000101111111011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362F50; }

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

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

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

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

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

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

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

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