Html Css Color HEX #314D51 Dark Slate Grey

📋 copy color: '#314D51'

red 49 ◦ green 77 ◦ blue 81

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

Shades of Dark Slate Grey #314D51

Tints of Dark Slate Grey #314D51

RGB

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

 GREEN value IS 77 (30.47% from 255) = 37.2%

 BLUE value IS 81 (32.03% from 255) = 39.13%

R = 23.67%
G = 37.2%
B = 39.13%

CMYK

 C value IS 0.40

 M value IS 0.05

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#314D51 (or 0x314D51) is known color: Dark Slate Grey. HEX triplet: 31, 4D and 51. RGB value is (49,77,81). Sum of RGB (Red+Green+Blue) = 49+77+81=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 77 (30.47% from 255 or 37.20% from 207); Blue value is 81 (32.03% from 255 or 39.13% from 207); Max value from RGB is 81 - color contains mainly: blue. Hex color #314D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314D51 is #CEB2AE. Grayscale: #454545. Windows color (decimal): -13546159 or 5328177. OLE color: 5328177.

HSL color Cylindrical-coordinate representation of color #314D51: hue angle of 187.5º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #314D51 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 77 81 -
CMYK 0.40 0.05 0 0.68
HSL 187.5º 0.25% 0.25% -
HSV(B) 187.5º 0.4% 0.32% -
XYZ 5.41 6.55 8.76 -
YUV 69.08 134.72 113.67 -
System Red Green Blue C M Y K H S L
Decimal 49 77 81 0.40 0.05 0 0.68 187.5 0.25 0.25
Hex 31 4D 51 28 5 0 44 BC 19 19
Octal 61 115 121 50 5 0 104 274 31 31
Binary 110001 1001101 1010001 101000 101 0 1000100 10111100 11001 11001

Color Harmonies of #314D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314D51

Black with #314D51

Text Example


Text Example

White with #314D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314D51; }

 p { color: rgb(49,77,81); }

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

background-color css

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

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

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

border-color css

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

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

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