Html Css Color HEX #313739 Gunmetal

📋 copy color: '#313739'

red 49 ◦ green 55 ◦ blue 57

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

Shades of Gunmetal #313739

Tints of Gunmetal #313739

RGB

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

 GREEN value IS 55 (21.88% from 255) = 34.16%

 BLUE value IS 57 (22.66% from 255) = 35.4%

R = 30.43%
G = 34.16%
B = 35.4%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#313739 (or 0x313739) is known color: Gunmetal. HEX triplet: 31, 37 and 39. RGB value is (49,55,57). Sum of RGB (Red+Green+Blue) = 49+55+57=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 57 - color contains mainly: blue. Hex color #313739 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313739 is #CEC8C6. Grayscale: #353535. Windows color (decimal): -13551815 or 3749681. OLE color: 3749681.

HSL color Cylindrical-coordinate representation of color #313739: hue angle of 195º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #313739 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 55 57 -
CMYK 0.14 0.04 0 0.78
HSL 195º 0.08% 0.21% -
HSV(B) 195º 0.14% 0.22% -
XYZ 3.37 3.68 4.4 -
YUV 53.43 130.01 124.84 -
System Red Green Blue C M Y K H S L
Decimal 49 55 57 0.14 0.04 0 0.78 195 0.08 0.21
Hex 31 37 39 E 4 0 4E C3 8 15
Octal 61 67 71 16 4 0 116 303 10 25
Binary 110001 110111 111001 1110 100 0 1001110 11000011 1000 10101

Color Harmonies of #313739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313739

Black with #313739

Text Example


Text Example

White with #313739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313739; }

 p { color: rgb(49,55,57); }

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

background-color css

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

 a { background-color: rgb(49,55,57); }

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

border-color css

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

 span { border-color: rgb(49,55,57); }

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