#324747

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

Shades of Dark Slate Grey #324747

Tints of Dark Slate Grey #324747

Color information

#324747 (or 0x324747) is unknown color: approx Dark Slate Grey. HEX triplet: 32, 47 and 47. RGB value is (50,71,71). Sum of RGB (Red+Green+Blue) = 50+71+71=192 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.04% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 71 (28.12% from 255 or 36.98% from 192); Max value from RGB is 71 - color contains mainly: green, blue. Hex color #324747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324747 is #CDB8B8. Grayscale: #404040. Windows color (decimal): -13482169 or 4671282. OLE color: 4671282.

HSL color Cylindrical-coordinate representation of color #324747: hue angle of 180º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #324747 is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB507171-
CMYK0.30000.72
HSL180º17.36%23.73%-
HSV(B)180º29.58%27.84%-
XYZ4.715.646.8-
YUV64.72131.54117.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.04%
GREEN value IS 71 (28.12% from 255) = 36.98%
BLUE value IS 71 (28.12% from 255) = 36.98%
R=26.04%
G=36.98%
B=36.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5071710.30000.7218017.3623.73
Hex3247471E0048b41118
Octal6210710736001102642130
Binary1100101000111100011111110001001000101101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324747; }

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

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

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

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

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

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

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

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