Shades of Gunmetal #2F383B
Tints of Gunmetal #2F383B
RGB
CMYK
RGB Variations
Color information
#2F383B (or 0x2F383B) is known color: Gunmetal. HEX triplet: 2F, 38 and 3B. RGB value is (47,56,59). Sum of RGB (Red+Green+Blue) = 47+56+59=162 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.01% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 59 (23.44% from 255 or 36.42% from 162); Max value from RGB is 59 - color contains mainly: blue. Hex color #2F383B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F383B is #D0C7C4. Grayscale: #353535. Windows color (decimal): -13682629 or 3881007. OLE color: 3881007.
HSL color Cylindrical-coordinate representation of color #2F383B: hue angle of 195º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2F383B is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 47 | 56 | 59 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.77 |
| HSL | 195º | 0.11% | 0.21% | - |
| HSV(B) | 195º | 0.2% | 0.23% | - |
| XYZ | 3.38 | 3.75 | 4.68 | - |
| YUV | 53.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 56 | 59 | 0.20 | 0.05 | 0 | 0.77 | 195 | 0.11 | 0.21 |
| Hex | 2F | 38 | 3B | 14 | 5 | 0 | 4D | C3 | B | 15 |
| Octal | 57 | 70 | 73 | 24 | 5 | 0 | 115 | 303 | 13 | 25 |
| Binary | 101111 | 111000 | 111011 | 10100 | 101 | 0 | 1001101 | 11000011 | 1011 | 10101 |
Color Harmonies of #2F383B
Complementary color
Monochromatic Colors of #2F383B
Black with #2F383B
Text Example
Text Example
White with #2F383B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F383B; }
p { color: rgb(47,56,59); }
H1.HeaderClassName
{
color: #2F383B;
}
.AnyTagClassName
{
color: #2F383B;
}
</style>
background-color css
<style>
a { background-color: #2F383B; }
a { background-color: rgb(47,56,59); }
div.DivClassName
{
background-color: #2F383B;
}
.BgClassName
{
background-color: #2F383B;
}
</style>
border-color css
<style>
span { border-color: #2F383B; }
span { border-color: rgb(47,56,59); }
td.TdClassName
{
border-color: #2F383B;
}
.TagClassName
{
border-color: #2F383B;
}
</style>