Shades of Dark Slate Grey #1F504D
Tints of Dark Slate Grey #1F504D
RGB
CMYK
RGB Variations
Color information
#1F504D (or 0x1F504D) is known color: Dark Slate Grey. HEX triplet: 1F, 50 and 4D. RGB value is (31,80,77). Sum of RGB (Red+Green+Blue) = 31+80+77=188 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.49% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 80 - color contains mainly: green. Hex color #1F504D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F504D is #E0AFB2. Grayscale: #404040. Windows color (decimal): -14725043 or 5066783. OLE color: 5066783.
HSL color Cylindrical-coordinate representation of color #1F504D: hue angle of 176.33º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F504D is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 80 | 77 | - |
| CMYK | 0.61 | 0 | 0.04 | 0.69 |
| HSL | 176.33º | 0.44% | 0.22% | - |
| HSV(B) | 176.33º | 0.61% | 0.31% | - |
| XYZ | 4.77 | 6.56 | 8.04 | - |
| YUV | 65.01 | 134.77 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 80 | 77 | 0.61 | 0 | 0.04 | 0.69 | 176.33 | 0.44 | 0.22 |
| Hex | 1F | 50 | 4D | 3D | 0 | 4 | 45 | B0 | 2C | 16 |
| Octal | 37 | 120 | 115 | 75 | 0 | 4 | 105 | 260 | 54 | 26 |
| Binary | 11111 | 1010000 | 1001101 | 111101 | 0 | 100 | 1000101 | 10110000 | 101100 | 10110 |
Color Harmonies of #1F504D
Complementary color
Monochromatic Colors of #1F504D
Black with #1F504D
Text Example
Text Example
White with #1F504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F504D; }
p { color: rgb(31,80,77); }
H1.HeaderClassName
{
color: #1F504D;
}
.AnyTagClassName
{
color: #1F504D;
}
</style>
background-color css
<style>
a { background-color: #1F504D; }
a { background-color: rgb(31,80,77); }
div.DivClassName
{
background-color: #1F504D;
}
.BgClassName
{
background-color: #1F504D;
}
</style>
border-color css
<style>
span { border-color: #1F504D; }
span { border-color: rgb(31,80,77); }
td.TdClassName
{
border-color: #1F504D;
}
.TagClassName
{
border-color: #1F504D;
}
</style>