#31393C

Color #31393C Gunmetal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gunmetal #31393C

Tints of Gunmetal #31393C

Color information

#31393C (or 0x31393C) is unknown color: approx Gunmetal. HEX triplet: 31, 39 and 3C. RGB value is (49,57,60). Sum of RGB (Red+Green+Blue) = 49+57+60=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 60 - color contains mainly: blue. Hex color #31393C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31393C is #CEC6C3. Grayscale: #363636. Windows color (decimal): -13551300 or 3946801. OLE color: 3946801.

HSL color Cylindrical-coordinate representation of color #31393C: hue angle of 196.36º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #31393C is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB495760-
CMYK0.180.0500.76
HSL196.36º10.09%21.37%-
HSV(B)196.36º18.33%23.53%-
XYZ3.553.914.84-
YUV54.95130.85123.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.52%
GREEN value IS 57 (22.66% from 255) = 34.34%
BLUE value IS 60 (23.83% from 255) = 36.14%
R=29.52%
G=34.34%
B=36.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4957600.180.0500.76196.3610.0921.37
Hex31393C12504Cc4a15
Octal61717422501143041225
Binary110001111001111100100101010100110011000100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31393C; }

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

 H1.HeaderClassName
 {
   color: #31393C;
 }
 .AnyTagClassName
 {
   color: #31393C;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #31393C;
 }
 .BgClassName
 {
   background-color: #31393C;
 }
</style>
border-color css

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

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

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