Shades of Gunmetal #2C373C
Tints of Gunmetal #2C373C
RGB
CMYK
RGB Variations
Color information
#2C373C (or 0x2C373C) is known color: Gunmetal. HEX triplet: 2C, 37 and 3C. RGB value is (44,55,60). Sum of RGB (Red+Green+Blue) = 44+55+60=159 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.67% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 60 - color contains mainly: blue. Hex color #2C373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C373C is #D3C8C3. Grayscale: #343434. Windows color (decimal): -13879492 or 3946284. OLE color: 3946284.
HSL color Cylindrical-coordinate representation of color #2C373C: hue angle of 198.75º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2C373C is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 55 | 60 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.76 |
| HSL | 198.75º | 0.15% | 0.2% | - |
| HSV(B) | 198.75º | 0.27% | 0.24% | - |
| XYZ | 3.22 | 3.59 | 4.8 | - |
| YUV | 52.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 55 | 60 | 0.27 | 0.08 | 0 | 0.76 | 198.75 | 0.15 | 0.2 |
| Hex | 2C | 37 | 3C | 1B | 8 | 0 | 4C | C7 | F | 14 |
| Octal | 54 | 67 | 74 | 33 | 10 | 0 | 114 | 307 | 17 | 24 |
| Binary | 101100 | 110111 | 111100 | 11011 | 1000 | 0 | 1001100 | 11000111 | 1111 | 10100 |
Color Harmonies of #2C373C
Complementary color
Monochromatic Colors of #2C373C
Black with #2C373C
Text Example
Text Example
White with #2C373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C373C; }
p { color: rgb(44,55,60); }
H1.HeaderClassName
{
color: #2C373C;
}
.AnyTagClassName
{
color: #2C373C;
}
</style>
background-color css
<style>
a { background-color: #2C373C; }
a { background-color: rgb(44,55,60); }
div.DivClassName
{
background-color: #2C373C;
}
.BgClassName
{
background-color: #2C373C;
}
</style>
border-color css
<style>
span { border-color: #2C373C; }
span { border-color: rgb(44,55,60); }
td.TdClassName
{
border-color: #2C373C;
}
.TagClassName
{
border-color: #2C373C;
}
</style>