Shades of Dark Slate Grey #1F4F4D
Tints of Dark Slate Grey #1F4F4D
RGB
CMYK
RGB Variations
Color information
#1F4F4D (or 0x1F4F4D) is known color: Dark Slate Grey. HEX triplet: 1F, 4F and 4D. RGB value is (31,79,77). Sum of RGB (Red+Green+Blue) = 31+79+77=187 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.58% from 187); Green value is 79 (31.25% from 255 or 42.25% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 79 - color contains mainly: green. Hex color #1F4F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F4F4D is #E0B0B2. Grayscale: #404040. Windows color (decimal): -14725299 or 5066527. OLE color: 5066527.
HSL color Cylindrical-coordinate representation of color #1F4F4D: hue angle of 177.5º 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 #1F4F4D is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 31 | 79 | 77 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.69 |
| HSL | 177.5º | 0.44% | 0.22% | - |
| HSV(B) | 177.5º | 0.61% | 0.31% | - |
| XYZ | 4.7 | 6.42 | 8.01 | - |
| YUV | 64.42 | 135.1 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 79 | 77 | 0.61 | 0 | 0.03 | 0.69 | 177.5 | 0.44 | 0.22 |
| Hex | 1F | 4F | 4D | 3D | 0 | 3 | 45 | B2 | 2C | 16 |
| Octal | 37 | 117 | 115 | 75 | 0 | 3 | 105 | 262 | 54 | 26 |
| Binary | 11111 | 1001111 | 1001101 | 111101 | 0 | 11 | 1000101 | 10110010 | 101100 | 10110 |
Color Harmonies of #1F4F4D
Complementary color
Monochromatic Colors of #1F4F4D
Black with #1F4F4D
Text Example
Text Example
White with #1F4F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4F4D; }
p { color: rgb(31,79,77); }
H1.HeaderClassName
{
color: #1F4F4D;
}
.AnyTagClassName
{
color: #1F4F4D;
}
</style>
background-color css
<style>
a { background-color: #1F4F4D; }
a { background-color: rgb(31,79,77); }
div.DivClassName
{
background-color: #1F4F4D;
}
.BgClassName
{
background-color: #1F4F4D;
}
</style>
border-color css
<style>
span { border-color: #1F4F4D; }
span { border-color: rgb(31,79,77); }
td.TdClassName
{
border-color: #1F4F4D;
}
.TagClassName
{
border-color: #1F4F4D;
}
</style>