Shades of Dark Slate Grey #1F534D
Tints of Dark Slate Grey #1F534D
RGB
CMYK
RGB Variations
Color information
#1F534D (or 0x1F534D) is known color: Dark Slate Grey. HEX triplet: 1F, 53 and 4D. RGB value is (31,83,77). Sum of RGB (Red+Green+Blue) = 31+83+77=191 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.23% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 83 - color contains mainly: green. Hex color #1F534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F534D is #E0ACB2. Grayscale: #424242. Windows color (decimal): -14724275 or 5067551. OLE color: 5067551.
HSL color Cylindrical-coordinate representation of color #1F534D: hue angle of 173.08º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F534D is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 83 | 77 | - |
| CMYK | 0.63 | 0 | 0.07 | 0.67 |
| HSL | 173.08º | 0.46% | 0.22% | - |
| HSV(B) | 173.08º | 0.63% | 0.33% | - |
| XYZ | 5 | 7.01 | 8.11 | - |
| YUV | 66.77 | 133.77 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 83 | 77 | 0.63 | 0 | 0.07 | 0.67 | 173.08 | 0.46 | 0.22 |
| Hex | 1F | 53 | 4D | 3F | 0 | 7 | 43 | AD | 2E | 16 |
| Octal | 37 | 123 | 115 | 77 | 0 | 7 | 103 | 255 | 56 | 26 |
| Binary | 11111 | 1010011 | 1001101 | 111111 | 0 | 111 | 1000011 | 10101101 | 101110 | 10110 |
Color Harmonies of #1F534D
Complementary color
Monochromatic Colors of #1F534D
Black with #1F534D
Text Example
Text Example
White with #1F534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F534D; }
p { color: rgb(31,83,77); }
H1.HeaderClassName
{
color: #1F534D;
}
.AnyTagClassName
{
color: #1F534D;
}
</style>
background-color css
<style>
a { background-color: #1F534D; }
a { background-color: rgb(31,83,77); }
div.DivClassName
{
background-color: #1F534D;
}
.BgClassName
{
background-color: #1F534D;
}
</style>
border-color css
<style>
span { border-color: #1F534D; }
span { border-color: rgb(31,83,77); }
td.TdClassName
{
border-color: #1F534D;
}
.TagClassName
{
border-color: #1F534D;
}
</style>