Shades of Gunmetal #2B373D
Tints of Gunmetal #2B373D
RGB
CMYK
RGB Variations
Color information
#2B373D (or 0x2B373D) is known color: Gunmetal. HEX triplet: 2B, 37 and 3D. RGB value is (43,55,61). Sum of RGB (Red+Green+Blue) = 43+55+61=159 (21% of max value = 765). Red value is 43 (17.19% from 255 or 27.04% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 61 - color contains mainly: blue. Hex color #2B373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B373D is #D4C8C2. Grayscale: #343434. Windows color (decimal): -13945027 or 4011819. OLE color: 4011819.
HSL color Cylindrical-coordinate representation of color #2B373D: hue angle of 200º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2B373D is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 55 | 61 | - |
| CMYK | 0.30 | 0.10 | 0 | 0.76 |
| HSL | 200º | 0.17% | 0.2% | - |
| HSV(B) | 200º | 0.3% | 0.24% | - |
| XYZ | 3.2 | 3.58 | 4.94 | - |
| YUV | 52.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 55 | 61 | 0.30 | 0.10 | 0 | 0.76 | 200 | 0.17 | 0.2 |
| Hex | 2B | 37 | 3D | 1E | A | 0 | 4C | C8 | 11 | 14 |
| Octal | 53 | 67 | 75 | 36 | 12 | 0 | 114 | 310 | 21 | 24 |
| Binary | 101011 | 110111 | 111101 | 11110 | 1010 | 0 | 1001100 | 11001000 | 10001 | 10100 |
Color Harmonies of #2B373D
Complementary color
Monochromatic Colors of #2B373D
Black with #2B373D
Text Example
Text Example
White with #2B373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B373D; }
p { color: rgb(43,55,61); }
H1.HeaderClassName
{
color: #2B373D;
}
.AnyTagClassName
{
color: #2B373D;
}
</style>
background-color css
<style>
a { background-color: #2B373D; }
a { background-color: rgb(43,55,61); }
div.DivClassName
{
background-color: #2B373D;
}
.BgClassName
{
background-color: #2B373D;
}
</style>
border-color css
<style>
span { border-color: #2B373D; }
span { border-color: rgb(43,55,61); }
td.TdClassName
{
border-color: #2B373D;
}
.TagClassName
{
border-color: #2B373D;
}
</style>