#324D50

Color #324D50 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #324D50

Tints of Dark Slate Grey #324D50

Color information

#324D50 (or 0x324D50) is unknown color: approx Dark Slate Grey. HEX triplet: 32, 4D and 50. RGB value is (50,77,80). Sum of RGB (Red+Green+Blue) = 50+77+80=207 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.15% from 207); Green value is 77 (30.47% from 255 or 37.20% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 80 - color contains mainly: blue. Hex color #324D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324D50 is #CDB2AF. Grayscale: #454545. Windows color (decimal): -13480624 or 5262642. OLE color: 5262642.

HSL color Cylindrical-coordinate representation of color #324D50: hue angle of 186º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #324D50 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB507780-
CMYK0.370.0400.69
HSL186º23.08%25.49%-
HSV(B)186º37.5%31.37%-
XYZ5.426.578.57-
YUV69.27134.05114.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.15%
GREEN value IS 77 (30.47% from 255) = 37.20%
BLUE value IS 80 (31.64% from 255) = 38.65%
R=24.15%
G=37.20%
B=38.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5077800.370.0400.6918623.0825.49
Hex324D50254045ba1719
Octal6211512045401052722731
Binary1100101001101101000010010110001000101101110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324D50; }

 p { color: rgb(50,77,80); }

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

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

 a { background-color: rgb(50,77,80); }

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

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

 span { border-color: rgb(50,77,80); }

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