#36314C

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

Shades of Cherry Pie #36314C

Tints of Cherry Pie #36314C

Color information

#36314C (or 0x36314C) is unknown color: approx Cherry Pie. HEX triplet: 36, 31 and 4C. RGB value is (54,49,76). Sum of RGB (Red+Green+Blue) = 54+49+76=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 76 (30.08% from 255 or 42.46% from 179); Max value from RGB is 76 - color contains mainly: blue. Hex color #36314C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36314C is #C9CEB3. Grayscale: #353535. Windows color (decimal): -13225652 or 4993334. OLE color: 4993334.

HSL color Cylindrical-coordinate representation of color #36314C: hue angle of 251.11º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #36314C is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB544976-
CMYK0.290.3600.70
HSL251.11º21.6%24.51%-
HSV(B)251.11º35.53%29.8%-
XYZ3.923.57.31-
YUV53.57140.66128.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.17%
GREEN value IS 49 (19.53% from 255) = 27.37%
BLUE value IS 76 (30.08% from 255) = 42.46%
R=30.17%
G=27.37%
B=42.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5449760.290.3600.70251.1121.624.51
Hex36314C1D24046fb1619
Octal6661114354401063732631
Binary11011011000110011001110110010001000110111110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36314C; }

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

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

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

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

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

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

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

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