Shades of Mine Shaft #333D41
Tints of Mine Shaft #333D41
RGB
CMYK
RGB Variations
Color information
#333D41 (or 0x333D41) is known color: Mine Shaft. HEX triplet: 33, 3D and 41. RGB value is (51,61,65). Sum of RGB (Red+Green+Blue) = 51+61+65=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 65 - color contains mainly: blue. Hex color #333D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333D41 is #CCC2BE. Grayscale: #3A3A3A. Windows color (decimal): -13419199 or 4275507. OLE color: 4275507.
HSL color Cylindrical-coordinate representation of color #333D41: hue angle of 197.14º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #333D41 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 61 | 65 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.75 |
| HSL | 197.14º | 0.12% | 0.23% | - |
| HSV(B) | 197.14º | 0.22% | 0.25% | - |
| XYZ | 3.99 | 4.42 | 5.64 | - |
| YUV | 58.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 61 | 65 | 0.22 | 0.06 | 0 | 0.75 | 197.14 | 0.12 | 0.23 |
| Hex | 33 | 3D | 41 | 16 | 6 | 0 | 4B | C5 | C | 17 |
| Octal | 63 | 75 | 101 | 26 | 6 | 0 | 113 | 305 | 14 | 27 |
| Binary | 110011 | 111101 | 1000001 | 10110 | 110 | 0 | 1001011 | 11000101 | 1100 | 10111 |
Color Harmonies of #333D41
Complementary color
Monochromatic Colors of #333D41
Black with #333D41
Text Example
Text Example
White with #333D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333D41; }
p { color: rgb(51,61,65); }
H1.HeaderClassName
{
color: #333D41;
}
.AnyTagClassName
{
color: #333D41;
}
</style>
background-color css
<style>
a { background-color: #333D41; }
a { background-color: rgb(51,61,65); }
div.DivClassName
{
background-color: #333D41;
}
.BgClassName
{
background-color: #333D41;
}
</style>
border-color css
<style>
span { border-color: #333D41; }
span { border-color: rgb(51,61,65); }
td.TdClassName
{
border-color: #333D41;
}
.TagClassName
{
border-color: #333D41;
}
</style>