Shades of Gunmetal #273238
Tints of Gunmetal #273238
RGB
CMYK
RGB Variations
Color information
#273238 (or 0x273238) is known color: Gunmetal. HEX triplet: 27, 32 and 38. RGB value is (39,50,56). Sum of RGB (Red+Green+Blue) = 39+50+56=145 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.90% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 56 (22.27% from 255 or 38.62% from 145); Max value from RGB is 56 - color contains mainly: blue. Hex color #273238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273238 is #D8CDC7. Grayscale: #2F2F2F. Windows color (decimal): -14208456 or 3682855. OLE color: 3682855.
HSL color Cylindrical-coordinate representation of color #273238: hue angle of 201.18º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #273238 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 39 | 50 | 56 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.78 |
| HSL | 201.18º | 0.18% | 0.19% | - |
| HSV(B) | 201.18º | 0.3% | 0.22% | - |
| XYZ | 2.69 | 3 | 4.18 | - |
| YUV | 47.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 50 | 56 | 0.30 | 0.11 | 0 | 0.78 | 201.18 | 0.18 | 0.19 |
| Hex | 27 | 32 | 38 | 1E | B | 0 | 4E | C9 | 12 | 13 |
| Octal | 47 | 62 | 70 | 36 | 13 | 0 | 116 | 311 | 22 | 23 |
| Binary | 100111 | 110010 | 111000 | 11110 | 1011 | 0 | 1001110 | 11001001 | 10010 | 10011 |
Color Harmonies of #273238
Complementary color
Monochromatic Colors of #273238
Black with #273238
Text Example
Text Example
White with #273238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273238; }
p { color: rgb(39,50,56); }
H1.HeaderClassName
{
color: #273238;
}
.AnyTagClassName
{
color: #273238;
}
</style>
background-color css
<style>
a { background-color: #273238; }
a { background-color: rgb(39,50,56); }
div.DivClassName
{
background-color: #273238;
}
.BgClassName
{
background-color: #273238;
}
</style>
border-color css
<style>
span { border-color: #273238; }
span { border-color: rgb(39,50,56); }
td.TdClassName
{
border-color: #273238;
}
.TagClassName
{
border-color: #273238;
}
</style>