Shades of Mine Shaft #373E40
Tints of Mine Shaft #373E40
RGB
CMYK
RGB Variations
Color information
#373E40 (or 0x373E40) is known color: Mine Shaft. HEX triplet: 37, 3E and 40. RGB value is (55,62,64). Sum of RGB (Red+Green+Blue) = 55+62+64=181 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.39% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 64 - color contains mainly: blue. Hex color #373E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373E40 is #C8C1BF. Grayscale: #3C3C3C. Windows color (decimal): -13156800 or 4210231. OLE color: 4210231.
HSL color Cylindrical-coordinate representation of color #373E40: hue angle of 193.33º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #373E40 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 62 | 64 | - |
| CMYK | 0.14 | 0.03 | 0 | 0.75 |
| HSL | 193.33º | 0.08% | 0.23% | - |
| HSV(B) | 193.33º | 0.14% | 0.25% | - |
| XYZ | 4.22 | 4.63 | 5.52 | - |
| YUV | 60.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 62 | 64 | 0.14 | 0.03 | 0 | 0.75 | 193.33 | 0.08 | 0.23 |
| Hex | 37 | 3E | 40 | E | 3 | 0 | 4B | C1 | 8 | 17 |
| Octal | 67 | 76 | 100 | 16 | 3 | 0 | 113 | 301 | 10 | 27 |
| Binary | 110111 | 111110 | 1000000 | 1110 | 11 | 0 | 1001011 | 11000001 | 1000 | 10111 |
Color Harmonies of #373E40
Complementary color
Monochromatic Colors of #373E40
Black with #373E40
Text Example
Text Example
White with #373E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373E40; }
p { color: rgb(55,62,64); }
H1.HeaderClassName
{
color: #373E40;
}
.AnyTagClassName
{
color: #373E40;
}
</style>
background-color css
<style>
a { background-color: #373E40; }
a { background-color: rgb(55,62,64); }
div.DivClassName
{
background-color: #373E40;
}
.BgClassName
{
background-color: #373E40;
}
</style>
border-color css
<style>
span { border-color: #373E40; }
span { border-color: rgb(55,62,64); }
td.TdClassName
{
border-color: #373E40;
}
.TagClassName
{
border-color: #373E40;
}
</style>