Html Css Color HEX #314748 Dark Slate Grey

📋 copy color: '#314748'

red 49 ◦ green 71 ◦ blue 72

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

Shades of Dark Slate Grey #314748

Tints of Dark Slate Grey #314748

RGB

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

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

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

R = 25.52%
G = 36.98%
B = 37.5%

CMYK

 C value IS 0.32

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#314748 (or 0x314748) is known color: Dark Slate Grey. HEX triplet: 31, 47 and 48. RGB value is (49,71,72). Sum of RGB (Red+Green+Blue) = 49+71+72=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 72 - color contains mainly: blue. Hex color #314748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314748 is #CEB8B7. Grayscale: #404040. Windows color (decimal): -13547704 or 4736817. OLE color: 4736817.

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

Color convert

RGB 49 71 72 -
CMYK 0.32 0.01 0 0.72
HSL 182.61º 0.19% 0.24% -
HSV(B) 182.61º 0.32% 0.28% -
XYZ 4.69 5.63 6.97 -
YUV 64.54 132.21 116.92 -
System Red Green Blue C M Y K H S L
Decimal 49 71 72 0.32 0.01 0 0.72 182.61 0.19 0.24
Hex 31 47 48 20 1 0 48 B7 13 18
Octal 61 107 110 40 1 0 110 267 23 30
Binary 110001 1000111 1001000 100000 1 0 1001000 10110111 10011 11000

Color Harmonies of #314748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314748

Black with #314748

Text Example


Text Example

White with #314748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314748; }

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

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

background-color css

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

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

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

border-color css

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

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

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