Shades of Dark Slate Grey #1E544F
Tints of Dark Slate Grey #1E544F
RGB
CMYK
RGB Variations
Color information
#1E544F (or 0x1E544F) is known color: Dark Slate Grey. HEX triplet: 1E, 54 and 4F. RGB value is (30,84,79). Sum of RGB (Red+Green+Blue) = 30+84+79=193 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.54% from 193); Green value is 84 (33.20% from 255 or 43.52% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 84 - color contains mainly: green. Hex color #1E544F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E544F is #E1ABB0. Grayscale: #434343. Windows color (decimal): -14789553 or 5198878. OLE color: 5198878.
HSL color Cylindrical-coordinate representation of color #1E544F: hue angle of 174.44º 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 #1E544F is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 84 | 79 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.67 |
| HSL | 174.44º | 0.47% | 0.22% | - |
| HSV(B) | 174.44º | 0.64% | 0.33% | - |
| XYZ | 5.12 | 7.18 | 8.51 | - |
| YUV | 67.28 | 134.61 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 84 | 79 | 0.64 | 0 | 0.06 | 0.67 | 174.44 | 0.47 | 0.22 |
| Hex | 1E | 54 | 4F | 40 | 0 | 6 | 43 | AE | 2F | 16 |
| Octal | 36 | 124 | 117 | 100 | 0 | 6 | 103 | 256 | 57 | 26 |
| Binary | 11110 | 1010100 | 1001111 | 1000000 | 0 | 110 | 1000011 | 10101110 | 101111 | 10110 |
Color Harmonies of #1E544F
Complementary color
Monochromatic Colors of #1E544F
Black with #1E544F
Text Example
Text Example
White with #1E544F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E544F; }
p { color: rgb(30,84,79); }
H1.HeaderClassName
{
color: #1E544F;
}
.AnyTagClassName
{
color: #1E544F;
}
</style>
background-color css
<style>
a { background-color: #1E544F; }
a { background-color: rgb(30,84,79); }
div.DivClassName
{
background-color: #1E544F;
}
.BgClassName
{
background-color: #1E544F;
}
</style>
border-color css
<style>
span { border-color: #1E544F; }
span { border-color: rgb(30,84,79); }
td.TdClassName
{
border-color: #1E544F;
}
.TagClassName
{
border-color: #1E544F;
}
</style>