Html Css Color HEX #314749 Dark Slate Grey

📋 copy color: '#314749'

red 49 ◦ green 71 ◦ blue 73

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

Shades of Dark Slate Grey #314749

Tints of Dark Slate Grey #314749

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.79%

 BLUE value IS 73 (28.91% from 255) = 37.82%

R = 25.39%
G = 36.79%
B = 37.82%

CMYK

 C value IS 0.33

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#314749 (or 0x314749) is known color: Dark Slate Grey. HEX triplet: 31, 47 and 49. RGB value is (49,71,73). Sum of RGB (Red+Green+Blue) = 49+71+73=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 71 (28.12% from 255 or 36.79% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 73 - color contains mainly: blue. Hex color #314749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314749 is #CEB8B6. Grayscale: #404040. Windows color (decimal): -13547703 or 4802353. OLE color: 4802353.

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

Color convert

RGB 49 71 73 -
CMYK 0.33 0.03 0 0.71
HSL 185º 0.2% 0.24% -
HSV(B) 185º 0.33% 0.29% -
XYZ 4.72 5.64 7.14 -
YUV 64.65 132.71 116.84 -
System Red Green Blue C M Y K H S L
Decimal 49 71 73 0.33 0.03 0 0.71 185 0.2 0.24
Hex 31 47 49 21 3 0 47 B9 14 18
Octal 61 107 111 41 3 0 107 271 24 30
Binary 110001 1000111 1001001 100001 11 0 1000111 10111001 10100 11000

Color Harmonies of #314749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314749

Black with #314749

Text Example


Text Example

White with #314749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314749; }

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

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

background-color css

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

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

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

border-color css

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

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

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