Shades of Gunmetal #2A363C
Tints of Gunmetal #2A363C
RGB
CMYK
RGB Variations
Color information
#2A363C (or 0x2A363C) is known color: Gunmetal. HEX triplet: 2A, 36 and 3C. RGB value is (42,54,60). Sum of RGB (Red+Green+Blue) = 42+54+60=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 60 - color contains mainly: blue. Hex color #2A363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A363C is #D5C9C3. Grayscale: #333333. Windows color (decimal): -14010820 or 3946026. OLE color: 3946026.
HSL color Cylindrical-coordinate representation of color #2A363C: hue angle of 200º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2A363C is Cyan = 0.3, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 54 | 60 | - |
| CMYK | 0.3 | 0.10 | 0 | 0.76 |
| HSL | 200º | 0.18% | 0.2% | - |
| HSV(B) | 200º | 0.3% | 0.24% | - |
| XYZ | 3.09 | 3.46 | 4.78 | - |
| YUV | 51.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 54 | 60 | 0.3 | 0.10 | 0 | 0.76 | 200 | 0.18 | 0.2 |
| Hex | 2A | 36 | 3C | 1E | A | 0 | 4C | C8 | 12 | 14 |
| Octal | 52 | 66 | 74 | 36 | 12 | 0 | 114 | 310 | 22 | 24 |
| Binary | 101010 | 110110 | 111100 | 11110 | 1010 | 0 | 1001100 | 11001000 | 10010 | 10100 |
Color Harmonies of #2A363C
Complementary color
Monochromatic Colors of #2A363C
Black with #2A363C
Text Example
Text Example
White with #2A363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A363C; }
p { color: rgb(42,54,60); }
H1.HeaderClassName
{
color: #2A363C;
}
.AnyTagClassName
{
color: #2A363C;
}
</style>
background-color css
<style>
a { background-color: #2A363C; }
a { background-color: rgb(42,54,60); }
div.DivClassName
{
background-color: #2A363C;
}
.BgClassName
{
background-color: #2A363C;
}
</style>
border-color css
<style>
span { border-color: #2A363C; }
span { border-color: rgb(42,54,60); }
td.TdClassName
{
border-color: #2A363C;
}
.TagClassName
{
border-color: #2A363C;
}
</style>