Html Css Color HEX #314647 Dark Slate Grey

📋 copy color: '#314647'

red 49 ◦ green 70 ◦ blue 71

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

Shades of Dark Slate Grey #314647

Tints of Dark Slate Grey #314647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 37.37%

R = 25.79%
G = 36.84%
B = 37.37%

CMYK

 C value IS 0.31

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#314647 (or 0x314647) is known color: Dark Slate Grey. HEX triplet: 31, 46 and 47. RGB value is (49,70,71). Sum of RGB (Red+Green+Blue) = 49+70+71=190 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.79% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 71 - color contains mainly: blue. Hex color #314647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314647 is #CEB9B8. Grayscale: #3F3F3F. Windows color (decimal): -13547961 or 4671025. OLE color: 4671025.

HSL color Cylindrical-coordinate representation of color #314647: hue angle of 182.73º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #314647 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 70 71 -
CMYK 0.31 0.01 0 0.72
HSL 182.73º 0.18% 0.24% -
HSV(B) 182.73º 0.31% 0.28% -
XYZ 4.59 5.49 6.78 -
YUV 63.84 132.04 117.42 -
System Red Green Blue C M Y K H S L
Decimal 49 70 71 0.31 0.01 0 0.72 182.73 0.18 0.24
Hex 31 46 47 1F 1 0 48 B7 12 18
Octal 61 106 107 37 1 0 110 267 22 30
Binary 110001 1000110 1000111 11111 1 0 1001000 10110111 10010 11000

Color Harmonies of #314647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314647

Black with #314647

Text Example


Text Example

White with #314647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314647; }

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

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

background-color css

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

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

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

border-color css

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

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

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