Html Css Color HEX #31373A Gunmetal

📋 copy color: '#31373A'

red 49 ◦ green 55 ◦ blue 58

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

Shades of Gunmetal #31373A

Tints of Gunmetal #31373A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 35.8%

R = 30.25%
G = 33.95%
B = 35.8%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#31373A (or 0x31373A) is known color: Gunmetal. HEX triplet: 31, 37 and 3A. RGB value is (49,55,58). Sum of RGB (Red+Green+Blue) = 49+55+58=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 58 - color contains mainly: blue. Hex color #31373A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31373A is #CEC8C5. Grayscale: #353535. Windows color (decimal): -13551814 or 3815217. OLE color: 3815217.

HSL color Cylindrical-coordinate representation of color #31373A: hue angle of 200º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #31373A is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 49 55 58 -
CMYK 0.16 0.05 0 0.77
HSL 200º 0.08% 0.21% -
HSV(B) 200º 0.16% 0.23% -
XYZ 3.4 3.69 4.54 -
YUV 53.55 130.51 124.76 -
System Red Green Blue C M Y K H S L
Decimal 49 55 58 0.16 0.05 0 0.77 200 0.08 0.21
Hex 31 37 3A 10 5 0 4D C8 8 15
Octal 61 67 72 20 5 0 115 310 10 25
Binary 110001 110111 111010 10000 101 0 1001101 11001000 1000 10101

Color Harmonies of #31373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31373A

Black with #31373A

Text Example


Text Example

White with #31373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31373A; }

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

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

background-color css

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

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

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

border-color css

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

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

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