Shades of Dark Slate Grey #1F514B
Tints of Dark Slate Grey #1F514B
RGB
CMYK
RGB Variations
Color information
#1F514B (or 0x1F514B) is known color: Dark Slate Grey. HEX triplet: 1F, 51 and 4B. RGB value is (31,81,75). Sum of RGB (Red+Green+Blue) = 31+81+75=187 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.58% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 81 - color contains mainly: green. Hex color #1F514B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F514B is #E0AEB4. Grayscale: #414141. Windows color (decimal): -14724789 or 4935967. OLE color: 4935967.
HSL color Cylindrical-coordinate representation of color #1F514B: hue angle of 172.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 #1F514B is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 81 | 75 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.68 |
| HSL | 172.8º | 0.45% | 0.22% | - |
| HSV(B) | 172.8º | 0.62% | 0.32% | - |
| XYZ | 4.78 | 6.68 | 7.69 | - |
| YUV | 65.37 | 133.44 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 81 | 75 | 0.62 | 0 | 0.07 | 0.68 | 172.8 | 0.45 | 0.22 |
| Hex | 1F | 51 | 4B | 3E | 0 | 7 | 44 | AD | 2D | 16 |
| Octal | 37 | 121 | 113 | 76 | 0 | 7 | 104 | 255 | 55 | 26 |
| Binary | 11111 | 1010001 | 1001011 | 111110 | 0 | 111 | 1000100 | 10101101 | 101101 | 10110 |
Color Harmonies of #1F514B
Complementary color
Monochromatic Colors of #1F514B
Black with #1F514B
Text Example
Text Example
White with #1F514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F514B; }
p { color: rgb(31,81,75); }
H1.HeaderClassName
{
color: #1F514B;
}
.AnyTagClassName
{
color: #1F514B;
}
</style>
background-color css
<style>
a { background-color: #1F514B; }
a { background-color: rgb(31,81,75); }
div.DivClassName
{
background-color: #1F514B;
}
.BgClassName
{
background-color: #1F514B;
}
</style>
border-color css
<style>
span { border-color: #1F514B; }
span { border-color: rgb(31,81,75); }
td.TdClassName
{
border-color: #1F514B;
}
.TagClassName
{
border-color: #1F514B;
}
</style>