#313435

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

Shades of Gunmetal #313435

Tints of Gunmetal #313435

Color information

#313435 (or 0x313435) is unknown color: approx Gunmetal. HEX triplet: 31, 34 and 35. RGB value is (49,52,53). Sum of RGB (Red+Green+Blue) = 49+52+53=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 53 (21.09% from 255 or 34.42% from 154); Max value from RGB is 53 - color contains mainly: blue. Hex color #313435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313435 is #CECBCA. Grayscale: #333333. Windows color (decimal): -13552587 or 3486769. OLE color: 3486769.

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

Color convert

RGB495253-
CMYK0.080.0200.79
HSL195º3.92%20%-
HSV(B)195º7.55%20.78%-
XYZ3.143.373.85-
YUV51.22129.01126.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.82%
GREEN value IS 52 (20.70% from 255) = 33.77%
BLUE value IS 53 (21.09% from 255) = 34.42%
R=31.82%
G=33.77%
B=34.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4952530.080.0200.791953.9220
Hex3134358204Fc3414
Octal6164651020117303424
Binary110001110100110101100010010011111100001110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313435; }

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

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

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

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

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

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

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

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