#313334

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

Shades of Gunmetal #313334

Tints of Gunmetal #313334

Color information

#313334 (or 0x313334) is unknown color: approx Gunmetal. HEX triplet: 31, 33 and 34. RGB value is (49,51,52). Sum of RGB (Red+Green+Blue) = 49+51+52=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 52 (20.70% from 255 or 34.21% from 152); Max value from RGB is 52 - color contains mainly: blue. Hex color #313334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313334 is #CECCCB. Grayscale: #323232. Windows color (decimal): -13552844 or 3420977. OLE color: 3420977.

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

Color convert

RGB495152-
CMYK0.060.0200.80
HSL200º2.97%19.8%-
HSV(B)200º5.77%20.39%-
XYZ3.073.273.72-
YUV50.52128.84126.92-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.24%
GREEN value IS 51 (20.31% from 255) = 33.55%
BLUE value IS 52 (20.70% from 255) = 34.21%
R=32.24%
G=33.55%
B=34.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4951520.060.0200.802002.9719.8
Hex31333462050c8314
Octal616364620120310324
Binary1100011100111101001101001010000110010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313334; }

 p { color: rgb(49,51,52); }

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

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

 a { background-color: rgb(49,51,52); }

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

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

 span { border-color: rgb(49,51,52); }

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