#2D373C

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

Shades of Gunmetal #2D373C

Tints of Gunmetal #2D373C

Color information

#2D373C (or 0x2D373C) is unknown color: approx Gunmetal. HEX triplet: 2D, 37 and 3C. RGB value is (45,55,60). Sum of RGB (Red+Green+Blue) = 45+55+60=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 60 - color contains mainly: blue. Hex color #2D373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D373C is #D2C8C3. Grayscale: #343434. Windows color (decimal): -13813956 or 3946285. OLE color: 3946285.

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

Color convert

RGB455560-
CMYK0.250.0800.76
HSL200º14.29%20.59%-
HSV(B)200º25%23.53%-
XYZ3.263.624.8-
YUV52.58132.19122.59-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.12%
GREEN value IS 55 (21.88% from 255) = 34.38%
BLUE value IS 60 (23.83% from 255) = 37.5%
R=28.12%
G=34.38%
B=37.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4555600.250.0800.7620014.2920.59
Hex2D373C19804Cc8e15
Octal556774311001143101625
Binary1011011101111111001100110000100110011001000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,55,60); }

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

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

 a { background-color: rgb(45,55,60); }

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

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

 span { border-color: rgb(45,55,60); }

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