Shades of Dark Slate Grey #314D50
Tints of Dark Slate Grey #314D50
RGB
CMYK
RGB Variations
Color information
#314D50 (or 0x314D50) is known color: Dark Slate Grey. HEX triplet: 31, 4D and 50. RGB value is (49,77,80). Sum of RGB (Red+Green+Blue) = 49+77+80=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 80 - color contains mainly: blue. Hex color #314D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314D50 is #CEB2AF. Grayscale: #444444. Windows color (decimal): -13546160 or 5262641. OLE color: 5262641.
HSL color Cylindrical-coordinate representation of color #314D50: hue angle of 185.81º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #314D50 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 77 | 80 | - |
| CMYK | 0.39 | 0.04 | 0 | 0.69 |
| HSL | 185.81º | 0.24% | 0.25% | - |
| HSV(B) | 185.81º | 0.39% | 0.31% | - |
| XYZ | 5.37 | 6.54 | 8.57 | - |
| YUV | 68.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 80 | 0.39 | 0.04 | 0 | 0.69 | 185.81 | 0.24 | 0.25 |
| Hex | 31 | 4D | 50 | 27 | 4 | 0 | 45 | BA | 18 | 19 |
| Octal | 61 | 115 | 120 | 47 | 4 | 0 | 105 | 272 | 30 | 31 |
| Binary | 110001 | 1001101 | 1010000 | 100111 | 100 | 0 | 1000101 | 10111010 | 11000 | 11001 |
Color Harmonies of #314D50
Complementary color
Monochromatic Colors of #314D50
Black with #314D50
Text Example
Text Example
White with #314D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314D50; }
p { color: rgb(49,77,80); }
H1.HeaderClassName
{
color: #314D50;
}
.AnyTagClassName
{
color: #314D50;
}
</style>
background-color css
<style>
a { background-color: #314D50; }
a { background-color: rgb(49,77,80); }
div.DivClassName
{
background-color: #314D50;
}
.BgClassName
{
background-color: #314D50;
}
</style>
border-color css
<style>
span { border-color: #314D50; }
span { border-color: rgb(49,77,80); }
td.TdClassName
{
border-color: #314D50;
}
.TagClassName
{
border-color: #314D50;
}
</style>