#314546

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

Shades of Dark Slate Grey #314546

Tints of Dark Slate Grey #314546

Color information

#314546 (or 0x314546) is unknown color: approx Dark Slate Grey. HEX triplet: 31, 45 and 46. RGB value is (49,69,70). Sum of RGB (Red+Green+Blue) = 49+69+70=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 70 - color contains mainly: blue. Hex color #314546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314546 is #CEBAB9. Grayscale: #3F3F3F. Windows color (decimal): -13548218 or 4605233. OLE color: 4605233.

HSL color Cylindrical-coordinate representation of color #314546: hue angle of 182.86º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #314546 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB496970-
CMYK0.300.0100.73
HSL182.86º17.65%23.33%-
HSV(B)182.86º30%27.45%-
XYZ4.55.356.59-
YUV63.13131.87117.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.06%
GREEN value IS 69 (27.34% from 255) = 36.70%
BLUE value IS 70 (27.73% from 255) = 37.23%
R=26.06%
G=36.70%
B=37.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4969700.300.0100.73182.8617.6523.33
Hex3145461E1049b71217
Octal6110510636101112672227
Binary1100011000101100011011110101001001101101111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314546; }

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

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

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

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

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

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

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

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