Shades of Mine Shaft #343C3E
Tints of Mine Shaft #343C3E
RGB
CMYK
RGB Variations
Color information
#343C3E (or 0x343C3E) is known color: Mine Shaft. HEX triplet: 34, 3C and 3E. RGB value is (52,60,62). Sum of RGB (Red+Green+Blue) = 52+60+62=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 62 - color contains mainly: blue. Hex color #343C3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343C3E is #CBC3C1. Grayscale: #393939. Windows color (decimal): -13353922 or 4078644. OLE color: 4078644.
HSL color Cylindrical-coordinate representation of color #343C3E: hue angle of 192º degrees, saturation: 0.09, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #343C3E is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 60 | 62 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.76 |
| HSL | 192º | 0.09% | 0.22% | - |
| HSV(B) | 192º | 0.16% | 0.24% | - |
| XYZ | 3.9 | 4.31 | 5.18 | - |
| YUV | 57.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 60 | 62 | 0.16 | 0.03 | 0 | 0.76 | 192 | 0.09 | 0.22 |
| Hex | 34 | 3C | 3E | 10 | 3 | 0 | 4C | C0 | 9 | 16 |
| Octal | 64 | 74 | 76 | 20 | 3 | 0 | 114 | 300 | 11 | 26 |
| Binary | 110100 | 111100 | 111110 | 10000 | 11 | 0 | 1001100 | 11000000 | 1001 | 10110 |
Color Harmonies of #343C3E
Complementary color
Monochromatic Colors of #343C3E
Black with #343C3E
Text Example
Text Example
White with #343C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343C3E; }
p { color: rgb(52,60,62); }
H1.HeaderClassName
{
color: #343C3E;
}
.AnyTagClassName
{
color: #343C3E;
}
</style>
background-color css
<style>
a { background-color: #343C3E; }
a { background-color: rgb(52,60,62); }
div.DivClassName
{
background-color: #343C3E;
}
.BgClassName
{
background-color: #343C3E;
}
</style>
border-color css
<style>
span { border-color: #343C3E; }
span { border-color: rgb(52,60,62); }
td.TdClassName
{
border-color: #343C3E;
}
.TagClassName
{
border-color: #343C3E;
}
</style>