Shades of Gunmetal #283237
Tints of Gunmetal #283237
RGB
CMYK
RGB Variations
Color information
#283237 (or 0x283237) is known color: Gunmetal. HEX triplet: 28, 32 and 37. RGB value is (40,50,55). Sum of RGB (Red+Green+Blue) = 40+50+55=145 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.59% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 55 - color contains mainly: blue. Hex color #283237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283237 is #D7CDC8. Grayscale: #2F2F2F. Windows color (decimal): -14142921 or 3617320. OLE color: 3617320.
HSL color Cylindrical-coordinate representation of color #283237: hue angle of 200º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #283237 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 50 | 55 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.78 |
| HSL | 200º | 0.16% | 0.19% | - |
| HSV(B) | 200º | 0.27% | 0.22% | - |
| XYZ | 2.71 | 3.01 | 4.05 | - |
| YUV | 47.58 | 132.19 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 55 | 0.27 | 0.09 | 0 | 0.78 | 200 | 0.16 | 0.19 |
| Hex | 28 | 32 | 37 | 1B | 9 | 0 | 4E | C8 | 10 | 13 |
| Octal | 50 | 62 | 67 | 33 | 11 | 0 | 116 | 310 | 20 | 23 |
| Binary | 101000 | 110010 | 110111 | 11011 | 1001 | 0 | 1001110 | 11001000 | 10000 | 10011 |
Color Harmonies of #283237
Complementary color
Monochromatic Colors of #283237
Black with #283237
Text Example
Text Example
White with #283237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283237; }
p { color: rgb(40,50,55); }
H1.HeaderClassName
{
color: #283237;
}
.AnyTagClassName
{
color: #283237;
}
</style>
background-color css
<style>
a { background-color: #283237; }
a { background-color: rgb(40,50,55); }
div.DivClassName
{
background-color: #283237;
}
.BgClassName
{
background-color: #283237;
}
</style>
border-color css
<style>
span { border-color: #283237; }
span { border-color: rgb(40,50,55); }
td.TdClassName
{
border-color: #283237;
}
.TagClassName
{
border-color: #283237;
}
</style>