#2B363C

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

Shades of Gunmetal #2B363C

Tints of Gunmetal #2B363C

Color information

#2B363C (or 0x2B363C) is unknown color: approx Gunmetal. HEX triplet: 2B, 36 and 3C. RGB value is (43,54,60). Sum of RGB (Red+Green+Blue) = 43+54+60=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 60 - color contains mainly: blue. Hex color #2B363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B363C is #D4C9C3. Grayscale: #333333. Windows color (decimal): -13945284 or 3946027. OLE color: 3946027.

HSL color Cylindrical-coordinate representation of color #2B363C: hue angle of 201.18º 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 #2B363C is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB435460-
CMYK0.280.1000.76
HSL201.18º16.5%20.2%-
HSV(B)201.18º28.33%23.53%-
XYZ3.133.484.78-
YUV51.4132.86122.01-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.39%
GREEN value IS 54 (21.48% from 255) = 34.39%
BLUE value IS 60 (23.83% from 255) = 38.22%
R=27.39%
G=34.39%
B=38.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4354600.280.1000.76201.1816.520.2
Hex2B363C1CA04Cc91114
Octal536674341201143112124
Binary10101111011011110011100101001001100110010011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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