#314647

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

Shades of Dark Slate Grey #314647

Tints of Dark Slate Grey #314647

Color information

#314647 (or 0x314647) is unknown color: approx Dark Slate Grey. HEX triplet: 31, 46 and 47. RGB value is (49,70,71). Sum of RGB (Red+Green+Blue) = 49+70+71=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 71 - color contains mainly: blue. Hex color #314647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314647 is #CEB9B8. Grayscale: #3F3F3F. Windows color (decimal): -13547961 or 4671025. OLE color: 4671025.

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

Color convert

RGB497071-
CMYK0.310.0100.72
HSL182.73º18.33%23.53%-
HSV(B)182.73º30.99%27.84%-
XYZ4.595.496.78-
YUV63.84132.04117.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.79%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 71 (28.12% from 255) = 37.37%
R=25.79%
G=36.84%
B=37.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4970710.310.0100.72182.7318.3323.53
Hex3146471F1048b71218
Octal6110610737101102672230
Binary1100011000110100011111111101001000101101111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314647; }

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

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

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

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

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

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

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

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