Shades of Gunmetal #2F363A
Tints of Gunmetal #2F363A
RGB
CMYK
RGB Variations
Color information
#2F363A (or 0x2F363A) is known color: Gunmetal. HEX triplet: 2F, 36 and 3A. RGB value is (47,54,58). Sum of RGB (Red+Green+Blue) = 47+54+58=159 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.56% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 58 (23.05% from 255 or 36.48% from 159); Max value from RGB is 58 - color contains mainly: blue. Hex color #2F363A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F363A is #D0C9C5. Grayscale: #343434. Windows color (decimal): -13683142 or 3814959. OLE color: 3814959.
HSL color Cylindrical-coordinate representation of color #2F363A: hue angle of 201.82º degrees, saturation: 0.1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2F363A is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 47 | 54 | 58 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.77 |
| HSL | 201.82º | 0.1% | 0.21% | - |
| HSV(B) | 201.82º | 0.19% | 0.23% | - |
| XYZ | 3.26 | 3.55 | 4.52 | - |
| YUV | 52.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 54 | 58 | 0.19 | 0.07 | 0 | 0.77 | 201.82 | 0.1 | 0.21 |
| Hex | 2F | 36 | 3A | 13 | 7 | 0 | 4D | CA | A | 15 |
| Octal | 57 | 66 | 72 | 23 | 7 | 0 | 115 | 312 | 12 | 25 |
| Binary | 101111 | 110110 | 111010 | 10011 | 111 | 0 | 1001101 | 11001010 | 1010 | 10101 |
Color Harmonies of #2F363A
Complementary color
Monochromatic Colors of #2F363A
Black with #2F363A
Text Example
Text Example
White with #2F363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F363A; }
p { color: rgb(47,54,58); }
H1.HeaderClassName
{
color: #2F363A;
}
.AnyTagClassName
{
color: #2F363A;
}
</style>
background-color css
<style>
a { background-color: #2F363A; }
a { background-color: rgb(47,54,58); }
div.DivClassName
{
background-color: #2F363A;
}
.BgClassName
{
background-color: #2F363A;
}
</style>
border-color css
<style>
span { border-color: #2F363A; }
span { border-color: rgb(47,54,58); }
td.TdClassName
{
border-color: #2F363A;
}
.TagClassName
{
border-color: #2F363A;
}
</style>