Shades of Mine Shaft #333F42
Tints of Mine Shaft #333F42
RGB
CMYK
RGB Variations
Color information
#333F42 (or 0x333F42) is known color: Mine Shaft. HEX triplet: 33, 3F and 42. RGB value is (51,63,66). Sum of RGB (Red+Green+Blue) = 51+63+66=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 66 (26.17% from 255 or 36.67% from 180); Max value from RGB is 66 - color contains mainly: blue. Hex color #333F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333F42 is #CCC0BD. Grayscale: #3B3B3B. Windows color (decimal): -13418686 or 4341555. OLE color: 4341555.
HSL color Cylindrical-coordinate representation of color #333F42: hue angle of 192º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #333F42 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 51 | 63 | 66 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.74 |
| HSL | 192º | 0.13% | 0.23% | - |
| HSV(B) | 192º | 0.23% | 0.26% | - |
| XYZ | 4.13 | 4.65 | 5.83 | - |
| YUV | 59.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 66 | 0.23 | 0.05 | 0 | 0.74 | 192 | 0.13 | 0.23 |
| Hex | 33 | 3F | 42 | 17 | 5 | 0 | 4A | C0 | D | 17 |
| Octal | 63 | 77 | 102 | 27 | 5 | 0 | 112 | 300 | 15 | 27 |
| Binary | 110011 | 111111 | 1000010 | 10111 | 101 | 0 | 1001010 | 11000000 | 1101 | 10111 |
Color Harmonies of #333F42
Complementary color
Monochromatic Colors of #333F42
Black with #333F42
Text Example
Text Example
White with #333F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333F42; }
p { color: rgb(51,63,66); }
H1.HeaderClassName
{
color: #333F42;
}
.AnyTagClassName
{
color: #333F42;
}
</style>
background-color css
<style>
a { background-color: #333F42; }
a { background-color: rgb(51,63,66); }
div.DivClassName
{
background-color: #333F42;
}
.BgClassName
{
background-color: #333F42;
}
</style>
border-color css
<style>
span { border-color: #333F42; }
span { border-color: rgb(51,63,66); }
td.TdClassName
{
border-color: #333F42;
}
.TagClassName
{
border-color: #333F42;
}
</style>