#2B373C

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

Shades of Gunmetal #2B373C

Tints of Gunmetal #2B373C

Color information

#2B373C (or 0x2B373C) is unknown color: approx Gunmetal. HEX triplet: 2B, 37 and 3C. RGB value is (43,55,60). Sum of RGB (Red+Green+Blue) = 43+55+60=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 60 - color contains mainly: blue. Hex color #2B373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B373C is #D4C8C3. Grayscale: #333333. Windows color (decimal): -13945028 or 3946283. OLE color: 3946283.

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

Color convert

RGB435560-
CMYK0.280.0800.76
HSL197.65º16.5%20.2%-
HSV(B)197.65º28.33%23.53%-
XYZ3.183.574.8-
YUV51.98132.52121.59-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.22%
GREEN value IS 55 (21.88% from 255) = 34.81%
BLUE value IS 60 (23.83% from 255) = 37.97%
R=27.22%
G=34.81%
B=37.97%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4355600.280.0800.76197.6516.520.2
Hex2B373C1C804Cc61114
Octal536774341001143062124
Binary10101111011111110011100100001001100110001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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