Shades of Dark Slate Grey #314D4F
Tints of Dark Slate Grey #314D4F
RGB
CMYK
RGB Variations
Color information
#314D4F (or 0x314D4F) is known color: Dark Slate Grey. HEX triplet: 31, 4D and 4F. RGB value is (49,77,79). Sum of RGB (Red+Green+Blue) = 49+77+79=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 79 - color contains mainly: blue. Hex color #314D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314D4F is #CEB2B0. Grayscale: #444444. Windows color (decimal): -13546161 or 5197105. OLE color: 5197105.
HSL color Cylindrical-coordinate representation of color #314D4F: hue angle of 184º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #314D4F is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 77 | 79 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.69 |
| HSL | 184º | 0.23% | 0.25% | - |
| HSV(B) | 184º | 0.38% | 0.31% | - |
| XYZ | 5.33 | 6.53 | 8.38 | - |
| YUV | 68.86 | 133.72 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 79 | 0.38 | 0.03 | 0 | 0.69 | 184 | 0.23 | 0.25 |
| Hex | 31 | 4D | 4F | 26 | 3 | 0 | 45 | B8 | 17 | 19 |
| Octal | 61 | 115 | 117 | 46 | 3 | 0 | 105 | 270 | 27 | 31 |
| Binary | 110001 | 1001101 | 1001111 | 100110 | 11 | 0 | 1000101 | 10111000 | 10111 | 11001 |
Color Harmonies of #314D4F
Complementary color
Monochromatic Colors of #314D4F
Black with #314D4F
Text Example
Text Example
White with #314D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314D4F; }
p { color: rgb(49,77,79); }
H1.HeaderClassName
{
color: #314D4F;
}
.AnyTagClassName
{
color: #314D4F;
}
</style>
background-color css
<style>
a { background-color: #314D4F; }
a { background-color: rgb(49,77,79); }
div.DivClassName
{
background-color: #314D4F;
}
.BgClassName
{
background-color: #314D4F;
}
</style>
border-color css
<style>
span { border-color: #314D4F; }
span { border-color: rgb(49,77,79); }
td.TdClassName
{
border-color: #314D4F;
}
.TagClassName
{
border-color: #314D4F;
}
</style>