Shades of Gunmetal #29353B
Tints of Gunmetal #29353B
RGB
CMYK
RGB Variations
Color information
#29353B (or 0x29353B) is known color: Gunmetal. HEX triplet: 29, 35 and 3B. RGB value is (41,53,59). Sum of RGB (Red+Green+Blue) = 41+53+59=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 59 (23.44% from 255 or 38.56% from 153); Max value from RGB is 59 - color contains mainly: blue. Hex color #29353B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29353B is #D6CAC4. Grayscale: #323232. Windows color (decimal): -14076613 or 3880233. OLE color: 3880233.
HSL color Cylindrical-coordinate representation of color #29353B: hue angle of 200º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #29353B is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 41 | 53 | 59 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.77 |
| HSL | 200º | 0.18% | 0.2% | - |
| HSV(B) | 200º | 0.31% | 0.23% | - |
| XYZ | 2.98 | 3.33 | 4.62 | - |
| YUV | 50.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 53 | 59 | 0.31 | 0.10 | 0 | 0.77 | 200 | 0.18 | 0.2 |
| Hex | 29 | 35 | 3B | 1F | A | 0 | 4D | C8 | 12 | 14 |
| Octal | 51 | 65 | 73 | 37 | 12 | 0 | 115 | 310 | 22 | 24 |
| Binary | 101001 | 110101 | 111011 | 11111 | 1010 | 0 | 1001101 | 11001000 | 10010 | 10100 |
Color Harmonies of #29353B
Complementary color
Monochromatic Colors of #29353B
Black with #29353B
Text Example
Text Example
White with #29353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29353B; }
p { color: rgb(41,53,59); }
H1.HeaderClassName
{
color: #29353B;
}
.AnyTagClassName
{
color: #29353B;
}
</style>
background-color css
<style>
a { background-color: #29353B; }
a { background-color: rgb(41,53,59); }
div.DivClassName
{
background-color: #29353B;
}
.BgClassName
{
background-color: #29353B;
}
</style>
border-color css
<style>
span { border-color: #29353B; }
span { border-color: rgb(41,53,59); }
td.TdClassName
{
border-color: #29353B;
}
.TagClassName
{
border-color: #29353B;
}
</style>