Html Css Color HEX #314F51 Dark Slate Grey

📋 copy color: '#314F51'

red 49 ◦ green 79 ◦ blue 81

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

Shades of Dark Slate Grey #314F51

Tints of Dark Slate Grey #314F51

RGB

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

 GREEN value IS 79 (31.25% from 255) = 37.8%

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

R = 23.44%
G = 37.8%
B = 38.76%

CMYK

 C value IS 0.40

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#314F51 (or 0x314F51) is known color: Dark Slate Grey. HEX triplet: 31, 4F and 51. RGB value is (49,79,81). Sum of RGB (Red+Green+Blue) = 49+79+81=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 79 (31.25% from 255 or 37.80% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 81 - color contains mainly: blue. Hex color #314F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314F51 is #CEB0AE. Grayscale: #464646. Windows color (decimal): -13545647 or 5328689. OLE color: 5328689.

HSL color Cylindrical-coordinate representation of color #314F51: hue angle of 183.75º 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 #314F51 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 79 81 -
CMYK 0.40 0.02 0 0.68
HSL 183.75º 0.25% 0.25% -
HSV(B) 183.75º 0.4% 0.32% -
XYZ 5.55 6.84 8.81 -
YUV 70.26 134.06 112.84 -
System Red Green Blue C M Y K H S L
Decimal 49 79 81 0.40 0.02 0 0.68 183.75 0.25 0.25
Hex 31 4F 51 28 2 0 44 B8 19 19
Octal 61 117 121 50 2 0 104 270 31 31
Binary 110001 1001111 1010001 101000 10 0 1000100 10111000 11001 11001

Color Harmonies of #314F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314F51

Black with #314F51

Text Example


Text Example

White with #314F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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