Shades of Gunmetal #303334
Tints of Gunmetal #303334
RGB
CMYK
RGB Variations
Color information
#303334 (or 0x303334) is known color: Gunmetal. HEX triplet: 30, 33 and 34. RGB value is (48,51,52). Sum of RGB (Red+Green+Blue) = 48+51+52=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 52 (20.70% from 255 or 34.44% from 151); Max value from RGB is 52 - color contains mainly: blue. Hex color #303334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303334 is #CFCCCB. Grayscale: #323232. Windows color (decimal): -13618380 or 3420976. OLE color: 3420976.
HSL color Cylindrical-coordinate representation of color #303334: hue angle of 195º degrees, saturation: 0.04, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #303334 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 48 | 51 | 52 | - |
| CMYK | 0.08 | 0.02 | 0 | 0.80 |
| HSL | 195º | 0.04% | 0.2% | - |
| HSV(B) | 195º | 0.08% | 0.2% | - |
| XYZ | 3.02 | 3.24 | 3.72 | - |
| YUV | 50.22 | 129.01 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 51 | 52 | 0.08 | 0.02 | 0 | 0.80 | 195 | 0.04 | 0.2 |
| Hex | 30 | 33 | 34 | 8 | 2 | 0 | 50 | C3 | 4 | 14 |
| Octal | 60 | 63 | 64 | 10 | 2 | 0 | 120 | 303 | 4 | 24 |
| Binary | 110000 | 110011 | 110100 | 1000 | 10 | 0 | 1010000 | 11000011 | 100 | 10100 |
Color Harmonies of #303334
Complementary color
Monochromatic Colors of #303334
Black with #303334
Text Example
Text Example
White with #303334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303334; }
p { color: rgb(48,51,52); }
H1.HeaderClassName
{
color: #303334;
}
.AnyTagClassName
{
color: #303334;
}
</style>
background-color css
<style>
a { background-color: #303334; }
a { background-color: rgb(48,51,52); }
div.DivClassName
{
background-color: #303334;
}
.BgClassName
{
background-color: #303334;
}
</style>
border-color css
<style>
span { border-color: #303334; }
span { border-color: rgb(48,51,52); }
td.TdClassName
{
border-color: #303334;
}
.TagClassName
{
border-color: #303334;
}
</style>