Shades of Dark Slate Grey #1E504F
Tints of Dark Slate Grey #1E504F
RGB
CMYK
RGB Variations
Color information
#1E504F (or 0x1E504F) is known color: Dark Slate Grey. HEX triplet: 1E, 50 and 4F. RGB value is (30,80,79). Sum of RGB (Red+Green+Blue) = 30+80+79=189 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.87% from 189); Green value is 80 (31.64% from 255 or 42.33% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 80 - color contains mainly: green. Hex color #1E504F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E504F is #E1AFB0. Grayscale: #404040. Windows color (decimal): -14790577 or 5197854. OLE color: 5197854.
HSL color Cylindrical-coordinate representation of color #1E504F: hue angle of 178.8º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E504F is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 30 | 80 | 79 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.69 |
| HSL | 178.8º | 0.45% | 0.22% | - |
| HSV(B) | 178.8º | 0.63% | 0.31% | - |
| XYZ | 4.82 | 6.58 | 8.41 | - |
| YUV | 64.94 | 135.94 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 80 | 79 | 0.62 | 0 | 0.01 | 0.69 | 178.8 | 0.45 | 0.22 |
| Hex | 1E | 50 | 4F | 3E | 0 | 1 | 45 | B3 | 2D | 16 |
| Octal | 36 | 120 | 117 | 76 | 0 | 1 | 105 | 263 | 55 | 26 |
| Binary | 11110 | 1010000 | 1001111 | 111110 | 0 | 1 | 1000101 | 10110011 | 101101 | 10110 |
Color Harmonies of #1E504F
Complementary color
Monochromatic Colors of #1E504F
Black with #1E504F
Text Example
Text Example
White with #1E504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E504F; }
p { color: rgb(30,80,79); }
H1.HeaderClassName
{
color: #1E504F;
}
.AnyTagClassName
{
color: #1E504F;
}
</style>
background-color css
<style>
a { background-color: #1E504F; }
a { background-color: rgb(30,80,79); }
div.DivClassName
{
background-color: #1E504F;
}
.BgClassName
{
background-color: #1E504F;
}
</style>
border-color css
<style>
span { border-color: #1E504F; }
span { border-color: rgb(30,80,79); }
td.TdClassName
{
border-color: #1E504F;
}
.TagClassName
{
border-color: #1E504F;
}
</style>