Shades of Mine Shaft #2E3B40
Tints of Mine Shaft #2E3B40
RGB
CMYK
RGB Variations
Color information
#2E3B40 (or 0x2E3B40) is known color: Mine Shaft. HEX triplet: 2E, 3B and 40. RGB value is (46,59,64). Sum of RGB (Red+Green+Blue) = 46+59+64=169 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.22% from 169); Green value is 59 (23.44% from 255 or 34.91% from 169); Blue value is 64 (25.39% from 255 or 37.87% from 169); Max value from RGB is 64 - color contains mainly: blue. Hex color #2E3B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3B40 is #D1C4BF. Grayscale: #373737. Windows color (decimal): -13747392 or 4209454. OLE color: 4209454.
HSL color Cylindrical-coordinate representation of color #2E3B40: hue angle of 196.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2E3B40 is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 59 | 64 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.75 |
| HSL | 196.67º | 0.16% | 0.22% | - |
| HSV(B) | 196.67º | 0.28% | 0.25% | - |
| XYZ | 3.62 | 4.08 | 5.45 | - |
| YUV | 55.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 59 | 64 | 0.28 | 0.08 | 0 | 0.75 | 196.67 | 0.16 | 0.22 |
| Hex | 2E | 3B | 40 | 1C | 8 | 0 | 4B | C5 | 10 | 16 |
| Octal | 56 | 73 | 100 | 34 | 10 | 0 | 113 | 305 | 20 | 26 |
| Binary | 101110 | 111011 | 1000000 | 11100 | 1000 | 0 | 1001011 | 11000101 | 10000 | 10110 |
Color Harmonies of #2E3B40
Complementary color
Monochromatic Colors of #2E3B40
Black with #2E3B40
Text Example
Text Example
White with #2E3B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3B40; }
p { color: rgb(46,59,64); }
H1.HeaderClassName
{
color: #2E3B40;
}
.AnyTagClassName
{
color: #2E3B40;
}
</style>
background-color css
<style>
a { background-color: #2E3B40; }
a { background-color: rgb(46,59,64); }
div.DivClassName
{
background-color: #2E3B40;
}
.BgClassName
{
background-color: #2E3B40;
}
</style>
border-color css
<style>
span { border-color: #2E3B40; }
span { border-color: rgb(46,59,64); }
td.TdClassName
{
border-color: #2E3B40;
}
.TagClassName
{
border-color: #2E3B40;
}
</style>