Shades of Mine Shaft #333C3F
Tints of Mine Shaft #333C3F
RGB
CMYK
RGB Variations
Color information
#333C3F (or 0x333C3F) is known color: Mine Shaft. HEX triplet: 33, 3C and 3F. RGB value is (51,60,63). Sum of RGB (Red+Green+Blue) = 51+60+63=174 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.31% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 63 - color contains mainly: blue. Hex color #333C3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333C3F is #CCC3C0. Grayscale: #393939. Windows color (decimal): -13419457 or 4144179. OLE color: 4144179.
HSL color Cylindrical-coordinate representation of color #333C3F: hue angle of 195º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #333C3F is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 60 | 63 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.75 |
| HSL | 195º | 0.11% | 0.22% | - |
| HSV(B) | 195º | 0.19% | 0.25% | - |
| XYZ | 3.88 | 4.29 | 5.33 | - |
| YUV | 57.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 63 | 0.19 | 0.05 | 0 | 0.75 | 195 | 0.11 | 0.22 |
| Hex | 33 | 3C | 3F | 13 | 5 | 0 | 4B | C3 | B | 16 |
| Octal | 63 | 74 | 77 | 23 | 5 | 0 | 113 | 303 | 13 | 26 |
| Binary | 110011 | 111100 | 111111 | 10011 | 101 | 0 | 1001011 | 11000011 | 1011 | 10110 |
Color Harmonies of #333C3F
Complementary color
Monochromatic Colors of #333C3F
Black with #333C3F
Text Example
Text Example
White with #333C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C3F; }
p { color: rgb(51,60,63); }
H1.HeaderClassName
{
color: #333C3F;
}
.AnyTagClassName
{
color: #333C3F;
}
</style>
background-color css
<style>
a { background-color: #333C3F; }
a { background-color: rgb(51,60,63); }
div.DivClassName
{
background-color: #333C3F;
}
.BgClassName
{
background-color: #333C3F;
}
</style>
border-color css
<style>
span { border-color: #333C3F; }
span { border-color: rgb(51,60,63); }
td.TdClassName
{
border-color: #333C3F;
}
.TagClassName
{
border-color: #333C3F;
}
</style>