#303639

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

Shades of Gunmetal #303639

Tints of Gunmetal #303639

Color information

#303639 (or 0x303639) is unknown color: approx Gunmetal. HEX triplet: 30, 36 and 39. RGB value is (48,54,57). Sum of RGB (Red+Green+Blue) = 48+54+57=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 57 (22.66% from 255 or 35.85% from 159); Max value from RGB is 57 - color contains mainly: blue. Hex color #303639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303639 is #CFC9C6. Grayscale: #343434. Windows color (decimal): -13617607 or 3749424. OLE color: 3749424.

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

Color convert

RGB485457-
CMYK0.160.0500.78
HSL200º8.57%20.59%-
HSV(B)200º15.79%22.35%-
XYZ3.283.564.39-
YUV52.55130.51124.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.19%
GREEN value IS 54 (21.48% from 255) = 33.96%
BLUE value IS 57 (22.66% from 255) = 35.85%
R=30.19%
G=33.96%
B=35.85%

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
Decimal4854570.160.0500.782008.5720.59
Hex30363910504Ec8915
Octal60667120501163101125
Binary110000110110111001100001010100111011001000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303639; }

 p { color: rgb(48,54,57); }

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

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

 a { background-color: rgb(48,54,57); }

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

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

 span { border-color: rgb(48,54,57); }

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