#2B353A

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

Shades of Gunmetal #2B353A

Tints of Gunmetal #2B353A

Color information

#2B353A (or 0x2B353A) is unknown color: approx Gunmetal. HEX triplet: 2B, 35 and 3A. RGB value is (43,53,58). Sum of RGB (Red+Green+Blue) = 43+53+58=154 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.92% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 58 (23.05% from 255 or 37.66% from 154); Max value from RGB is 58 - color contains mainly: blue. Hex color #2B353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B353A is #D4CAC5. Grayscale: #323232. Windows color (decimal): -13945542 or 3814699. OLE color: 3814699.

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

Color convert

RGB435358-
CMYK0.260.0900.77
HSL200º14.85%19.8%-
HSV(B)200º25.86%22.75%-
XYZ3.033.374.49-
YUV50.58132.19122.59-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.92%
GREEN value IS 53 (21.09% from 255) = 34.42%
BLUE value IS 58 (23.05% from 255) = 37.66%
R=27.92%
G=34.42%
B=37.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4353580.260.0900.7720014.8519.8
Hex2B353A1A904Dc8f14
Octal536572321101153101724
Binary1010111101011110101101010010100110111001000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,53,58); }

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

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

 a { background-color: rgb(43,53,58); }

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

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

 span { border-color: rgb(43,53,58); }

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