Shades of Dark Slate Grey #315050
Tints of Dark Slate Grey #315050
RGB
CMYK
RGB Variations
Color information
#315050 (or 0x315050) is known color: Dark Slate Grey. HEX triplet: 31, 50 and 50. RGB value is (49,80,80). Sum of RGB (Red+Green+Blue) = 49+80+80=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #315050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315050 is #CEAFAF. Grayscale: #464646. Windows color (decimal): -13545392 or 5263409. OLE color: 5263409.
HSL color Cylindrical-coordinate representation of color #315050: hue angle of 180º 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 #315050 is Cyan = 0.39, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 80 | 80 | - |
| CMYK | 0.39 | 0 | 0 | 0.69 |
| HSL | 180º | 0.24% | 0.25% | - |
| HSV(B) | 180º | 0.39% | 0.31% | - |
| XYZ | 5.58 | 6.97 | 8.64 | - |
| YUV | 70.73 | 133.23 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 80 | 0.39 | 0 | 0 | 0.69 | 180 | 0.24 | 0.25 |
| Hex | 31 | 50 | 50 | 27 | 0 | 0 | 45 | B4 | 18 | 19 |
| Octal | 61 | 120 | 120 | 47 | 0 | 0 | 105 | 264 | 30 | 31 |
| Binary | 110001 | 1010000 | 1010000 | 100111 | 0 | 0 | 1000101 | 10110100 | 11000 | 11001 |
Color Harmonies of #315050
Complementary color
Monochromatic Colors of #315050
Black with #315050
Text Example
Text Example
White with #315050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315050; }
p { color: rgb(49,80,80); }
H1.HeaderClassName
{
color: #315050;
}
.AnyTagClassName
{
color: #315050;
}
</style>
background-color css
<style>
a { background-color: #315050; }
a { background-color: rgb(49,80,80); }
div.DivClassName
{
background-color: #315050;
}
.BgClassName
{
background-color: #315050;
}
</style>
border-color css
<style>
span { border-color: #315050; }
span { border-color: rgb(49,80,80); }
td.TdClassName
{
border-color: #315050;
}
.TagClassName
{
border-color: #315050;
}
</style>