Shades of Dark Slate Grey #315052
Tints of Dark Slate Grey #315052
RGB
CMYK
RGB Variations
Color information
#315052 (or 0x315052) is known color: Dark Slate Grey. HEX triplet: 31, 50 and 52. RGB value is (49,80,82). Sum of RGB (Red+Green+Blue) = 49+80+82=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 82 - color contains mainly: blue. Hex color #315052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315052 is #CEAFAD. Grayscale: #464646. Windows color (decimal): -13545390 or 5394481. OLE color: 5394481.
HSL color Cylindrical-coordinate representation of color #315052: hue angle of 183.64º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #315052 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 80 | 82 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.68 |
| HSL | 183.64º | 0.25% | 0.26% | - |
| HSV(B) | 183.64º | 0.4% | 0.32% | - |
| XYZ | 5.66 | 7 | 9.04 | - |
| YUV | 70.96 | 134.23 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 80 | 82 | 0.40 | 0.02 | 0 | 0.68 | 183.64 | 0.25 | 0.26 |
| Hex | 31 | 50 | 52 | 28 | 2 | 0 | 44 | B8 | 19 | 1A |
| Octal | 61 | 120 | 122 | 50 | 2 | 0 | 104 | 270 | 31 | 32 |
| Binary | 110001 | 1010000 | 1010010 | 101000 | 10 | 0 | 1000100 | 10111000 | 11001 | 11010 |
Color Harmonies of #315052
Complementary color
Monochromatic Colors of #315052
Black with #315052
Text Example
Text Example
White with #315052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315052; }
p { color: rgb(49,80,82); }
H1.HeaderClassName
{
color: #315052;
}
.AnyTagClassName
{
color: #315052;
}
</style>
background-color css
<style>
a { background-color: #315052; }
a { background-color: rgb(49,80,82); }
div.DivClassName
{
background-color: #315052;
}
.BgClassName
{
background-color: #315052;
}
</style>
border-color css
<style>
span { border-color: #315052; }
span { border-color: rgb(49,80,82); }
td.TdClassName
{
border-color: #315052;
}
.TagClassName
{
border-color: #315052;
}
</style>