Shades of Dark Slate Grey #1E534D
Tints of Dark Slate Grey #1E534D
RGB
CMYK
RGB Variations
Color information
#1E534D (or 0x1E534D) is known color: Dark Slate Grey. HEX triplet: 1E, 53 and 4D. RGB value is (30,83,77). Sum of RGB (Red+Green+Blue) = 30+83+77=190 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.79% from 190); Green value is 83 (32.81% from 255 or 43.68% from 190); Blue value is 77 (30.47% from 255 or 40.53% from 190); Max value from RGB is 83 - color contains mainly: green. Hex color #1E534D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E534D is #E1ACB2. Grayscale: #424242. Windows color (decimal): -14789811 or 5067550. OLE color: 5067550.
HSL color Cylindrical-coordinate representation of color #1E534D: hue angle of 173.21º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1E534D is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 83 | 77 | - |
| CMYK | 0.64 | 0 | 0.07 | 0.67 |
| HSL | 173.21º | 0.47% | 0.22% | - |
| HSV(B) | 173.21º | 0.64% | 0.33% | - |
| XYZ | 4.97 | 7 | 8.11 | - |
| YUV | 66.47 | 133.94 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 83 | 77 | 0.64 | 0 | 0.07 | 0.67 | 173.21 | 0.47 | 0.22 |
| Hex | 1E | 53 | 4D | 40 | 0 | 7 | 43 | AD | 2F | 16 |
| Octal | 36 | 123 | 115 | 100 | 0 | 7 | 103 | 255 | 57 | 26 |
| Binary | 11110 | 1010011 | 1001101 | 1000000 | 0 | 111 | 1000011 | 10101101 | 101111 | 10110 |
Color Harmonies of #1E534D
Complementary color
Monochromatic Colors of #1E534D
Black with #1E534D
Text Example
Text Example
White with #1E534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E534D; }
p { color: rgb(30,83,77); }
H1.HeaderClassName
{
color: #1E534D;
}
.AnyTagClassName
{
color: #1E534D;
}
</style>
background-color css
<style>
a { background-color: #1E534D; }
a { background-color: rgb(30,83,77); }
div.DivClassName
{
background-color: #1E534D;
}
.BgClassName
{
background-color: #1E534D;
}
</style>
border-color css
<style>
span { border-color: #1E534D; }
span { border-color: rgb(30,83,77); }
td.TdClassName
{
border-color: #1E534D;
}
.TagClassName
{
border-color: #1E534D;
}
</style>