#303638

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

Shades of Gunmetal #303638

Tints of Gunmetal #303638

Color information

#303638 (or 0x303638) is unknown color: approx Gunmetal. HEX triplet: 30, 36 and 38. RGB value is (48,54,56). Sum of RGB (Red+Green+Blue) = 48+54+56=158 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.38% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 56 (22.27% from 255 or 35.44% from 158); Max value from RGB is 56 - color contains mainly: blue. Hex color #303638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303638 is #CFC9C7. Grayscale: #343434. Windows color (decimal): -13617608 or 3683888. OLE color: 3683888.

HSL color Cylindrical-coordinate representation of color #303638: hue angle of 195º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #303638 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB485456-
CMYK0.140.0400.78
HSL195º7.69%20.39%-
HSV(B)195º14.29%21.96%-
XYZ3.253.554.26-
YUV52.43130.01124.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.38%
GREEN value IS 54 (21.48% from 255) = 34.18%
BLUE value IS 56 (22.27% from 255) = 35.44%
R=30.38%
G=34.18%
B=35.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4854560.140.0400.781957.6920.39
Hex303638E404Ec3814
Octal60667016401163031024
Binary11000011011011100011101000100111011000011100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303638; }

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

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

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

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

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

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

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

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