Shades of Dark Slate Grey #315051
Tints of Dark Slate Grey #315051
RGB
CMYK
RGB Variations
Color information
#315051 (or 0x315051) is known color: Dark Slate Grey. HEX triplet: 31, 50 and 51. RGB value is (49,80,81). Sum of RGB (Red+Green+Blue) = 49+80+81=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 81 - color contains mainly: blue. Hex color #315051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315051 is #CEAFAE. Grayscale: #464646. Windows color (decimal): -13545391 or 5328945. OLE color: 5328945.
HSL color Cylindrical-coordinate representation of color #315051: hue angle of 181.88º 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 #315051 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 80 | 81 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.68 |
| HSL | 181.88º | 0.25% | 0.25% | - |
| HSV(B) | 181.88º | 0.4% | 0.32% | - |
| XYZ | 5.62 | 6.98 | 8.84 | - |
| YUV | 70.85 | 133.73 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 81 | 0.40 | 0.01 | 0 | 0.68 | 181.88 | 0.25 | 0.25 |
| Hex | 31 | 50 | 51 | 28 | 1 | 0 | 44 | B6 | 19 | 19 |
| Octal | 61 | 120 | 121 | 50 | 1 | 0 | 104 | 266 | 31 | 31 |
| Binary | 110001 | 1010000 | 1010001 | 101000 | 1 | 0 | 1000100 | 10110110 | 11001 | 11001 |
Color Harmonies of #315051
Complementary color
Monochromatic Colors of #315051
Black with #315051
Text Example
Text Example
White with #315051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315051; }
p { color: rgb(49,80,81); }
H1.HeaderClassName
{
color: #315051;
}
.AnyTagClassName
{
color: #315051;
}
</style>
background-color css
<style>
a { background-color: #315051; }
a { background-color: rgb(49,80,81); }
div.DivClassName
{
background-color: #315051;
}
.BgClassName
{
background-color: #315051;
}
</style>
border-color css
<style>
span { border-color: #315051; }
span { border-color: rgb(49,80,81); }
td.TdClassName
{
border-color: #315051;
}
.TagClassName
{
border-color: #315051;
}
</style>