Shades of Gunmetal #30383E
Tints of Gunmetal #30383E
RGB
CMYK
RGB Variations
Color information
#30383E (or 0x30383E) is known color: Gunmetal. HEX triplet: 30, 38 and 3E. RGB value is (48,56,62). Sum of RGB (Red+Green+Blue) = 48+56+62=166 (21% of max value = 765). Red value is 48 (19.14% from 255 or 28.92% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 62 - color contains mainly: blue. Hex color #30383E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30383E is #CFC7C1. Grayscale: #363636. Windows color (decimal): -13617090 or 4077616. OLE color: 4077616.
HSL color Cylindrical-coordinate representation of color #30383E: hue angle of 205.71º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #30383E is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 48 | 56 | 62 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.76 |
| HSL | 205.71º | 0.13% | 0.22% | - |
| HSV(B) | 205.71º | 0.23% | 0.24% | - |
| XYZ | 3.5 | 3.8 | 5.11 | - |
| YUV | 54.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 56 | 62 | 0.23 | 0.10 | 0 | 0.76 | 205.71 | 0.13 | 0.22 |
| Hex | 30 | 38 | 3E | 17 | A | 0 | 4C | CE | D | 16 |
| Octal | 60 | 70 | 76 | 27 | 12 | 0 | 114 | 316 | 15 | 26 |
| Binary | 110000 | 111000 | 111110 | 10111 | 1010 | 0 | 1001100 | 11001110 | 1101 | 10110 |
Color Harmonies of #30383E
Complementary color
Monochromatic Colors of #30383E
Black with #30383E
Text Example
Text Example
White with #30383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30383E; }
p { color: rgb(48,56,62); }
H1.HeaderClassName
{
color: #30383E;
}
.AnyTagClassName
{
color: #30383E;
}
</style>
background-color css
<style>
a { background-color: #30383E; }
a { background-color: rgb(48,56,62); }
div.DivClassName
{
background-color: #30383E;
}
.BgClassName
{
background-color: #30383E;
}
</style>
border-color css
<style>
span { border-color: #30383E; }
span { border-color: rgb(48,56,62); }
td.TdClassName
{
border-color: #30383E;
}
.TagClassName
{
border-color: #30383E;
}
</style>