Shades of Mine Shaft #363E40
Tints of Mine Shaft #363E40
RGB
CMYK
RGB Variations
Color information
#363E40 (or 0x363E40) is known color: Mine Shaft. HEX triplet: 36, 3E and 40. RGB value is (54,62,64). Sum of RGB (Red+Green+Blue) = 54+62+64=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 62 (24.61% from 255 or 34.44% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 64 - color contains mainly: blue. Hex color #363E40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363E40 is #C9C1BF. Grayscale: #3B3B3B. Windows color (decimal): -13222336 or 4210230. OLE color: 4210230.
HSL color Cylindrical-coordinate representation of color #363E40: hue angle of 192º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #363E40 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 62 | 64 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.75 |
| HSL | 192º | 0.08% | 0.23% | - |
| HSV(B) | 192º | 0.16% | 0.25% | - |
| XYZ | 4.17 | 4.6 | 5.52 | - |
| YUV | 59.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 64 | 0.16 | 0.03 | 0 | 0.75 | 192 | 0.08 | 0.23 |
| Hex | 36 | 3E | 40 | 10 | 3 | 0 | 4B | C0 | 8 | 17 |
| Octal | 66 | 76 | 100 | 20 | 3 | 0 | 113 | 300 | 10 | 27 |
| Binary | 110110 | 111110 | 1000000 | 10000 | 11 | 0 | 1001011 | 11000000 | 1000 | 10111 |
Color Harmonies of #363E40
Complementary color
Monochromatic Colors of #363E40
Black with #363E40
Text Example
Text Example
White with #363E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363E40; }
p { color: rgb(54,62,64); }
H1.HeaderClassName
{
color: #363E40;
}
.AnyTagClassName
{
color: #363E40;
}
</style>
background-color css
<style>
a { background-color: #363E40; }
a { background-color: rgb(54,62,64); }
div.DivClassName
{
background-color: #363E40;
}
.BgClassName
{
background-color: #363E40;
}
</style>
border-color css
<style>
span { border-color: #363E40; }
span { border-color: rgb(54,62,64); }
td.TdClassName
{
border-color: #363E40;
}
.TagClassName
{
border-color: #363E40;
}
</style>