Shades of Gunmetal #2B383E
Tints of Gunmetal #2B383E
RGB
CMYK
RGB Variations
Color information
#2B383E (or 0x2B383E) is known color: Gunmetal. HEX triplet: 2B, 38 and 3E. RGB value is (43,56,62). Sum of RGB (Red+Green+Blue) = 43+56+62=161 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.71% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 62 - color contains mainly: blue. Hex color #2B383E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B383E is #D4C7C1. Grayscale: #343434. Windows color (decimal): -13944770 or 4077611. OLE color: 4077611.
HSL color Cylindrical-coordinate representation of color #2B383E: hue angle of 198.95º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2B383E is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 56 | 62 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.76 |
| HSL | 198.95º | 0.18% | 0.21% | - |
| HSV(B) | 198.95º | 0.31% | 0.24% | - |
| XYZ | 3.28 | 3.69 | 5.1 | - |
| YUV | 52.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 56 | 62 | 0.31 | 0.10 | 0 | 0.76 | 198.95 | 0.18 | 0.21 |
| Hex | 2B | 38 | 3E | 1F | A | 0 | 4C | C7 | 12 | 15 |
| Octal | 53 | 70 | 76 | 37 | 12 | 0 | 114 | 307 | 22 | 25 |
| Binary | 101011 | 111000 | 111110 | 11111 | 1010 | 0 | 1001100 | 11000111 | 10010 | 10101 |
Color Harmonies of #2B383E
Complementary color
Monochromatic Colors of #2B383E
Black with #2B383E
Text Example
Text Example
White with #2B383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B383E; }
p { color: rgb(43,56,62); }
H1.HeaderClassName
{
color: #2B383E;
}
.AnyTagClassName
{
color: #2B383E;
}
</style>
background-color css
<style>
a { background-color: #2B383E; }
a { background-color: rgb(43,56,62); }
div.DivClassName
{
background-color: #2B383E;
}
.BgClassName
{
background-color: #2B383E;
}
</style>
border-color css
<style>
span { border-color: #2B383E; }
span { border-color: rgb(43,56,62); }
td.TdClassName
{
border-color: #2B383E;
}
.TagClassName
{
border-color: #2B383E;
}
</style>