Shades of Mine Shaft #303B40
Tints of Mine Shaft #303B40
RGB
CMYK
RGB Variations
Color information
#303B40 (or 0x303B40) is known color: Mine Shaft. HEX triplet: 30, 3B and 40. RGB value is (48,59,64). Sum of RGB (Red+Green+Blue) = 48+59+64=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 59 (23.44% from 255 or 34.50% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 64 - color contains mainly: blue. Hex color #303B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303B40 is #CFC4BF. Grayscale: #383838. Windows color (decimal): -13616320 or 4209456. OLE color: 4209456.
HSL color Cylindrical-coordinate representation of color #303B40: hue angle of 198.75º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #303B40 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 59 | 64 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.75 |
| HSL | 198.75º | 0.14% | 0.22% | - |
| HSV(B) | 198.75º | 0.25% | 0.25% | - |
| XYZ | 3.71 | 4.13 | 5.45 | - |
| YUV | 56.28 | 132.36 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 59 | 64 | 0.25 | 0.08 | 0 | 0.75 | 198.75 | 0.14 | 0.22 |
| Hex | 30 | 3B | 40 | 19 | 8 | 0 | 4B | C7 | E | 16 |
| Octal | 60 | 73 | 100 | 31 | 10 | 0 | 113 | 307 | 16 | 26 |
| Binary | 110000 | 111011 | 1000000 | 11001 | 1000 | 0 | 1001011 | 11000111 | 1110 | 10110 |
Color Harmonies of #303B40
Complementary color
Monochromatic Colors of #303B40
Black with #303B40
Text Example
Text Example
White with #303B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303B40; }
p { color: rgb(48,59,64); }
H1.HeaderClassName
{
color: #303B40;
}
.AnyTagClassName
{
color: #303B40;
}
</style>
background-color css
<style>
a { background-color: #303B40; }
a { background-color: rgb(48,59,64); }
div.DivClassName
{
background-color: #303B40;
}
.BgClassName
{
background-color: #303B40;
}
</style>
border-color css
<style>
span { border-color: #303B40; }
span { border-color: rgb(48,59,64); }
td.TdClassName
{
border-color: #303B40;
}
.TagClassName
{
border-color: #303B40;
}
</style>