#314748

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

Shades of Dark Slate Grey #314748

Tints of Dark Slate Grey #314748

Color information

#314748 (or 0x314748) is unknown color: approx Dark Slate Grey. HEX triplet: 31, 47 and 48. RGB value is (49,71,72). Sum of RGB (Red+Green+Blue) = 49+71+72=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 72 - color contains mainly: blue. Hex color #314748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314748 is #CEB8B7. Grayscale: #404040. Windows color (decimal): -13547704 or 4736817. OLE color: 4736817.

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

Color convert

RGB497172-
CMYK0.320.0100.72
HSL182.61º19.01%23.73%-
HSV(B)182.61º31.94%28.24%-
XYZ4.695.636.97-
YUV64.54132.21116.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.52%
GREEN value IS 71 (28.12% from 255) = 36.98%
BLUE value IS 72 (28.52% from 255) = 37.5%
R=25.52%
G=36.98%
B=37.5%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4971720.320.0100.72182.6119.0123.73
Hex314748201048b71318
Octal6110711040101102672330
Binary11000110001111001000100000101001000101101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314748; }

 p { color: rgb(49,71,72); }

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

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

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

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

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

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

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