Shades of Mine Shaft #343D40
Tints of Mine Shaft #343D40
RGB
CMYK
RGB Variations
Color information
#343D40 (or 0x343D40) is known color: Mine Shaft. HEX triplet: 34, 3D and 40. RGB value is (52,61,64). Sum of RGB (Red+Green+Blue) = 52+61+64=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 64 - color contains mainly: blue. Hex color #343D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343D40 is #CBC2BF. Grayscale: #3A3A3A. Windows color (decimal): -13353664 or 4209972. OLE color: 4209972.
HSL color Cylindrical-coordinate representation of color #343D40: hue angle of 195º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #343D40 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 61 | 64 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.75 |
| HSL | 195º | 0.1% | 0.23% | - |
| HSV(B) | 195º | 0.19% | 0.25% | - |
| XYZ | 4.01 | 4.44 | 5.5 | - |
| YUV | 58.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 64 | 0.19 | 0.05 | 0 | 0.75 | 195 | 0.1 | 0.23 |
| Hex | 34 | 3D | 40 | 13 | 5 | 0 | 4B | C3 | A | 17 |
| Octal | 64 | 75 | 100 | 23 | 5 | 0 | 113 | 303 | 12 | 27 |
| Binary | 110100 | 111101 | 1000000 | 10011 | 101 | 0 | 1001011 | 11000011 | 1010 | 10111 |
Color Harmonies of #343D40
Complementary color
Monochromatic Colors of #343D40
Black with #343D40
Text Example
Text Example
White with #343D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343D40; }
p { color: rgb(52,61,64); }
H1.HeaderClassName
{
color: #343D40;
}
.AnyTagClassName
{
color: #343D40;
}
</style>
background-color css
<style>
a { background-color: #343D40; }
a { background-color: rgb(52,61,64); }
div.DivClassName
{
background-color: #343D40;
}
.BgClassName
{
background-color: #343D40;
}
</style>
border-color css
<style>
span { border-color: #343D40; }
span { border-color: rgb(52,61,64); }
td.TdClassName
{
border-color: #343D40;
}
.TagClassName
{
border-color: #343D40;
}
</style>