Html Css Color HEX #314648 Dark Slate Grey

📋 copy color: '#314648'

red 49 ◦ green 70 ◦ blue 72

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

Shades of Dark Slate Grey #314648

Tints of Dark Slate Grey #314648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 37.7%

R = 25.65%
G = 36.65%
B = 37.7%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#314648 (or 0x314648) is known color: Dark Slate Grey. HEX triplet: 31, 46 and 48. RGB value is (49,70,72). Sum of RGB (Red+Green+Blue) = 49+70+72=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 72 - color contains mainly: blue. Hex color #314648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314648 is #CEB9B7. Grayscale: #3F3F3F. Windows color (decimal): -13547960 or 4736561. OLE color: 4736561.

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

Color convert

RGB 49 70 72 -
CMYK 0.32 0.03 0 0.72
HSL 185.22º 0.19% 0.24% -
HSV(B) 185.22º 0.32% 0.28% -
XYZ 4.63 5.5 6.95 -
YUV 63.95 132.54 117.34 -
System Red Green Blue C M Y K H S L
Decimal 49 70 72 0.32 0.03 0 0.72 185.22 0.19 0.24
Hex 31 46 48 20 3 0 48 B9 13 18
Octal 61 106 110 40 3 0 110 271 23 30
Binary 110001 1000110 1001000 100000 11 0 1001000 10111001 10011 11000

Color Harmonies of #314648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314648

Black with #314648

Text Example


Text Example

White with #314648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314648; }

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

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

background-color css

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

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

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

border-color css

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

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

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