#2B363B

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

Shades of Gunmetal #2B363B

Tints of Gunmetal #2B363B

Color information

#2B363B (or 0x2B363B) is unknown color: approx Gunmetal. HEX triplet: 2B, 36 and 3B. RGB value is (43,54,59). Sum of RGB (Red+Green+Blue) = 43+54+59=156 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.56% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 59 - color contains mainly: blue. Hex color #2B363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B363B is #D4C9C4. Grayscale: #333333. Windows color (decimal): -13945285 or 3880491. OLE color: 3880491.

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

Color convert

RGB435459-
CMYK0.270.0800.77
HSL198.75º15.69%20%-
HSV(B)198.75º27.12%23.14%-
XYZ3.13.474.64-
YUV51.28132.36122.09-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.56%
GREEN value IS 54 (21.48% from 255) = 34.62%
BLUE value IS 59 (23.44% from 255) = 37.82%
R=27.56%
G=34.62%
B=37.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4354590.270.0800.77198.7515.6920
Hex2B363B1B804Dc71014
Octal536673331001153072024
Binary10101111011011101111011100001001101110001111000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,54,59); }

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

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

 a { background-color: rgb(43,54,59); }

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

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

 span { border-color: rgb(43,54,59); }

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