Shades of Montana #31393F
Tints of Montana #31393F
RGB
CMYK
RGB Variations
Color information
#31393F (or 0x31393F) is known color: Montana. HEX triplet: 31, 39 and 3F. RGB value is (49,57,63). Sum of RGB (Red+Green+Blue) = 49+57+63=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 63 - color contains mainly: blue. Hex color #31393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31393F is #CEC6C0. Grayscale: #373737. Windows color (decimal): -13551297 or 4143409. OLE color: 4143409.
HSL color Cylindrical-coordinate representation of color #31393F: hue angle of 205.71º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #31393F is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 57 | 63 | - |
| CMYK | 0.22 | 0.10 | 0 | 0.75 |
| HSL | 205.71º | 0.13% | 0.22% | - |
| HSV(B) | 205.71º | 0.22% | 0.25% | - |
| XYZ | 3.63 | 3.94 | 5.27 | - |
| YUV | 55.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 57 | 63 | 0.22 | 0.10 | 0 | 0.75 | 205.71 | 0.13 | 0.22 |
| Hex | 31 | 39 | 3F | 16 | A | 0 | 4B | CE | C | 16 |
| Octal | 61 | 71 | 77 | 26 | 12 | 0 | 113 | 316 | 14 | 26 |
| Binary | 110001 | 111001 | 111111 | 10110 | 1010 | 0 | 1001011 | 11001110 | 1100 | 10110 |
Color Harmonies of #31393F
Complementary color
Monochromatic Colors of #31393F
Black with #31393F
Text Example
Text Example
White with #31393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31393F; }
p { color: rgb(49,57,63); }
H1.HeaderClassName
{
color: #31393F;
}
.AnyTagClassName
{
color: #31393F;
}
</style>
background-color css
<style>
a { background-color: #31393F; }
a { background-color: rgb(49,57,63); }
div.DivClassName
{
background-color: #31393F;
}
.BgClassName
{
background-color: #31393F;
}
</style>
border-color css
<style>
span { border-color: #31393F; }
span { border-color: rgb(49,57,63); }
td.TdClassName
{
border-color: #31393F;
}
.TagClassName
{
border-color: #31393F;
}
</style>