Shades of Gunmetal #2B363C
Tints of Gunmetal #2B363C
RGB
CMYK
RGB Variations
Color information
#2B363C (or 0x2B363C) is known color: Gunmetal. HEX triplet: 2B, 36 and 3C. RGB value is (43,54,60). Sum of RGB (Red+Green+Blue) = 43+54+60=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 60 - color contains mainly: blue. Hex color #2B363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B363C is #D4C9C3. Grayscale: #333333. Windows color (decimal): -13945284 or 3946027. OLE color: 3946027.
HSL color Cylindrical-coordinate representation of color #2B363C: hue angle of 201.18º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2B363C is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 54 | 60 | - |
| CMYK | 0.28 | 0.10 | 0 | 0.76 |
| HSL | 201.18º | 0.17% | 0.2% | - |
| HSV(B) | 201.18º | 0.28% | 0.24% | - |
| XYZ | 3.13 | 3.48 | 4.78 | - |
| YUV | 51.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 54 | 60 | 0.28 | 0.10 | 0 | 0.76 | 201.18 | 0.17 | 0.2 |
| Hex | 2B | 36 | 3C | 1C | A | 0 | 4C | C9 | 11 | 14 |
| Octal | 53 | 66 | 74 | 34 | 12 | 0 | 114 | 311 | 21 | 24 |
| Binary | 101011 | 110110 | 111100 | 11100 | 1010 | 0 | 1001100 | 11001001 | 10001 | 10100 |
Color Harmonies of #2B363C
Complementary color
Monochromatic Colors of #2B363C
Black with #2B363C
Text Example
Text Example
White with #2B363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B363C; }
p { color: rgb(43,54,60); }
H1.HeaderClassName
{
color: #2B363C;
}
.AnyTagClassName
{
color: #2B363C;
}
</style>
background-color css
<style>
a { background-color: #2B363C; }
a { background-color: rgb(43,54,60); }
div.DivClassName
{
background-color: #2B363C;
}
.BgClassName
{
background-color: #2B363C;
}
</style>
border-color css
<style>
span { border-color: #2B363C; }
span { border-color: rgb(43,54,60); }
td.TdClassName
{
border-color: #2B363C;
}
.TagClassName
{
border-color: #2B363C;
}
</style>