Shades of Gunmetal #2A353A
Tints of Gunmetal #2A353A
RGB
CMYK
RGB Variations
Color information
#2A353A (or 0x2A353A) is known color: Gunmetal. HEX triplet: 2A, 35 and 3A. RGB value is (42,53,58). Sum of RGB (Red+Green+Blue) = 42+53+58=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 58 - color contains mainly: blue. Hex color #2A353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A353A is #D5CAC5. Grayscale: #323232. Windows color (decimal): -14011078 or 3814698. OLE color: 3814698.
HSL color Cylindrical-coordinate representation of color #2A353A: hue angle of 198.75º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2A353A is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 42 | 53 | 58 | - |
| CMYK | 0.28 | 0.09 | 0 | 0.77 |
| HSL | 198.75º | 0.16% | 0.2% | - |
| HSV(B) | 198.75º | 0.28% | 0.23% | - |
| XYZ | 2.99 | 3.34 | 4.49 | - |
| YUV | 50.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 53 | 58 | 0.28 | 0.09 | 0 | 0.77 | 198.75 | 0.16 | 0.2 |
| Hex | 2A | 35 | 3A | 1C | 9 | 0 | 4D | C7 | 10 | 14 |
| Octal | 52 | 65 | 72 | 34 | 11 | 0 | 115 | 307 | 20 | 24 |
| Binary | 101010 | 110101 | 111010 | 11100 | 1001 | 0 | 1001101 | 11000111 | 10000 | 10100 |
Color Harmonies of #2A353A
Complementary color
Monochromatic Colors of #2A353A
Black with #2A353A
Text Example
Text Example
White with #2A353A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A353A; }
p { color: rgb(42,53,58); }
H1.HeaderClassName
{
color: #2A353A;
}
.AnyTagClassName
{
color: #2A353A;
}
</style>
background-color css
<style>
a { background-color: #2A353A; }
a { background-color: rgb(42,53,58); }
div.DivClassName
{
background-color: #2A353A;
}
.BgClassName
{
background-color: #2A353A;
}
</style>
border-color css
<style>
span { border-color: #2A353A; }
span { border-color: rgb(42,53,58); }
td.TdClassName
{
border-color: #2A353A;
}
.TagClassName
{
border-color: #2A353A;
}
</style>