Shades of Gunmetal #2B3235
Tints of Gunmetal #2B3235
RGB
CMYK
RGB Variations
Color information
#2B3235 (or 0x2B3235) is known color: Gunmetal. HEX triplet: 2B, 32 and 35. RGB value is (43,50,53). Sum of RGB (Red+Green+Blue) = 43+50+53=146 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.45% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 53 (21.09% from 255 or 36.30% from 146); Max value from RGB is 53 - color contains mainly: blue. Hex color #2B3235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3235 is #D4CDCA. Grayscale: #303030. Windows color (decimal): -13946315 or 3486251. OLE color: 3486251.
HSL color Cylindrical-coordinate representation of color #2B3235: hue angle of 198º degrees, saturation: 0.1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2B3235 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 43 | 50 | 53 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.79 |
| HSL | 198º | 0.1% | 0.19% | - |
| HSV(B) | 198º | 0.19% | 0.21% | - |
| XYZ | 2.78 | 3.05 | 3.81 | - |
| YUV | 48.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 50 | 53 | 0.19 | 0.06 | 0 | 0.79 | 198 | 0.1 | 0.19 |
| Hex | 2B | 32 | 35 | 13 | 6 | 0 | 4F | C6 | A | 13 |
| Octal | 53 | 62 | 65 | 23 | 6 | 0 | 117 | 306 | 12 | 23 |
| Binary | 101011 | 110010 | 110101 | 10011 | 110 | 0 | 1001111 | 11000110 | 1010 | 10011 |
Color Harmonies of #2B3235
Complementary color
Monochromatic Colors of #2B3235
Black with #2B3235
Text Example
Text Example
White with #2B3235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3235; }
p { color: rgb(43,50,53); }
H1.HeaderClassName
{
color: #2B3235;
}
.AnyTagClassName
{
color: #2B3235;
}
</style>
background-color css
<style>
a { background-color: #2B3235; }
a { background-color: rgb(43,50,53); }
div.DivClassName
{
background-color: #2B3235;
}
.BgClassName
{
background-color: #2B3235;
}
</style>
border-color css
<style>
span { border-color: #2B3235; }
span { border-color: rgb(43,50,53); }
td.TdClassName
{
border-color: #2B3235;
}
.TagClassName
{
border-color: #2B3235;
}
</style>