Shades of Dark Slate Grey #1F5252
Tints of Dark Slate Grey #1F5252
RGB
CMYK
RGB Variations
Color information
#1F5252 (or 0x1F5252) is known color: Dark Slate Grey. HEX triplet: 1F, 52 and 52. RGB value is (31,82,82). Sum of RGB (Red+Green+Blue) = 31+82+82=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 82 - color contains mainly: green, blue. Hex color #1F5252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5252 is #E0ADAD. Grayscale: #424242. Windows color (decimal): -14724526 or 5394975. OLE color: 5394975.
HSL color Cylindrical-coordinate representation of color #1F5252: hue angle of 180º 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 #1F5252 is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 82 | 82 | - |
| CMYK | 0.62 | 0 | 0 | 0.68 |
| HSL | 180º | 0.45% | 0.22% | - |
| HSV(B) | 180º | 0.62% | 0.32% | - |
| XYZ | 5.11 | 6.94 | 9.05 | - |
| YUV | 66.75 | 136.6 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 82 | 82 | 0.62 | 0 | 0 | 0.68 | 180 | 0.45 | 0.22 |
| Hex | 1F | 52 | 52 | 3E | 0 | 0 | 44 | B4 | 2D | 16 |
| Octal | 37 | 122 | 122 | 76 | 0 | 0 | 104 | 264 | 55 | 26 |
| Binary | 11111 | 1010010 | 1010010 | 111110 | 0 | 0 | 1000100 | 10110100 | 101101 | 10110 |
Color Harmonies of #1F5252
Complementary color
Monochromatic Colors of #1F5252
Black with #1F5252
Text Example
Text Example
White with #1F5252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5252; }
p { color: rgb(31,82,82); }
H1.HeaderClassName
{
color: #1F5252;
}
.AnyTagClassName
{
color: #1F5252;
}
</style>
background-color css
<style>
a { background-color: #1F5252; }
a { background-color: rgb(31,82,82); }
div.DivClassName
{
background-color: #1F5252;
}
.BgClassName
{
background-color: #1F5252;
}
</style>
border-color css
<style>
span { border-color: #1F5252; }
span { border-color: rgb(31,82,82); }
td.TdClassName
{
border-color: #1F5252;
}
.TagClassName
{
border-color: #1F5252;
}
</style>