Shades of Dark Slate Grey #1F5152
Tints of Dark Slate Grey #1F5152
RGB
CMYK
RGB Variations
Color information
#1F5152 (or 0x1F5152) is known color: Dark Slate Grey. HEX triplet: 1F, 51 and 52. RGB value is (31,81,82). Sum of RGB (Red+Green+Blue) = 31+81+82=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 82 - color contains mainly: blue. Hex color #1F5152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5152 is #E0AEAD. Grayscale: #424242. Windows color (decimal): -14724782 or 5394719. OLE color: 5394719.
HSL color Cylindrical-coordinate representation of color #1F5152: hue angle of 181.18º 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 #1F5152 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 81 | 82 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.68 |
| HSL | 181.18º | 0.45% | 0.22% | - |
| HSV(B) | 181.18º | 0.62% | 0.32% | - |
| XYZ | 5.03 | 6.79 | 9.03 | - |
| YUV | 66.16 | 136.94 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 81 | 82 | 0.62 | 0.01 | 0 | 0.68 | 181.18 | 0.45 | 0.22 |
| Hex | 1F | 51 | 52 | 3E | 1 | 0 | 44 | B5 | 2D | 16 |
| Octal | 37 | 121 | 122 | 76 | 1 | 0 | 104 | 265 | 55 | 26 |
| Binary | 11111 | 1010001 | 1010010 | 111110 | 1 | 0 | 1000100 | 10110101 | 101101 | 10110 |
Color Harmonies of #1F5152
Complementary color
Monochromatic Colors of #1F5152
Black with #1F5152
Text Example
Text Example
White with #1F5152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5152; }
p { color: rgb(31,81,82); }
H1.HeaderClassName
{
color: #1F5152;
}
.AnyTagClassName
{
color: #1F5152;
}
</style>
background-color css
<style>
a { background-color: #1F5152; }
a { background-color: rgb(31,81,82); }
div.DivClassName
{
background-color: #1F5152;
}
.BgClassName
{
background-color: #1F5152;
}
</style>
border-color css
<style>
span { border-color: #1F5152; }
span { border-color: rgb(31,81,82); }
td.TdClassName
{
border-color: #1F5152;
}
.TagClassName
{
border-color: #1F5152;
}
</style>