#2B3133

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

Shades of Gunmetal #2B3133

Tints of Gunmetal #2B3133

Color information

#2B3133 (or 0x2B3133) is unknown color: approx Gunmetal. HEX triplet: 2B, 31 and 33. RGB value is (43,49,51). Sum of RGB (Red+Green+Blue) = 43+49+51=143 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.07% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 51 (20.31% from 255 or 35.66% from 143); Max value from RGB is 51 - color contains mainly: blue. Hex color #2B3133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3133 is #D4CECC. Grayscale: #2F2F2F. Windows color (decimal): -13946573 or 3354923. OLE color: 3354923.

HSL color Cylindrical-coordinate representation of color #2B3133: hue angle of 195º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #2B3133 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB434951-
CMYK0.160.0400.8
HSL195º8.51%18.43%-
HSV(B)195º15.69%20%-
XYZ2.692.953.56-
YUV47.43130.01124.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 30.07%
GREEN value IS 49 (19.53% from 255) = 34.27%
BLUE value IS 51 (20.31% from 255) = 35.66%
R=30.07%
G=34.27%
B=35.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4349510.160.0400.81958.5118.43
Hex2B3133104050c3912
Octal53616320401203031122
Binary101011110001110011100001000101000011000011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,49,51); }

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

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

 a { background-color: rgb(43,49,51); }

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

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

 span { border-color: rgb(43,49,51); }

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