#362B4C

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

Shades of Cherry Pie #362B4C

Tints of Cherry Pie #362B4C

Color information

#362B4C (or 0x362B4C) is unknown color: approx Cherry Pie. HEX triplet: 36, 2B and 4C. RGB value is (54,43,76). Sum of RGB (Red+Green+Blue) = 54+43+76=173 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.21% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 76 - color contains mainly: blue. Hex color #362B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362B4C is #C9D4B3. Grayscale: #313131. Windows color (decimal): -13227188 or 4991798. OLE color: 4991798.

HSL color Cylindrical-coordinate representation of color #362B4C: hue angle of 260º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #362B4C is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB544376-
CMYK0.290.4300.70
HSL260º27.73%23.33%-
HSV(B)260º43.42%29.8%-
XYZ3.693.037.23-
YUV50.05142.64130.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.21%
GREEN value IS 43 (17.19% from 255) = 24.86%
BLUE value IS 76 (30.08% from 255) = 43.93%
R=31.21%
G=24.86%
B=43.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5443760.290.4300.7026027.7323.33
Hex362B4C1D2B0461041c17
Octal6653114355301064043427
Binary110110101011100110011101101011010001101000001001110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,43,76); }

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

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

 a { background-color: rgb(54,43,76); }

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

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

 span { border-color: rgb(54,43,76); }

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