#314547

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

Shades of Dark Slate Grey #314547

Tints of Dark Slate Grey #314547

Color information

#314547 (or 0x314547) is unknown color: approx Dark Slate Grey. HEX triplet: 31, 45 and 47. RGB value is (49,69,71). Sum of RGB (Red+Green+Blue) = 49+69+71=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 71 - color contains mainly: blue. Hex color #314547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314547 is #CEBAB8. Grayscale: #3F3F3F. Windows color (decimal): -13548217 or 4670769. OLE color: 4670769.

HSL color Cylindrical-coordinate representation of color #314547: hue angle of 185.45º 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 #314547 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB496971-
CMYK0.310.0300.72
HSL185.45º18.33%23.53%-
HSV(B)185.45º30.99%27.84%-
XYZ4.535.366.76-
YUV63.25132.37117.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.93%
GREEN value IS 69 (27.34% from 255) = 36.51%
BLUE value IS 71 (28.12% from 255) = 37.57%
R=25.93%
G=36.51%
B=37.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4969710.310.0300.72185.4518.3323.53
Hex3145471F3048b91218
Octal6110510737301102712230
Binary11000110001011000111111111101001000101110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314547; }

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

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

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

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

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

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

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

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