#2F3538

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

Shades of Gunmetal #2F3538

Tints of Gunmetal #2F3538

Color information

#2F3538 (or 0x2F3538) is unknown color: approx Gunmetal. HEX triplet: 2F, 35 and 38. RGB value is (47,53,56). Sum of RGB (Red+Green+Blue) = 47+53+56=156 (20% of max value = 765). Red value is 47 (18.75% from 255 or 30.13% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 56 - color contains mainly: blue. Hex color #2F3538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3538 is #D0CAC7. Grayscale: #333333. Windows color (decimal): -13683400 or 3683631. OLE color: 3683631.

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

Color convert

RGB475356-
CMYK0.160.0500.78
HSL200º8.74%20.2%-
HSV(B)200º16.07%21.96%-
XYZ3.163.444.24-
YUV51.55130.51124.76-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 30.13%
GREEN value IS 53 (21.09% from 255) = 33.97%
BLUE value IS 56 (22.27% from 255) = 35.90%
R=30.13%
G=33.97%
B=35.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4753560.160.0500.782008.7420.2
Hex2F353810504Ec8914
Octal57657020501163101124
Binary101111110101111000100001010100111011001000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,53,56); }

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

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

 a { background-color: rgb(47,53,56); }

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

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

 span { border-color: rgb(47,53,56); }

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