Html Css Color HEX #313537 Gunmetal

📋 copy color: '#313537'

red 49 ◦ green 53 ◦ blue 55

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

Shades of Gunmetal #313537

Tints of Gunmetal #313537

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.76%

 BLUE value IS 55 (21.88% from 255) = 35.03%

R = 31.21%
G = 33.76%
B = 35.03%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#313537 (or 0x313537) is known color: Gunmetal. HEX triplet: 31, 35 and 37. RGB value is (49,53,55). Sum of RGB (Red+Green+Blue) = 49+53+55=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 55 (21.88% from 255 or 35.03% from 157); Max value from RGB is 55 - color contains mainly: blue. Hex color #313537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313537 is #CECAC8. Grayscale: #343434. Windows color (decimal): -13552329 or 3618097. OLE color: 3618097.

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

Color convert

RGB 49 53 55 -
CMYK 0.11 0.04 0 0.78
HSL 200º 0.06% 0.2% -
HSV(B) 200º 0.11% 0.22% -
XYZ 3.23 3.48 4.11 -
YUV 52.03 129.67 125.84 -
System Red Green Blue C M Y K H S L
Decimal 49 53 55 0.11 0.04 0 0.78 200 0.06 0.2
Hex 31 35 37 B 4 0 4E C8 6 14
Octal 61 65 67 13 4 0 116 310 6 24
Binary 110001 110101 110111 1011 100 0 1001110 11001000 110 10100

Color Harmonies of #313537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313537

Black with #313537

Text Example


Text Example

White with #313537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313537; }

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

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

background-color css

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

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

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

border-color css

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

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

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