#314949

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

Shades of Dark Slate Grey #314949

Tints of Dark Slate Grey #314949

Color information

#314949 (or 0x314949) is unknown color: approx Dark Slate Grey. HEX triplet: 31, 49 and 49. RGB value is (49,73,73). Sum of RGB (Red+Green+Blue) = 49+73+73=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 73 - color contains mainly: green, blue. Hex color #314949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314949 is #CEB6B6. Grayscale: #414141. Windows color (decimal): -13547191 or 4802865. OLE color: 4802865.

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

Color convert

RGB497373-
CMYK0.33000.71
HSL180º19.67%23.92%-
HSV(B)180º32.88%28.63%-
XYZ4.855.97.19-
YUV65.82132.05116-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.13%
GREEN value IS 73 (28.91% from 255) = 37.44%
BLUE value IS 73 (28.91% from 255) = 37.44%
R=25.13%
G=37.44%
B=37.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4973730.33000.7118019.6723.92
Hex314949210047b41418
Octal6111111141001072642430
Binary11000110010011001001100001001000111101101001010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314949; }

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

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

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

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

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

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

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

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