#273136

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

Shades of Gunmetal #273136

Tints of Gunmetal #273136

Color information

#273136 (or 0x273136) is unknown color: approx Gunmetal. HEX triplet: 27, 31 and 36. RGB value is (39,49,54). Sum of RGB (Red+Green+Blue) = 39+49+54=142 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.46% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 54 (21.48% from 255 or 38.03% from 142); Max value from RGB is 54 - color contains mainly: blue. Hex color #273136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273136 is #D8CEC9. Grayscale: #2E2E2E. Windows color (decimal): -14208714 or 3551527. OLE color: 3551527.

HSL color Cylindrical-coordinate representation of color #273136: hue angle of 200º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #273136 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB394954-
CMYK0.280.0900.79
HSL200º16.13%18.24%-
HSV(B)200º27.78%21.18%-
XYZ2.62.893.91-
YUV46.58132.19122.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.46%
GREEN value IS 49 (19.53% from 255) = 34.51%
BLUE value IS 54 (21.48% from 255) = 38.03%
R=27.46%
G=34.51%
B=38.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3949540.280.0900.7920016.1318.24
Hex2731361C904Fc81012
Octal476166341101173102022
Binary10011111000111011011100100101001111110010001000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273136; }

 p { color: rgb(39,49,54); }

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

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

 a { background-color: rgb(39,49,54); }

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

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

 span { border-color: rgb(39,49,54); }

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