Shades of Dark Slate Grey #314546
Tints of Dark Slate Grey #314546
RGB
CMYK
RGB Variations
Color information
#314546 (or 0x314546) is known color: Dark Slate Grey. HEX triplet: 31, 45 and 46. RGB value is (49,69,70). Sum of RGB (Red+Green+Blue) = 49+69+70=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 70 - color contains mainly: blue. Hex color #314546 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314546 is #CEBAB9. Grayscale: #3F3F3F. Windows color (decimal): -13548218 or 4605233. OLE color: 4605233.
HSL color Cylindrical-coordinate representation of color #314546: hue angle of 182.86º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #314546 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 69 | 70 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.73 |
| HSL | 182.86º | 0.18% | 0.23% | - |
| HSV(B) | 182.86º | 0.3% | 0.27% | - |
| XYZ | 4.5 | 5.35 | 6.59 | - |
| YUV | 63.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 69 | 70 | 0.30 | 0.01 | 0 | 0.73 | 182.86 | 0.18 | 0.23 |
| Hex | 31 | 45 | 46 | 1E | 1 | 0 | 49 | B7 | 12 | 17 |
| Octal | 61 | 105 | 106 | 36 | 1 | 0 | 111 | 267 | 22 | 27 |
| Binary | 110001 | 1000101 | 1000110 | 11110 | 1 | 0 | 1001001 | 10110111 | 10010 | 10111 |
Color Harmonies of #314546
Complementary color
Monochromatic Colors of #314546
Black with #314546
Text Example
Text Example
White with #314546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314546; }
p { color: rgb(49,69,70); }
H1.HeaderClassName
{
color: #314546;
}
.AnyTagClassName
{
color: #314546;
}
</style>
background-color css
<style>
a { background-color: #314546; }
a { background-color: rgb(49,69,70); }
div.DivClassName
{
background-color: #314546;
}
.BgClassName
{
background-color: #314546;
}
</style>
border-color css
<style>
span { border-color: #314546; }
span { border-color: rgb(49,69,70); }
td.TdClassName
{
border-color: #314546;
}
.TagClassName
{
border-color: #314546;
}
</style>