#324649

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

Shades of Dark Slate Grey #324649

Tints of Dark Slate Grey #324649

Color information

#324649 (or 0x324649) is unknown color: approx Dark Slate Grey. HEX triplet: 32, 46 and 49. RGB value is (50,70,73). Sum of RGB (Red+Green+Blue) = 50+70+73=193 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.91% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 73 - color contains mainly: blue. Hex color #324649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324649 is #CDB9B6. Grayscale: #404040. Windows color (decimal): -13482423 or 4802098. OLE color: 4802098.

HSL color Cylindrical-coordinate representation of color #324649: hue angle of 187.83º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #324649 is Cyan = 0.32, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB507073-
CMYK0.320.0400.71
HSL187.83º18.7%24.12%-
HSV(B)187.83º31.51%28.63%-
XYZ4.715.547.12-
YUV64.36132.87117.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.91%
GREEN value IS 70 (27.73% from 255) = 36.27%
BLUE value IS 73 (28.91% from 255) = 37.82%
R=25.91%
G=36.27%
B=37.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5070730.320.0400.71187.8318.724.12
Hex324649204047bc1318
Octal6210611140401072742330
Binary1100101000110100100110000010001000111101111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324649; }

 p { color: rgb(50,70,73); }

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

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

 a { background-color: rgb(50,70,73); }

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

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

 span { border-color: rgb(50,70,73); }

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