Shades of Mine Shaft #323A3D
Tints of Mine Shaft #323A3D
RGB
CMYK
RGB Variations
Color information
#323A3D (or 0x323A3D) is known color: Mine Shaft. HEX triplet: 32, 3A and 3D. RGB value is (50,58,61). Sum of RGB (Red+Green+Blue) = 50+58+61=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 58 (23.05% from 255 or 34.32% from 169); Blue value is 61 (24.22% from 255 or 36.09% from 169); Max value from RGB is 61 - color contains mainly: blue. Hex color #323A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323A3D is #CDC5C2. Grayscale: #373737. Windows color (decimal): -13485507 or 4012594. OLE color: 4012594.
HSL color Cylindrical-coordinate representation of color #323A3D: hue angle of 196.36º degrees, saturation: 0.1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #323A3D is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 58 | 61 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.76 |
| HSL | 196.36º | 0.1% | 0.22% | - |
| HSV(B) | 196.36º | 0.18% | 0.24% | - |
| XYZ | 3.67 | 4.04 | 5 | - |
| YUV | 55.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 61 | 0.18 | 0.05 | 0 | 0.76 | 196.36 | 0.1 | 0.22 |
| Hex | 32 | 3A | 3D | 12 | 5 | 0 | 4C | C4 | A | 16 |
| Octal | 62 | 72 | 75 | 22 | 5 | 0 | 114 | 304 | 12 | 26 |
| Binary | 110010 | 111010 | 111101 | 10010 | 101 | 0 | 1001100 | 11000100 | 1010 | 10110 |
Color Harmonies of #323A3D
Complementary color
Monochromatic Colors of #323A3D
Black with #323A3D
Text Example
Text Example
White with #323A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323A3D; }
p { color: rgb(50,58,61); }
H1.HeaderClassName
{
color: #323A3D;
}
.AnyTagClassName
{
color: #323A3D;
}
</style>
background-color css
<style>
a { background-color: #323A3D; }
a { background-color: rgb(50,58,61); }
div.DivClassName
{
background-color: #323A3D;
}
.BgClassName
{
background-color: #323A3D;
}
</style>
border-color css
<style>
span { border-color: #323A3D; }
span { border-color: rgb(50,58,61); }
td.TdClassName
{
border-color: #323A3D;
}
.TagClassName
{
border-color: #323A3D;
}
</style>