#273238

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

Shades of Gunmetal #273238

Tints of Gunmetal #273238

Color information

#273238 (or 0x273238) is unknown color: approx Gunmetal. HEX triplet: 27, 32 and 38. RGB value is (39,50,56). Sum of RGB (Red+Green+Blue) = 39+50+56=145 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.90% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 56 - color contains mainly: blue. Hex color #273238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273238 is #D8CDC7. Grayscale: #2F2F2F. Windows color (decimal): -14208456 or 3682855. OLE color: 3682855.

HSL color Cylindrical-coordinate representation of color #273238: hue angle of 201.18º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #273238 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB395056-
CMYK0.300.1100.78
HSL201.18º17.89%18.63%-
HSV(B)201.18º30.36%21.96%-
XYZ2.6934.18-
YUV47.4132.86122.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.90%
GREEN value IS 50 (19.92% from 255) = 34.48%
BLUE value IS 56 (22.27% from 255) = 38.62%
R=26.90%
G=34.48%
B=38.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3950560.300.1100.78201.1817.8918.63
Hex2732381EB04Ec91213
Octal476270361301163112223
Binary10011111001011100011110101101001110110010011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273238; }

 p { color: rgb(39,50,56); }

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

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

 a { background-color: rgb(39,50,56); }

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

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

 span { border-color: rgb(39,50,56); }

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