Shades of Dark Slate Grey #315150
Tints of Dark Slate Grey #315150
RGB
CMYK
RGB Variations
Color information
#315150 (or 0x315150) is known color: Dark Slate Grey. HEX triplet: 31, 51 and 50. RGB value is (49,81,80). Sum of RGB (Red+Green+Blue) = 49+81+80=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 81 - color contains mainly: green. Hex color #315150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315150 is #CEAEAF. Grayscale: #474747. Windows color (decimal): -13545136 or 5263665. OLE color: 5263665.
HSL color Cylindrical-coordinate representation of color #315150: hue angle of 178.12º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #315150 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 81 | 80 | - |
| CMYK | 0.40 | 0 | 0.01 | 0.68 |
| HSL | 178.13º | 0.25% | 0.25% | - |
| HSV(B) | 178.13º | 0.4% | 0.32% | - |
| XYZ | 5.66 | 7.12 | 8.66 | - |
| YUV | 71.32 | 132.9 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 81 | 80 | 0.40 | 0 | 0.01 | 0.68 | 178.13 | 0.25 | 0.25 |
| Hex | 31 | 51 | 50 | 28 | 0 | 1 | 44 | B2 | 19 | 19 |
| Octal | 61 | 121 | 120 | 50 | 0 | 1 | 104 | 262 | 31 | 31 |
| Binary | 110001 | 1010001 | 1010000 | 101000 | 0 | 1 | 1000100 | 10110010 | 11001 | 11001 |
Color Harmonies of #315150
Complementary color
Monochromatic Colors of #315150
Black with #315150
Text Example
Text Example
White with #315150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315150; }
p { color: rgb(49,81,80); }
H1.HeaderClassName
{
color: #315150;
}
.AnyTagClassName
{
color: #315150;
}
</style>
background-color css
<style>
a { background-color: #315150; }
a { background-color: rgb(49,81,80); }
div.DivClassName
{
background-color: #315150;
}
.BgClassName
{
background-color: #315150;
}
</style>
border-color css
<style>
span { border-color: #315150; }
span { border-color: rgb(49,81,80); }
td.TdClassName
{
border-color: #315150;
}
.TagClassName
{
border-color: #315150;
}
</style>