Html Css Color HEX #31494C Dark Slate Grey

📋 copy color: '#31494C'

red 49 ◦ green 73 ◦ blue 76

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

Shades of Dark Slate Grey #31494C

Tints of Dark Slate Grey #31494C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 38.38%

R = 24.75%
G = 36.87%
B = 38.38%

CMYK

 C value IS 0.36

 M value IS 0.04

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#31494C (or 0x31494C) is known color: Dark Slate Grey. HEX triplet: 31, 49 and 4C. RGB value is (49,73,76). Sum of RGB (Red+Green+Blue) = 49+73+76=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 76 - color contains mainly: blue. Hex color #31494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31494C is #CEB6B3. Grayscale: #424242. Windows color (decimal): -13547188 or 4999473. OLE color: 4999473.

HSL color Cylindrical-coordinate representation of color #31494C: hue angle of 186.67º 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 #31494C is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 73 76 -
CMYK 0.36 0.04 0 0.70
HSL 186.67º 0.22% 0.25% -
HSV(B) 186.67º 0.36% 0.3% -
XYZ 4.95 5.94 7.72 -
YUV 66.17 133.55 115.76 -
System Red Green Blue C M Y K H S L
Decimal 49 73 76 0.36 0.04 0 0.70 186.67 0.22 0.25
Hex 31 49 4C 24 4 0 46 BB 16 19
Octal 61 111 114 44 4 0 106 273 26 31
Binary 110001 1001001 1001100 100100 100 0 1000110 10111011 10110 11001

Color Harmonies of #31494C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31494C

Black with #31494C

Text Example


Text Example

White with #31494C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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