Shades of Dark Slate Grey #1F534F
Tints of Dark Slate Grey #1F534F
RGB
CMYK
RGB Variations
Color information
#1F534F (or 0x1F534F) is known color: Dark Slate Grey. HEX triplet: 1F, 53 and 4F. RGB value is (31,83,79). Sum of RGB (Red+Green+Blue) = 31+83+79=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 83 (32.81% from 255 or 43.01% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 83 - color contains mainly: green. Hex color #1F534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F534F is #E0ACB0. Grayscale: #424242. Windows color (decimal): -14724273 or 5198623. OLE color: 5198623.
HSL color Cylindrical-coordinate representation of color #1F534F: hue angle of 175.38º 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 #1F534F is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 83 | 79 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.67 |
| HSL | 175.38º | 0.46% | 0.22% | - |
| HSV(B) | 175.38º | 0.63% | 0.33% | - |
| XYZ | 5.07 | 7.04 | 8.49 | - |
| YUV | 67 | 134.77 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 83 | 79 | 0.63 | 0 | 0.05 | 0.67 | 175.38 | 0.46 | 0.22 |
| Hex | 1F | 53 | 4F | 3F | 0 | 5 | 43 | AF | 2E | 16 |
| Octal | 37 | 123 | 117 | 77 | 0 | 5 | 103 | 257 | 56 | 26 |
| Binary | 11111 | 1010011 | 1001111 | 111111 | 0 | 101 | 1000011 | 10101111 | 101110 | 10110 |
Color Harmonies of #1F534F
Complementary color
Monochromatic Colors of #1F534F
Black with #1F534F
Text Example
Text Example
White with #1F534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F534F; }
p { color: rgb(31,83,79); }
H1.HeaderClassName
{
color: #1F534F;
}
.AnyTagClassName
{
color: #1F534F;
}
</style>
background-color css
<style>
a { background-color: #1F534F; }
a { background-color: rgb(31,83,79); }
div.DivClassName
{
background-color: #1F534F;
}
.BgClassName
{
background-color: #1F534F;
}
</style>
border-color css
<style>
span { border-color: #1F534F; }
span { border-color: rgb(31,83,79); }
td.TdClassName
{
border-color: #1F534F;
}
.TagClassName
{
border-color: #1F534F;
}
</style>