Shades of Gunmetal #2B393F
Tints of Gunmetal #2B393F
RGB
CMYK
RGB Variations
Color information
#2B393F (or 0x2B393F) is known color: Gunmetal. HEX triplet: 2B, 39 and 3F. RGB value is (43,57,63). Sum of RGB (Red+Green+Blue) = 43+57+63=163 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.38% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 63 - color contains mainly: blue. Hex color #2B393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B393F is #D4C6C0. Grayscale: #353535. Windows color (decimal): -13944513 or 4143403. OLE color: 4143403.
HSL color Cylindrical-coordinate representation of color #2B393F: hue angle of 198º degrees, saturation: 0.19, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #2B393F is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 57 | 63 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.75 |
| HSL | 198º | 0.19% | 0.21% | - |
| HSV(B) | 198º | 0.32% | 0.25% | - |
| XYZ | 3.36 | 3.8 | 5.26 | - |
| YUV | 53.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 57 | 63 | 0.32 | 0.10 | 0 | 0.75 | 198 | 0.19 | 0.21 |
| Hex | 2B | 39 | 3F | 20 | A | 0 | 4B | C6 | 13 | 15 |
| Octal | 53 | 71 | 77 | 40 | 12 | 0 | 113 | 306 | 23 | 25 |
| Binary | 101011 | 111001 | 111111 | 100000 | 1010 | 0 | 1001011 | 11000110 | 10011 | 10101 |
Color Harmonies of #2B393F
Complementary color
Monochromatic Colors of #2B393F
Black with #2B393F
Text Example
Text Example
White with #2B393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B393F; }
p { color: rgb(43,57,63); }
H1.HeaderClassName
{
color: #2B393F;
}
.AnyTagClassName
{
color: #2B393F;
}
</style>
background-color css
<style>
a { background-color: #2B393F; }
a { background-color: rgb(43,57,63); }
div.DivClassName
{
background-color: #2B393F;
}
.BgClassName
{
background-color: #2B393F;
}
</style>
border-color css
<style>
span { border-color: #2B393F; }
span { border-color: rgb(43,57,63); }
td.TdClassName
{
border-color: #2B393F;
}
.TagClassName
{
border-color: #2B393F;
}
</style>