Shades of Dark Slate Grey #1F4E52
Tints of Dark Slate Grey #1F4E52
RGB
CMYK
RGB Variations
Color information
#1F4E52 (or 0x1F4E52) is known color: Dark Slate Grey. HEX triplet: 1F, 4E and 52. RGB value is (31,78,82). Sum of RGB (Red+Green+Blue) = 31+78+82=191 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.23% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 82 (32.42% from 255 or 42.93% from 191); Max value from RGB is 82 - color contains mainly: blue. Hex color #1F4E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F4E52 is #E0B1AD. Grayscale: #404040. Windows color (decimal): -14725550 or 5393951. OLE color: 5393951.
HSL color Cylindrical-coordinate representation of color #1F4E52: hue angle of 184.71º 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 #1F4E52 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 78 | 82 | - |
| CMYK | 0.62 | 0.05 | 0 | 0.68 |
| HSL | 184.71º | 0.45% | 0.22% | - |
| HSV(B) | 184.71º | 0.62% | 0.32% | - |
| XYZ | 4.81 | 6.35 | 8.95 | - |
| YUV | 64.4 | 137.93 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 78 | 82 | 0.62 | 0.05 | 0 | 0.68 | 184.71 | 0.45 | 0.22 |
| Hex | 1F | 4E | 52 | 3E | 5 | 0 | 44 | B9 | 2D | 16 |
| Octal | 37 | 116 | 122 | 76 | 5 | 0 | 104 | 271 | 55 | 26 |
| Binary | 11111 | 1001110 | 1010010 | 111110 | 101 | 0 | 1000100 | 10111001 | 101101 | 10110 |
Color Harmonies of #1F4E52
Complementary color
Monochromatic Colors of #1F4E52
Black with #1F4E52
Text Example
Text Example
White with #1F4E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4E52; }
p { color: rgb(31,78,82); }
H1.HeaderClassName
{
color: #1F4E52;
}
.AnyTagClassName
{
color: #1F4E52;
}
</style>
background-color css
<style>
a { background-color: #1F4E52; }
a { background-color: rgb(31,78,82); }
div.DivClassName
{
background-color: #1F4E52;
}
.BgClassName
{
background-color: #1F4E52;
}
</style>
border-color css
<style>
span { border-color: #1F4E52; }
span { border-color: rgb(31,78,82); }
td.TdClassName
{
border-color: #1F4E52;
}
.TagClassName
{
border-color: #1F4E52;
}
</style>