Shades of Dark Slate Grey #1F5451
Tints of Dark Slate Grey #1F5451
RGB
CMYK
RGB Variations
Color information
#1F5451 (or 0x1F5451) is known color: Dark Slate Grey. HEX triplet: 1F, 54 and 51. RGB value is (31,84,81). Sum of RGB (Red+Green+Blue) = 31+84+81=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 84 (33.20% from 255 or 42.86% from 196); Blue value is 81 (32.03% from 255 or 41.33% from 196); Max value from RGB is 84 - color contains mainly: green. Hex color #1F5451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5451 is #E0ABAE. Grayscale: #434343. Windows color (decimal): -14724015 or 5329951. OLE color: 5329951.
HSL color Cylindrical-coordinate representation of color #1F5451: hue angle of 176.6º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F5451 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 84 | 81 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.67 |
| HSL | 176.6º | 0.46% | 0.23% | - |
| HSV(B) | 176.6º | 0.63% | 0.33% | - |
| XYZ | 5.22 | 7.23 | 8.9 | - |
| YUV | 67.81 | 135.44 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 84 | 81 | 0.63 | 0 | 0.04 | 0.67 | 176.6 | 0.46 | 0.23 |
| Hex | 1F | 54 | 51 | 3F | 0 | 4 | 43 | B1 | 2E | 17 |
| Octal | 37 | 124 | 121 | 77 | 0 | 4 | 103 | 261 | 56 | 27 |
| Binary | 11111 | 1010100 | 1010001 | 111111 | 0 | 100 | 1000011 | 10110001 | 101110 | 10111 |
Color Harmonies of #1F5451
Complementary color
Monochromatic Colors of #1F5451
Black with #1F5451
Text Example
Text Example
White with #1F5451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5451; }
p { color: rgb(31,84,81); }
H1.HeaderClassName
{
color: #1F5451;
}
.AnyTagClassName
{
color: #1F5451;
}
</style>
background-color css
<style>
a { background-color: #1F5451; }
a { background-color: rgb(31,84,81); }
div.DivClassName
{
background-color: #1F5451;
}
.BgClassName
{
background-color: #1F5451;
}
</style>
border-color css
<style>
span { border-color: #1F5451; }
span { border-color: rgb(31,84,81); }
td.TdClassName
{
border-color: #1F5451;
}
.TagClassName
{
border-color: #1F5451;
}
</style>