#2F393D

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

Shades of Gunmetal #2F393D

Tints of Gunmetal #2F393D

Color information

#2F393D (or 0x2F393D) is unknown color: approx Gunmetal. HEX triplet: 2F, 39 and 3D. RGB value is (47,57,61). Sum of RGB (Red+Green+Blue) = 47+57+61=165 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.48% from 165); Green value is 57 (22.66% from 255 or 34.55% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 61 - color contains mainly: blue. Hex color #2F393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F393D is #D0C6C2. Grayscale: #363636. Windows color (decimal): -13682371 or 4012335. OLE color: 4012335.

HSL color Cylindrical-coordinate representation of color #2F393D: hue angle of 197.14º degrees, saturation: 0.13, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2F393D is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB475761-
CMYK0.230.0700.76
HSL197.14º12.96%21.18%-
HSV(B)197.14º22.95%23.92%-
XYZ3.483.874.98-
YUV54.47131.69122.67-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 28.48%
GREEN value IS 57 (22.66% from 255) = 34.55%
BLUE value IS 61 (24.22% from 255) = 36.97%
R=28.48%
G=34.55%
B=36.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4757610.230.0700.76197.1412.9621.18
Hex2F393D17704Cc5d15
Octal57717527701143051525
Binary101111111001111101101111110100110011000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F393D; }

 p { color: rgb(47,57,61); }

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

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

 a { background-color: rgb(47,57,61); }

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

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

 span { border-color: rgb(47,57,61); }

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