#324749

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

Shades of Dark Slate Grey #324749

Tints of Dark Slate Grey #324749

Color information

#324749 (or 0x324749) is unknown color: approx Dark Slate Grey. HEX triplet: 32, 47 and 49. RGB value is (50,71,73). Sum of RGB (Red+Green+Blue) = 50+71+73=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 73 - color contains mainly: blue. Hex color #324749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324749 is #CDB8B6. Grayscale: #404040. Windows color (decimal): -13482167 or 4802354. OLE color: 4802354.

HSL color Cylindrical-coordinate representation of color #324749: hue angle of 185.22º 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 #324749 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB507173-
CMYK0.320.0300.71
HSL185.22º18.7%24.12%-
HSV(B)185.22º31.51%28.63%-
XYZ4.775.677.15-
YUV64.95132.54117.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.77%
GREEN value IS 71 (28.12% from 255) = 36.60%
BLUE value IS 73 (28.91% from 255) = 37.63%
R=25.77%
G=36.60%
B=37.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5071730.320.0300.71185.2218.724.12
Hex324749203047b91318
Octal6210711140301072712330
Binary110010100011110010011000001101000111101110011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324749; }

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

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

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

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

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

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

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

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