#314F51

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

Shades of Dark Slate Grey #314F51

Tints of Dark Slate Grey #314F51

Color information

#314F51 (or 0x314F51) is unknown color: approx Dark Slate Grey. HEX triplet: 31, 4F and 51. RGB value is (49,79,81). Sum of RGB (Red+Green+Blue) = 49+79+81=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 79 (31.25% from 255 or 37.80% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 81 - color contains mainly: blue. Hex color #314F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314F51 is #CEB0AE. Grayscale: #464646. Windows color (decimal): -13545647 or 5328689. OLE color: 5328689.

HSL color Cylindrical-coordinate representation of color #314F51: hue angle of 183.75º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #314F51 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB497981-
CMYK0.400.0200.68
HSL183.75º24.62%25.49%-
HSV(B)183.75º39.51%31.76%-
XYZ5.556.848.81-
YUV70.26134.06112.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.44%
GREEN value IS 79 (31.25% from 255) = 37.80%
BLUE value IS 81 (32.03% from 255) = 38.76%
R=23.44%
G=37.80%
B=38.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4979810.400.0200.68183.7524.6225.49
Hex314F51282044b81919
Octal6111712150201042703131
Binary110001100111110100011010001001000100101110001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314F51; }

 p { color: rgb(49,79,81); }

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

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

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

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

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

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

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