Shades of Dark Slate Grey #314E4D
Tints of Dark Slate Grey #314E4D
RGB
CMYK
RGB Variations
Color information
#314E4D (or 0x314E4D) is known color: Dark Slate Grey. HEX triplet: 31, 4E and 4D. RGB value is (49,78,77). Sum of RGB (Red+Green+Blue) = 49+78+77=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 78 (30.86% from 255 or 38.24% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 78 - color contains mainly: green. Hex color #314E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E4D is #CEB1B2. Grayscale: #454545. Windows color (decimal): -13545907 or 5066289. OLE color: 5066289.
HSL color Cylindrical-coordinate representation of color #314E4D: hue angle of 177.93º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #314E4D is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 78 | 77 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.69 |
| HSL | 177.93º | 0.23% | 0.25% | - |
| HSV(B) | 177.93º | 0.37% | 0.31% | - |
| XYZ | 5.33 | 6.64 | 8.02 | - |
| YUV | 69.22 | 132.39 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 78 | 77 | 0.37 | 0 | 0.01 | 0.69 | 177.93 | 0.23 | 0.25 |
| Hex | 31 | 4E | 4D | 25 | 0 | 1 | 45 | B2 | 17 | 19 |
| Octal | 61 | 116 | 115 | 45 | 0 | 1 | 105 | 262 | 27 | 31 |
| Binary | 110001 | 1001110 | 1001101 | 100101 | 0 | 1 | 1000101 | 10110010 | 10111 | 11001 |
Color Harmonies of #314E4D
Complementary color
Monochromatic Colors of #314E4D
Black with #314E4D
Text Example
Text Example
White with #314E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314E4D; }
p { color: rgb(49,78,77); }
H1.HeaderClassName
{
color: #314E4D;
}
.AnyTagClassName
{
color: #314E4D;
}
</style>
background-color css
<style>
a { background-color: #314E4D; }
a { background-color: rgb(49,78,77); }
div.DivClassName
{
background-color: #314E4D;
}
.BgClassName
{
background-color: #314E4D;
}
</style>
border-color css
<style>
span { border-color: #314E4D; }
span { border-color: rgb(49,78,77); }
td.TdClassName
{
border-color: #314E4D;
}
.TagClassName
{
border-color: #314E4D;
}
</style>