Shades of Mine Shaft #323F42
Tints of Mine Shaft #323F42
RGB
CMYK
RGB Variations
Color information
#323F42 (or 0x323F42) is known color: Mine Shaft. HEX triplet: 32, 3F and 42. RGB value is (50,63,66). Sum of RGB (Red+Green+Blue) = 50+63+66=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 66 - color contains mainly: blue. Hex color #323F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323F42 is #CDC0BD. Grayscale: #3B3B3B. Windows color (decimal): -13484222 or 4341554. OLE color: 4341554.
HSL color Cylindrical-coordinate representation of color #323F42: hue angle of 191.25º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #323F42 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 50 | 63 | 66 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.74 |
| HSL | 191.25º | 0.14% | 0.23% | - |
| HSV(B) | 191.25º | 0.24% | 0.26% | - |
| XYZ | 4.08 | 4.63 | 5.83 | - |
| YUV | 59.46 | 131.69 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 66 | 0.24 | 0.05 | 0 | 0.74 | 191.25 | 0.14 | 0.23 |
| Hex | 32 | 3F | 42 | 18 | 5 | 0 | 4A | BF | E | 17 |
| Octal | 62 | 77 | 102 | 30 | 5 | 0 | 112 | 277 | 16 | 27 |
| Binary | 110010 | 111111 | 1000010 | 11000 | 101 | 0 | 1001010 | 10111111 | 1110 | 10111 |
Color Harmonies of #323F42
Complementary color
Monochromatic Colors of #323F42
Black with #323F42
Text Example
Text Example
White with #323F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F42; }
p { color: rgb(50,63,66); }
H1.HeaderClassName
{
color: #323F42;
}
.AnyTagClassName
{
color: #323F42;
}
</style>
background-color css
<style>
a { background-color: #323F42; }
a { background-color: rgb(50,63,66); }
div.DivClassName
{
background-color: #323F42;
}
.BgClassName
{
background-color: #323F42;
}
</style>
border-color css
<style>
span { border-color: #323F42; }
span { border-color: rgb(50,63,66); }
td.TdClassName
{
border-color: #323F42;
}
.TagClassName
{
border-color: #323F42;
}
</style>