Html Css Color HEX #314747 Dark Slate Grey

📋 copy color: '#314747'

red 49 ◦ green 71 ◦ blue 71

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

Shades of Dark Slate Grey #314747

Tints of Dark Slate Grey #314747

RGB

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

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

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

R = 25.65%
G = 37.17%
B = 37.17%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#314747 (or 0x314747) is known color: Dark Slate Grey. HEX triplet: 31, 47 and 47. RGB value is (49,71,71). Sum of RGB (Red+Green+Blue) = 49+71+71=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 71 - color contains mainly: green, blue. Hex color #314747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314747 is #CEB8B8. Grayscale: #404040. Windows color (decimal): -13547705 or 4671281. OLE color: 4671281.

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

Color convert

RGB 49 71 71 -
CMYK 0.31 0 0 0.72
HSL 180º 0.18% 0.24% -
HSV(B) 180º 0.31% 0.28% -
XYZ 4.66 5.61 6.8 -
YUV 64.42 131.71 117 -
System Red Green Blue C M Y K H S L
Decimal 49 71 71 0.31 0 0 0.72 180 0.18 0.24
Hex 31 47 47 1F 0 0 48 B4 12 18
Octal 61 107 107 37 0 0 110 264 22 30
Binary 110001 1000111 1000111 11111 0 0 1001000 10110100 10010 11000

Color Harmonies of #314747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314747

Black with #314747

Text Example


Text Example

White with #314747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314747; }

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

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

background-color css

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

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

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

border-color css

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

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

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