Html Css Color HEX #314949 Dark Slate Grey

📋 copy color: '#314949'

red 49 ◦ green 73 ◦ blue 73

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

Shades of Dark Slate Grey #314949

Tints of Dark Slate Grey #314949

RGB

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

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

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

R = 25.13%
G = 37.44%
B = 37.44%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#314949 (or 0x314949) is known color: Dark Slate Grey. HEX triplet: 31, 49 and 49. RGB value is (49,73,73). Sum of RGB (Red+Green+Blue) = 49+73+73=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 73 - color contains mainly: green, blue. Hex color #314949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314949 is #CEB6B6. Grayscale: #414141. Windows color (decimal): -13547191 or 4802865. OLE color: 4802865.

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

Color convert

RGB 49 73 73 -
CMYK 0.33 0 0 0.71
HSL 180º 0.2% 0.24% -
HSV(B) 180º 0.33% 0.29% -
XYZ 4.85 5.9 7.19 -
YUV 65.82 132.05 116 -
System Red Green Blue C M Y K H S L
Decimal 49 73 73 0.33 0 0 0.71 180 0.2 0.24
Hex 31 49 49 21 0 0 47 B4 14 18
Octal 61 111 111 41 0 0 107 264 24 30
Binary 110001 1001001 1001001 100001 0 0 1000111 10110100 10100 11000

Color Harmonies of #314949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314949

Black with #314949

Text Example


Text Example

White with #314949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314949; }

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

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

background-color css

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

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

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

border-color css

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

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

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