#2B373D

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

Shades of Gunmetal #2B373D

Tints of Gunmetal #2B373D

Color information

#2B373D (or 0x2B373D) is unknown color: approx Gunmetal. HEX triplet: 2B, 37 and 3D. RGB value is (43,55,61). Sum of RGB (Red+Green+Blue) = 43+55+61=159 (21% of max value = 765). Red value is 43 (17.19% from 255 or 27.04% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 61 - color contains mainly: blue. Hex color #2B373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B373D is #D4C8C2. Grayscale: #343434. Windows color (decimal): -13945027 or 4011819. OLE color: 4011819.

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

Color convert

RGB435561-
CMYK0.300.1000.76
HSL200º17.31%20.39%-
HSV(B)200º29.51%23.92%-
XYZ3.23.584.94-
YUV52.1133.02121.51-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.04%
GREEN value IS 55 (21.88% from 255) = 34.59%
BLUE value IS 61 (24.22% from 255) = 38.36%
R=27.04%
G=34.59%
B=38.36%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4355610.300.1000.7620017.3120.39
Hex2B373D1EA04Cc81114
Octal536775361201143102124
Binary10101111011111110111110101001001100110010001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B373D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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