Shades of Dark Slate Grey #1F514C
Tints of Dark Slate Grey #1F514C
RGB
CMYK
RGB Variations
Color information
#1F514C (or 0x1F514C) is known color: Dark Slate Grey. HEX triplet: 1F, 51 and 4C. RGB value is (31,81,76). Sum of RGB (Red+Green+Blue) = 31+81+76=188 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.49% from 188); Green value is 81 (32.03% from 255 or 43.09% from 188); Blue value is 76 (30.08% from 255 or 40.43% from 188); Max value from RGB is 81 - color contains mainly: green. Hex color #1F514C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F514C is #E0AEB3. Grayscale: #414141. Windows color (decimal): -14724788 or 5001503. OLE color: 5001503.
HSL color Cylindrical-coordinate representation of color #1F514C: hue angle of 174º 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 #1F514C is Cyan = 0.62, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 81 | 76 | - |
| CMYK | 0.62 | 0 | 0.06 | 0.68 |
| HSL | 174º | 0.45% | 0.22% | - |
| HSV(B) | 174º | 0.62% | 0.32% | - |
| XYZ | 4.81 | 6.7 | 7.88 | - |
| YUV | 65.48 | 133.94 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 81 | 76 | 0.62 | 0 | 0.06 | 0.68 | 174 | 0.45 | 0.22 |
| Hex | 1F | 51 | 4C | 3E | 0 | 6 | 44 | AE | 2D | 16 |
| Octal | 37 | 121 | 114 | 76 | 0 | 6 | 104 | 256 | 55 | 26 |
| Binary | 11111 | 1010001 | 1001100 | 111110 | 0 | 110 | 1000100 | 10101110 | 101101 | 10110 |
Color Harmonies of #1F514C
Complementary color
Monochromatic Colors of #1F514C
Black with #1F514C
Text Example
Text Example
White with #1F514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F514C; }
p { color: rgb(31,81,76); }
H1.HeaderClassName
{
color: #1F514C;
}
.AnyTagClassName
{
color: #1F514C;
}
</style>
background-color css
<style>
a { background-color: #1F514C; }
a { background-color: rgb(31,81,76); }
div.DivClassName
{
background-color: #1F514C;
}
.BgClassName
{
background-color: #1F514C;
}
</style>
border-color css
<style>
span { border-color: #1F514C; }
span { border-color: rgb(31,81,76); }
td.TdClassName
{
border-color: #1F514C;
}
.TagClassName
{
border-color: #1F514C;
}
</style>