#2F363A

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

Shades of Gunmetal #2F363A

Tints of Gunmetal #2F363A

Color information

#2F363A (or 0x2F363A) is unknown color: approx Gunmetal. HEX triplet: 2F, 36 and 3A. RGB value is (47,54,58). Sum of RGB (Red+Green+Blue) = 47+54+58=159 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.56% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 58 - color contains mainly: blue. Hex color #2F363A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F363A is #D0C9C5. Grayscale: #343434. Windows color (decimal): -13683142 or 3814959. OLE color: 3814959.

HSL color Cylindrical-coordinate representation of color #2F363A: hue angle of 201.82º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2F363A is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB475458-
CMYK0.190.0700.77
HSL201.82º10.48%20.59%-
HSV(B)201.82º18.97%22.75%-
XYZ3.263.554.52-
YUV52.36131.18124.17-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.56%
GREEN value IS 54 (21.48% from 255) = 33.96%
BLUE value IS 58 (23.05% from 255) = 36.48%
R=29.56%
G=33.96%
B=36.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4754580.190.0700.77201.8210.4820.59
Hex2F363A13704Dcaa15
Octal57667223701153121225
Binary101111110110111010100111110100110111001010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,54,58); }

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

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

 a { background-color: rgb(47,54,58); }

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

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

 span { border-color: rgb(47,54,58); }

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