#314849

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

Shades of Dark Slate Grey #314849

Tints of Dark Slate Grey #314849

Color information

#314849 (or 0x314849) is unknown color: approx Dark Slate Grey. HEX triplet: 31, 48 and 49. RGB value is (49,72,73). Sum of RGB (Red+Green+Blue) = 49+72+73=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 73 - color contains mainly: blue. Hex color #314849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314849 is #CEB7B6. Grayscale: #414141. Windows color (decimal): -13547447 or 4802609. OLE color: 4802609.

HSL color Cylindrical-coordinate representation of color #314849: hue angle of 182.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #314849 is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB497273-
CMYK0.330.0100.71
HSL182.5º19.67%23.92%-
HSV(B)182.5º32.88%28.63%-
XYZ4.795.777.16-
YUV65.24132.38116.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.26%
GREEN value IS 72 (28.52% from 255) = 37.11%
BLUE value IS 73 (28.91% from 255) = 37.63%
R=25.26%
G=37.11%
B=37.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4972730.330.0100.71182.519.6723.92
Hex314849211047b61418
Octal6111011141101072662430
Binary11000110010001001001100001101000111101101101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314849; }

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

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

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

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

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

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

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

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