Shades of Montana #37393A
Tints of Montana #37393A
RGB
CMYK
RGB Variations
Color information
#37393A (or 0x37393A) is known color: Montana. HEX triplet: 37, 39 and 3A. RGB value is (55,57,58). Sum of RGB (Red+Green+Blue) = 55+57+58=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 58 - color contains mainly: blue. Hex color #37393A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37393A is #C8C6C5. Grayscale: #383838. Windows color (decimal): -13158086 or 3815735. OLE color: 3815735.
HSL color Cylindrical-coordinate representation of color #37393A: hue angle of 200º degrees, saturation: 0.03, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #37393A is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
RGB | 55 | 57 | 58 | - |
CMYK | 0.05 | 0.02 | 0 | 0.77 |
HSL | 200º | 0.03% | 0.22% | - |
HSV(B) | 200º | 0.05% | 0.23% | - |
XYZ | 3.8 | 4.04 | 4.58 | - |
YUV | 56.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 55 | 57 | 58 | 0.05 | 0.02 | 0 | 0.77 | 200 | 0.03 | 0.22 |
Hex | 37 | 39 | 3A | 5 | 2 | 0 | 4D | C8 | 3 | 16 |
Octal | 67 | 71 | 72 | 5 | 2 | 0 | 115 | 310 | 3 | 26 |
Binary | 110111 | 111001 | 111010 | 101 | 10 | 0 | 1001101 | 11001000 | 11 | 10110 |
Color Harmonies of #37393A
Complementary color
Monochromatic Colors of #37393A
Black with #37393A
Text Example
Text Example
White with #37393A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37393A; }
p { color: rgb(55,57,58); }
H1.HeaderClassName
{
color: #37393A;
}
.AnyTagClassName
{
color: #37393A;
}
</style>
background-color css
<style>
a { background-color: #37393A; }
a { background-color: rgb(55,57,58); }
div.DivClassName
{
background-color: #37393A;
}
.BgClassName
{
background-color: #37393A;
}
</style>
border-color css
<style>
span { border-color: #37393A; }
span { border-color: rgb(55,57,58); }
td.TdClassName
{
border-color: #37393A;
}
.TagClassName
{
border-color: #37393A;
}
</style>