#2C373B

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

Shades of Gunmetal #2C373B

Tints of Gunmetal #2C373B

Color information

#2C373B (or 0x2C373B) is unknown color: approx Gunmetal. HEX triplet: 2C, 37 and 3B. RGB value is (44,55,59). Sum of RGB (Red+Green+Blue) = 44+55+59=158 (20% of max value = 765). Red value is 44 (17.58% from 255 or 27.85% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 59 - color contains mainly: blue. Hex color #2C373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C373B is #D3C8C4. Grayscale: #343434. Windows color (decimal): -13879493 or 3880748. OLE color: 3880748.

HSL color Cylindrical-coordinate representation of color #2C373B: hue angle of 196º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2C373B is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB445559-
CMYK0.250.0700.77
HSL196º14.56%20.2%-
HSV(B)196º25.42%23.14%-
XYZ3.193.584.66-
YUV52.17131.86122.17-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 27.85%
GREEN value IS 55 (21.88% from 255) = 34.81%
BLUE value IS 59 (23.44% from 255) = 37.34%
R=27.85%
G=34.81%
B=37.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4455590.250.0700.7719614.5620.2
Hex2C373B19704Dc4f14
Octal54677331701153041724
Binary101100110111111011110011110100110111000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C373B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,55,59); }

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

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

 a { background-color: rgb(44,55,59); }

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

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

 span { border-color: rgb(44,55,59); }

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