Shades of Dark Slate Grey #294D50
Tints of Dark Slate Grey #294D50
RGB
CMYK
RGB Variations
Color information
#294D50 (or 0x294D50) is known color: Dark Slate Grey. HEX triplet: 29, 4D and 50. RGB value is (41,77,80). Sum of RGB (Red+Green+Blue) = 41+77+80=198 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.71% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 80 (31.64% from 255 or 40.40% from 198); Max value from RGB is 80 - color contains mainly: blue. Hex color #294D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D50 is #D6B2AF. Grayscale: #424242. Windows color (decimal): -14070448 or 5262633. OLE color: 5262633.
HSL color Cylindrical-coordinate representation of color #294D50: hue angle of 184.62º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #294D50 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 77 | 80 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.69 |
| HSL | 184.62º | 0.32% | 0.24% | - |
| HSV(B) | 184.62º | 0.49% | 0.31% | - |
| XYZ | 5.02 | 6.36 | 8.55 | - |
| YUV | 66.58 | 135.57 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 77 | 80 | 0.49 | 0.04 | 0 | 0.69 | 184.62 | 0.32 | 0.24 |
| Hex | 29 | 4D | 50 | 31 | 4 | 0 | 45 | B9 | 20 | 18 |
| Octal | 51 | 115 | 120 | 61 | 4 | 0 | 105 | 271 | 40 | 30 |
| Binary | 101001 | 1001101 | 1010000 | 110001 | 100 | 0 | 1000101 | 10111001 | 100000 | 11000 |
Color Harmonies of #294D50
Complementary color
Monochromatic Colors of #294D50
Black with #294D50
Text Example
Text Example
White with #294D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294D50; }
p { color: rgb(41,77,80); }
H1.HeaderClassName
{
color: #294D50;
}
.AnyTagClassName
{
color: #294D50;
}
</style>
background-color css
<style>
a { background-color: #294D50; }
a { background-color: rgb(41,77,80); }
div.DivClassName
{
background-color: #294D50;
}
.BgClassName
{
background-color: #294D50;
}
</style>
border-color css
<style>
span { border-color: #294D50; }
span { border-color: rgb(41,77,80); }
td.TdClassName
{
border-color: #294D50;
}
.TagClassName
{
border-color: #294D50;
}
</style>