Shades of Gunmetal #2B3438
Tints of Gunmetal #2B3438
RGB
CMYK
RGB Variations
Color information
#2B3438 (or 0x2B3438) is known color: Gunmetal. HEX triplet: 2B, 34 and 38. RGB value is (43,52,56). Sum of RGB (Red+Green+Blue) = 43+52+56=151 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.48% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 56 (22.27% from 255 or 37.09% from 151); Max value from RGB is 56 - color contains mainly: blue. Hex color #2B3438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3438 is #D4CBC7. Grayscale: #313131. Windows color (decimal): -13945800 or 3683371. OLE color: 3683371.
HSL color Cylindrical-coordinate representation of color #2B3438: hue angle of 198.46º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2B3438 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 52 | 56 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.78 |
| HSL | 198.46º | 0.13% | 0.19% | - |
| HSV(B) | 198.46º | 0.23% | 0.22% | - |
| XYZ | 2.94 | 3.26 | 4.21 | - |
| YUV | 49.77 | 131.52 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 52 | 56 | 0.23 | 0.07 | 0 | 0.78 | 198.46 | 0.13 | 0.19 |
| Hex | 2B | 34 | 38 | 17 | 7 | 0 | 4E | C6 | D | 13 |
| Octal | 53 | 64 | 70 | 27 | 7 | 0 | 116 | 306 | 15 | 23 |
| Binary | 101011 | 110100 | 111000 | 10111 | 111 | 0 | 1001110 | 11000110 | 1101 | 10011 |
Color Harmonies of #2B3438
Complementary color
Monochromatic Colors of #2B3438
Black with #2B3438
Text Example
Text Example
White with #2B3438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3438; }
p { color: rgb(43,52,56); }
H1.HeaderClassName
{
color: #2B3438;
}
.AnyTagClassName
{
color: #2B3438;
}
</style>
background-color css
<style>
a { background-color: #2B3438; }
a { background-color: rgb(43,52,56); }
div.DivClassName
{
background-color: #2B3438;
}
.BgClassName
{
background-color: #2B3438;
}
</style>
border-color css
<style>
span { border-color: #2B3438; }
span { border-color: rgb(43,52,56); }
td.TdClassName
{
border-color: #2B3438;
}
.TagClassName
{
border-color: #2B3438;
}
</style>