#30383D

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

Shades of Gunmetal #30383D

Tints of Gunmetal #30383D

Color information

#30383D (or 0x30383D) is unknown color: approx Gunmetal. HEX triplet: 30, 38 and 3D. RGB value is (48,56,61). Sum of RGB (Red+Green+Blue) = 48+56+61=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 61 - color contains mainly: blue. Hex color #30383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30383D is #CFC7C2. Grayscale: #363636. Windows color (decimal): -13617091 or 4012080. OLE color: 4012080.

HSL color Cylindrical-coordinate representation of color #30383D: hue angle of 203.08º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #30383D is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB485661-
CMYK0.210.0800.76
HSL203.08º11.93%21.37%-
HSV(B)203.08º21.31%23.92%-
XYZ3.483.794.96-
YUV54.18131.85123.59-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.09%
GREEN value IS 56 (22.27% from 255) = 33.94%
BLUE value IS 61 (24.22% from 255) = 36.97%
R=29.09%
G=33.94%
B=36.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4856610.210.0800.76203.0811.9321.37
Hex30383D15804Ccbc15
Octal607075251001143131425
Binary1100001110001111011010110000100110011001011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30383D; }

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

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

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

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

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

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

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

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