Html Css Color HEX #31494D Dark Slate Grey

📋 copy color: '#31494D'

red 49 ◦ green 73 ◦ blue 77

#31494D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #31494D

Tints of Dark Slate Grey #31494D

RGB

 RED value IS 49 (19.53% from 255) = 24.62%

 GREEN value IS 73 (28.91% from 255) = 36.68%

 BLUE value IS 77 (30.47% from 255) = 38.69%

R = 24.62%
G = 36.68%
B = 38.69%

CMYK

 C value IS 0.36

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#31494D (or 0x31494D) is known color: Dark Slate Grey. HEX triplet: 31, 49 and 4D. RGB value is (49,73,77). Sum of RGB (Red+Green+Blue) = 49+73+77=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 77 - color contains mainly: blue. Hex color #31494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31494D is #CEB6B2. Grayscale: #424242. Windows color (decimal): -13547187 or 5065009. OLE color: 5065009.

HSL color Cylindrical-coordinate representation of color #31494D: hue angle of 188.57º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #31494D is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 73 77 -
CMYK 0.36 0.05 0 0.70
HSL 188.57º 0.22% 0.25% -
HSV(B) 188.57º 0.36% 0.3% -
XYZ 4.99 5.95 7.91 -
YUV 66.28 134.05 115.67 -
System Red Green Blue C M Y K H S L
Decimal 49 73 77 0.36 0.05 0 0.70 188.57 0.22 0.25
Hex 31 49 4D 24 5 0 46 BD 16 19
Octal 61 111 115 44 5 0 106 275 26 31
Binary 110001 1001001 1001101 100100 101 0 1000110 10111101 10110 11001

Color Harmonies of #31494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31494D

Black with #31494D

Text Example


Text Example

White with #31494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31494D; }

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

 H1.HeaderClassName
 {
   color: #31494D;
 }
 .AnyTagClassName
 {
   color: #31494D;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #31494D;
 }
 .BgClassName
 {
   background-color: #31494D;
 }
</style>

border-color css

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

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

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