Shades of Dark Slate Grey #1F5255
Tints of Dark Slate Grey #1F5255
RGB
CMYK
RGB Variations
Color information
#1F5255 (or 0x1F5255) is known color: Dark Slate Grey. HEX triplet: 1F, 52 and 55. RGB value is (31,82,85). Sum of RGB (Red+Green+Blue) = 31+82+85=198 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.66% from 198); Green value is 82 (32.42% from 255 or 41.41% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 85 - color contains mainly: blue. Hex color #1F5255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5255 is #E0ADAA. Grayscale: #434343. Windows color (decimal): -14724523 or 5591583. OLE color: 5591583.
HSL color Cylindrical-coordinate representation of color #1F5255: hue angle of 183.33º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F5255 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 82 | 85 | - |
| CMYK | 0.64 | 0.04 | 0 | 0.67 |
| HSL | 183.33º | 0.47% | 0.23% | - |
| HSV(B) | 183.33º | 0.64% | 0.33% | - |
| XYZ | 5.22 | 6.98 | 9.67 | - |
| YUV | 67.09 | 138.1 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 82 | 85 | 0.64 | 0.04 | 0 | 0.67 | 183.33 | 0.47 | 0.23 |
| Hex | 1F | 52 | 55 | 40 | 4 | 0 | 43 | B7 | 2F | 17 |
| Octal | 37 | 122 | 125 | 100 | 4 | 0 | 103 | 267 | 57 | 27 |
| Binary | 11111 | 1010010 | 1010101 | 1000000 | 100 | 0 | 1000011 | 10110111 | 101111 | 10111 |
Color Harmonies of #1F5255
Complementary color
Monochromatic Colors of #1F5255
Black with #1F5255
Text Example
Text Example
White with #1F5255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5255; }
p { color: rgb(31,82,85); }
H1.HeaderClassName
{
color: #1F5255;
}
.AnyTagClassName
{
color: #1F5255;
}
</style>
background-color css
<style>
a { background-color: #1F5255; }
a { background-color: rgb(31,82,85); }
div.DivClassName
{
background-color: #1F5255;
}
.BgClassName
{
background-color: #1F5255;
}
</style>
border-color css
<style>
span { border-color: #1F5255; }
span { border-color: rgb(31,82,85); }
td.TdClassName
{
border-color: #1F5255;
}
.TagClassName
{
border-color: #1F5255;
}
</style>