#31494C

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

Shades of Dark Slate Grey #31494C

Tints of Dark Slate Grey #31494C

Color information

#31494C (or 0x31494C) is unknown color: approx Dark Slate Grey. HEX triplet: 31, 49 and 4C. RGB value is (49,73,76). Sum of RGB (Red+Green+Blue) = 49+73+76=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 76 - color contains mainly: blue. Hex color #31494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31494C is #CEB6B3. Grayscale: #424242. Windows color (decimal): -13547188 or 4999473. OLE color: 4999473.

HSL color Cylindrical-coordinate representation of color #31494C: hue angle of 186.67º 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 #31494C is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB497376-
CMYK0.360.0400.70
HSL186.67º21.6%24.51%-
HSV(B)186.67º35.53%29.8%-
XYZ4.955.947.72-
YUV66.17133.55115.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.75%
GREEN value IS 73 (28.91% from 255) = 36.87%
BLUE value IS 76 (30.08% from 255) = 38.38%
R=24.75%
G=36.87%
B=38.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4973760.360.0400.70186.6721.624.51
Hex31494C244046bb1619
Octal6111111444401062732631
Binary1100011001001100110010010010001000110101110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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