#2F383B

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

Shades of Gunmetal #2F383B

Tints of Gunmetal #2F383B

Color information

#2F383B (or 0x2F383B) is unknown color: approx Gunmetal. HEX triplet: 2F, 38 and 3B. RGB value is (47,56,59). Sum of RGB (Red+Green+Blue) = 47+56+59=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 59 - color contains mainly: blue. Hex color #2F383B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F383B is #D0C7C4. Grayscale: #353535. Windows color (decimal): -13682629 or 3881007. OLE color: 3881007.

HSL color Cylindrical-coordinate representation of color #2F383B: hue angle of 195º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2F383B is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB475659-
CMYK0.200.0500.77
HSL195º11.32%20.78%-
HSV(B)195º20.34%23.14%-
XYZ3.383.754.68-
YUV53.65131.02123.26-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.01%
GREEN value IS 56 (22.27% from 255) = 34.57%
BLUE value IS 59 (23.44% from 255) = 36.42%
R=29.01%
G=34.57%
B=36.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4756590.200.0500.7719511.3220.78
Hex2F383B14504Dc3b15
Octal57707324501153031325
Binary101111111000111011101001010100110111000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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