Shades of Montana #373C3F
Tints of Montana #373C3F
RGB
CMYK
RGB Variations
Color information
#373C3F (or 0x373C3F) is known color: Montana. HEX triplet: 37, 3C and 3F. RGB value is (55,60,63). Sum of RGB (Red+Green+Blue) = 55+60+63=178 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.90% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 63 (25% from 255 or 35.39% from 178); Max value from RGB is 63 - color contains mainly: blue. Hex color #373C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373C3F is #C8C3C0. Grayscale: #3A3A3A. Windows color (decimal): -13157313 or 4144183. OLE color: 4144183.
HSL color Cylindrical-coordinate representation of color #373C3F: hue angle of 202.5º degrees, saturation: 0.07, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #373C3F is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 60 | 63 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.75 |
| HSL | 202.5º | 0.07% | 0.23% | - |
| HSV(B) | 202.5º | 0.13% | 0.25% | - |
| XYZ | 4.09 | 4.4 | 5.34 | - |
| YUV | 58.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 63 | 0.13 | 0.05 | 0 | 0.75 | 202.5 | 0.07 | 0.23 |
| Hex | 37 | 3C | 3F | D | 5 | 0 | 4B | CA | 7 | 17 |
| Octal | 67 | 74 | 77 | 15 | 5 | 0 | 113 | 312 | 7 | 27 |
| Binary | 110111 | 111100 | 111111 | 1101 | 101 | 0 | 1001011 | 11001010 | 111 | 10111 |
Color Harmonies of #373C3F
Complementary color
Monochromatic Colors of #373C3F
Black with #373C3F
Text Example
Text Example
White with #373C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373C3F; }
p { color: rgb(55,60,63); }
H1.HeaderClassName
{
color: #373C3F;
}
.AnyTagClassName
{
color: #373C3F;
}
</style>
background-color css
<style>
a { background-color: #373C3F; }
a { background-color: rgb(55,60,63); }
div.DivClassName
{
background-color: #373C3F;
}
.BgClassName
{
background-color: #373C3F;
}
</style>
border-color css
<style>
span { border-color: #373C3F; }
span { border-color: rgb(55,60,63); }
td.TdClassName
{
border-color: #373C3F;
}
.TagClassName
{
border-color: #373C3F;
}
</style>