Shades of Dark Slate Grey #1F5150
Tints of Dark Slate Grey #1F5150
RGB
CMYK
RGB Variations
Color information
#1F5150 (or 0x1F5150) is known color: Dark Slate Grey. HEX triplet: 1F, 51 and 50. RGB value is (31,81,80). Sum of RGB (Red+Green+Blue) = 31+81+80=192 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.15% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 81 - color contains mainly: green. Hex color #1F5150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5150 is #E0AEAF. Grayscale: #414141. Windows color (decimal): -14724784 or 5263647. OLE color: 5263647.
HSL color Cylindrical-coordinate representation of color #1F5150: hue angle of 178.8º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F5150 is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 81 | 80 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.68 |
| HSL | 178.8º | 0.45% | 0.22% | - |
| HSV(B) | 178.8º | 0.62% | 0.32% | - |
| XYZ | 4.96 | 6.76 | 8.63 | - |
| YUV | 65.94 | 135.94 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 81 | 80 | 0.62 | 0 | 0.01 | 0.68 | 178.8 | 0.45 | 0.22 |
| Hex | 1F | 51 | 50 | 3E | 0 | 1 | 44 | B3 | 2D | 16 |
| Octal | 37 | 121 | 120 | 76 | 0 | 1 | 104 | 263 | 55 | 26 |
| Binary | 11111 | 1010001 | 1010000 | 111110 | 0 | 1 | 1000100 | 10110011 | 101101 | 10110 |
Color Harmonies of #1F5150
Complementary color
Monochromatic Colors of #1F5150
Black with #1F5150
Text Example
Text Example
White with #1F5150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5150; }
p { color: rgb(31,81,80); }
H1.HeaderClassName
{
color: #1F5150;
}
.AnyTagClassName
{
color: #1F5150;
}
</style>
background-color css
<style>
a { background-color: #1F5150; }
a { background-color: rgb(31,81,80); }
div.DivClassName
{
background-color: #1F5150;
}
.BgClassName
{
background-color: #1F5150;
}
</style>
border-color css
<style>
span { border-color: #1F5150; }
span { border-color: rgb(31,81,80); }
td.TdClassName
{
border-color: #1F5150;
}
.TagClassName
{
border-color: #1F5150;
}
</style>