Shades of Dark Slate Grey #1F4F51
Tints of Dark Slate Grey #1F4F51
RGB
CMYK
RGB Variations
Color information
#1F4F51 (or 0x1F4F51) is known color: Dark Slate Grey. HEX triplet: 1F, 4F and 51. RGB value is (31,79,81). Sum of RGB (Red+Green+Blue) = 31+79+81=191 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.23% from 191); Green value is 79 (31.25% from 255 or 41.36% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 81 - color contains mainly: blue. Hex color #1F4F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F4F51 is #E0B0AE. Grayscale: #404040. Windows color (decimal): -14725295 or 5328671. OLE color: 5328671.
HSL color Cylindrical-coordinate representation of color #1F4F51: hue angle of 182.4º 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 #1F4F51 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 79 | 81 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.68 |
| HSL | 182.4º | 0.45% | 0.22% | - |
| HSV(B) | 182.4º | 0.62% | 0.32% | - |
| XYZ | 4.85 | 6.48 | 8.78 | - |
| YUV | 64.88 | 137.1 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 79 | 81 | 0.62 | 0.02 | 0 | 0.68 | 182.4 | 0.45 | 0.22 |
| Hex | 1F | 4F | 51 | 3E | 2 | 0 | 44 | B6 | 2D | 16 |
| Octal | 37 | 117 | 121 | 76 | 2 | 0 | 104 | 266 | 55 | 26 |
| Binary | 11111 | 1001111 | 1010001 | 111110 | 10 | 0 | 1000100 | 10110110 | 101101 | 10110 |
Color Harmonies of #1F4F51
Complementary color
Monochromatic Colors of #1F4F51
Black with #1F4F51
Text Example
Text Example
White with #1F4F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4F51; }
p { color: rgb(31,79,81); }
H1.HeaderClassName
{
color: #1F4F51;
}
.AnyTagClassName
{
color: #1F4F51;
}
</style>
background-color css
<style>
a { background-color: #1F4F51; }
a { background-color: rgb(31,79,81); }
div.DivClassName
{
background-color: #1F4F51;
}
.BgClassName
{
background-color: #1F4F51;
}
</style>
border-color css
<style>
span { border-color: #1F4F51; }
span { border-color: rgb(31,79,81); }
td.TdClassName
{
border-color: #1F4F51;
}
.TagClassName
{
border-color: #1F4F51;
}
</style>