Shades of Dark Slate Grey #294F52
Tints of Dark Slate Grey #294F52
RGB
CMYK
RGB Variations
Color information
#294F52 (or 0x294F52) is known color: Dark Slate Grey. HEX triplet: 29, 4F and 52. RGB value is (41,79,82). Sum of RGB (Red+Green+Blue) = 41+79+82=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 79 (31.25% from 255 or 39.11% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 82 - color contains mainly: blue. Hex color #294F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294F52 is #D6B0AD. Grayscale: #434343. Windows color (decimal): -14069934 or 5394217. OLE color: 5394217.
HSL color Cylindrical-coordinate representation of color #294F52: hue angle of 184.39º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #294F52 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 41 | 79 | 82 | - |
| CMYK | 0.50 | 0.04 | 0 | 0.68 |
| HSL | 184.39º | 0.33% | 0.24% | - |
| HSV(B) | 184.39º | 0.5% | 0.32% | - |
| XYZ | 5.23 | 6.67 | 8.99 | - |
| YUV | 67.98 | 135.91 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 79 | 82 | 0.50 | 0.04 | 0 | 0.68 | 184.39 | 0.33 | 0.24 |
| Hex | 29 | 4F | 52 | 32 | 4 | 0 | 44 | B8 | 21 | 18 |
| Octal | 51 | 117 | 122 | 62 | 4 | 0 | 104 | 270 | 41 | 30 |
| Binary | 101001 | 1001111 | 1010010 | 110010 | 100 | 0 | 1000100 | 10111000 | 100001 | 11000 |
Color Harmonies of #294F52
Complementary color
Monochromatic Colors of #294F52
Black with #294F52
Text Example
Text Example
White with #294F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294F52; }
p { color: rgb(41,79,82); }
H1.HeaderClassName
{
color: #294F52;
}
.AnyTagClassName
{
color: #294F52;
}
</style>
background-color css
<style>
a { background-color: #294F52; }
a { background-color: rgb(41,79,82); }
div.DivClassName
{
background-color: #294F52;
}
.BgClassName
{
background-color: #294F52;
}
</style>
border-color css
<style>
span { border-color: #294F52; }
span { border-color: rgb(41,79,82); }
td.TdClassName
{
border-color: #294F52;
}
.TagClassName
{
border-color: #294F52;
}
</style>