Shades of Dark Slate Grey #1F5254
Tints of Dark Slate Grey #1F5254
RGB
CMYK
RGB Variations
Color information
#1F5254 (or 0x1F5254) is known color: Dark Slate Grey. HEX triplet: 1F, 52 and 54. RGB value is (31,82,84). Sum of RGB (Red+Green+Blue) = 31+82+84=197 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.74% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 84 - color contains mainly: blue. Hex color #1F5254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5254 is #E0ADAB. Grayscale: #424242. Windows color (decimal): -14724524 or 5526047. OLE color: 5526047.
HSL color Cylindrical-coordinate representation of color #1F5254: hue angle of 182.26º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F5254 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 82 | 84 | - |
| CMYK | 0.63 | 0.02 | 0 | 0.67 |
| HSL | 182.26º | 0.46% | 0.23% | - |
| HSV(B) | 182.26º | 0.63% | 0.33% | - |
| XYZ | 5.18 | 6.97 | 9.46 | - |
| YUV | 66.98 | 137.6 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 82 | 84 | 0.63 | 0.02 | 0 | 0.67 | 182.26 | 0.46 | 0.23 |
| Hex | 1F | 52 | 54 | 3F | 2 | 0 | 43 | B6 | 2E | 17 |
| Octal | 37 | 122 | 124 | 77 | 2 | 0 | 103 | 266 | 56 | 27 |
| Binary | 11111 | 1010010 | 1010100 | 111111 | 10 | 0 | 1000011 | 10110110 | 101110 | 10111 |
Color Harmonies of #1F5254
Complementary color
Monochromatic Colors of #1F5254
Black with #1F5254
Text Example
Text Example
White with #1F5254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F5254; }
p { color: rgb(31,82,84); }
H1.HeaderClassName
{
color: #1F5254;
}
.AnyTagClassName
{
color: #1F5254;
}
</style>
background-color css
<style>
a { background-color: #1F5254; }
a { background-color: rgb(31,82,84); }
div.DivClassName
{
background-color: #1F5254;
}
.BgClassName
{
background-color: #1F5254;
}
</style>
border-color css
<style>
span { border-color: #1F5254; }
span { border-color: rgb(31,82,84); }
td.TdClassName
{
border-color: #1F5254;
}
.TagClassName
{
border-color: #1F5254;
}
</style>