Shades of Mine Shaft #303B3F
Tints of Mine Shaft #303B3F
RGB
CMYK
RGB Variations
Color information
#303B3F (or 0x303B3F) is known color: Mine Shaft. HEX triplet: 30, 3B and 3F. RGB value is (48,59,63). Sum of RGB (Red+Green+Blue) = 48+59+63=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 59 (23.44% from 255 or 34.71% from 170); Blue value is 63 (25% from 255 or 37.06% from 170); Max value from RGB is 63 - color contains mainly: blue. Hex color #303B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303B3F is #CFC4C0. Grayscale: #383838. Windows color (decimal): -13616321 or 4143920. OLE color: 4143920.
HSL color Cylindrical-coordinate representation of color #303B3F: hue angle of 196º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #303B3F is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 59 | 63 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.75 |
| HSL | 196º | 0.14% | 0.22% | - |
| HSV(B) | 196º | 0.24% | 0.25% | - |
| XYZ | 3.68 | 4.12 | 5.3 | - |
| YUV | 56.17 | 131.86 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 63 | 0.24 | 0.06 | 0 | 0.75 | 196 | 0.14 | 0.22 |
| Hex | 30 | 3B | 3F | 18 | 6 | 0 | 4B | C4 | E | 16 |
| Octal | 60 | 73 | 77 | 30 | 6 | 0 | 113 | 304 | 16 | 26 |
| Binary | 110000 | 111011 | 111111 | 11000 | 110 | 0 | 1001011 | 11000100 | 1110 | 10110 |
Color Harmonies of #303B3F
Complementary color
Monochromatic Colors of #303B3F
Black with #303B3F
Text Example
Text Example
White with #303B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303B3F; }
p { color: rgb(48,59,63); }
H1.HeaderClassName
{
color: #303B3F;
}
.AnyTagClassName
{
color: #303B3F;
}
</style>
background-color css
<style>
a { background-color: #303B3F; }
a { background-color: rgb(48,59,63); }
div.DivClassName
{
background-color: #303B3F;
}
.BgClassName
{
background-color: #303B3F;
}
</style>
border-color css
<style>
span { border-color: #303B3F; }
span { border-color: rgb(48,59,63); }
td.TdClassName
{
border-color: #303B3F;
}
.TagClassName
{
border-color: #303B3F;
}
</style>