#362E48

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

Shades of Cherry Pie #362E48

Tints of Cherry Pie #362E48

Color information

#362E48 (or 0x362E48) is unknown color: approx Cherry Pie. HEX triplet: 36, 2E and 48. RGB value is (54,46,72). Sum of RGB (Red+Green+Blue) = 54+46+72=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 72 - color contains mainly: blue. Hex color #362E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362E48 is #C9D1B7. Grayscale: #333333. Windows color (decimal): -13226424 or 4730422. OLE color: 4730422.

HSL color Cylindrical-coordinate representation of color #362E48: hue angle of 258.46º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #362E48 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB544672-
CMYK0.250.3600.72
HSL258.46º22.03%23.14%-
HSV(B)258.46º36.11%28.24%-
XYZ3.673.216.56-
YUV51.36139.65129.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.40%
GREEN value IS 46 (18.36% from 255) = 26.74%
BLUE value IS 72 (28.52% from 255) = 41.86%
R=31.40%
G=26.74%
B=41.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5446720.250.3600.72258.4622.0323.14
Hex362E4819240481021617
Octal6656110314401104022627
Binary110110101110100100011001100100010010001000000101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,46,72); }

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

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

 a { background-color: rgb(54,46,72); }

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

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

 span { border-color: rgb(54,46,72); }

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