Html Css Color HEX #314649 Dark Slate Grey

📋 copy color: '#314649'

red 49 ◦ green 70 ◦ blue 73

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

Shades of Dark Slate Grey #314649

Tints of Dark Slate Grey #314649

RGB

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

 GREEN value IS 70 (27.73% from 255) = 36.46%

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

R = 25.52%
G = 36.46%
B = 38.02%

CMYK

 C value IS 0.33

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#314649 (or 0x314649) is known color: Dark Slate Grey. HEX triplet: 31, 46 and 49. RGB value is (49,70,73). Sum of RGB (Red+Green+Blue) = 49+70+73=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 70 (27.73% from 255 or 36.46% from 192); Blue value is 73 (28.91% from 255 or 38.02% from 192); Max value from RGB is 73 - color contains mainly: blue. Hex color #314649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314649 is #CEB9B6. Grayscale: #404040. Windows color (decimal): -13547959 or 4802097. OLE color: 4802097.

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

Color convert

RGB 49 70 73 -
CMYK 0.33 0.04 0 0.71
HSL 187.5º 0.2% 0.24% -
HSV(B) 187.5º 0.33% 0.29% -
XYZ 4.66 5.51 7.12 -
YUV 64.06 133.04 117.26 -
System Red Green Blue C M Y K H S L
Decimal 49 70 73 0.33 0.04 0 0.71 187.5 0.2 0.24
Hex 31 46 49 21 4 0 47 BC 14 18
Octal 61 106 111 41 4 0 107 274 24 30
Binary 110001 1000110 1001001 100001 100 0 1000111 10111100 10100 11000

Color Harmonies of #314649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314649

Black with #314649

Text Example


Text Example

White with #314649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314649; }

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

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

background-color css

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

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

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

border-color css

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

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

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