Shades of Gunmetal #30393C
Tints of Gunmetal #30393C
RGB
CMYK
RGB Variations
Color information
#30393C (or 0x30393C) is known color: Gunmetal. HEX triplet: 30, 39 and 3C. RGB value is (48,57,60). Sum of RGB (Red+Green+Blue) = 48+57+60=165 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.09% from 165); Green value is 57 (22.66% from 255 or 34.55% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 60 - color contains mainly: blue. Hex color #30393C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30393C is #CFC6C3. Grayscale: #363636. Windows color (decimal): -13616836 or 3946800. OLE color: 3946800.
HSL color Cylindrical-coordinate representation of color #30393C: hue angle of 195º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #30393C is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 57 | 60 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.76 |
| HSL | 195º | 0.11% | 0.21% | - |
| HSV(B) | 195º | 0.2% | 0.24% | - |
| XYZ | 3.5 | 3.88 | 4.84 | - |
| YUV | 54.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 57 | 60 | 0.20 | 0.05 | 0 | 0.76 | 195 | 0.11 | 0.21 |
| Hex | 30 | 39 | 3C | 14 | 5 | 0 | 4C | C3 | B | 15 |
| Octal | 60 | 71 | 74 | 24 | 5 | 0 | 114 | 303 | 13 | 25 |
| Binary | 110000 | 111001 | 111100 | 10100 | 101 | 0 | 1001100 | 11000011 | 1011 | 10101 |
Color Harmonies of #30393C
Complementary color
Monochromatic Colors of #30393C
Black with #30393C
Text Example
Text Example
White with #30393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30393C; }
p { color: rgb(48,57,60); }
H1.HeaderClassName
{
color: #30393C;
}
.AnyTagClassName
{
color: #30393C;
}
</style>
background-color css
<style>
a { background-color: #30393C; }
a { background-color: rgb(48,57,60); }
div.DivClassName
{
background-color: #30393C;
}
.BgClassName
{
background-color: #30393C;
}
</style>
border-color css
<style>
span { border-color: #30393C; }
span { border-color: rgb(48,57,60); }
td.TdClassName
{
border-color: #30393C;
}
.TagClassName
{
border-color: #30393C;
}
</style>