Html Css Color HEX #314547 Dark Slate Grey

📋 copy color: '#314547'

red 49 ◦ green 69 ◦ blue 71

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

Shades of Dark Slate Grey #314547

Tints of Dark Slate Grey #314547

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.51%

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

R = 25.93%
G = 36.51%
B = 37.57%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#314547 (or 0x314547) is known color: Dark Slate Grey. HEX triplet: 31, 45 and 47. RGB value is (49,69,71). Sum of RGB (Red+Green+Blue) = 49+69+71=189 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.93% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 71 (28.12% from 255 or 37.57% from 189); Max value from RGB is 71 - color contains mainly: blue. Hex color #314547 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314547 is #CEBAB8. Grayscale: #3F3F3F. Windows color (decimal): -13548217 or 4670769. OLE color: 4670769.

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

Color convert

RGB 49 69 71 -
CMYK 0.31 0.03 0 0.72
HSL 185.45º 0.18% 0.24% -
HSV(B) 185.45º 0.31% 0.28% -
XYZ 4.53 5.36 6.76 -
YUV 63.25 132.37 117.84 -
System Red Green Blue C M Y K H S L
Decimal 49 69 71 0.31 0.03 0 0.72 185.45 0.18 0.24
Hex 31 45 47 1F 3 0 48 B9 12 18
Octal 61 105 107 37 3 0 110 271 22 30
Binary 110001 1000101 1000111 11111 11 0 1001000 10111001 10010 11000

Color Harmonies of #314547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314547

Black with #314547

Text Example


Text Example

White with #314547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314547; }

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

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

background-color css

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

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

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

border-color css

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

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

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