Shades of Dark Slate Grey #29504F
Tints of Dark Slate Grey #29504F
RGB
CMYK
RGB Variations
Color information
#29504F (or 0x29504F) is known color: Dark Slate Grey. HEX triplet: 29, 50 and 4F. RGB value is (41,80,79). Sum of RGB (Red+Green+Blue) = 41+80+79=200 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.5% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 80 - color contains mainly: green. Hex color #29504F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #29504F is #D6AFB0. Grayscale: #444444. Windows color (decimal): -14069681 or 5197865. OLE color: 5197865.
HSL color Cylindrical-coordinate representation of color #29504F: hue angle of 178.46º 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 #29504F is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 80 | 79 | - |
| CMYK | 0.49 | 0 | 0.01 | 0.69 |
| HSL | 178.46º | 0.32% | 0.24% | - |
| HSV(B) | 178.46º | 0.49% | 0.31% | - |
| XYZ | 5.19 | 6.77 | 8.43 | - |
| YUV | 68.23 | 134.08 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 80 | 79 | 0.49 | 0 | 0.01 | 0.69 | 178.46 | 0.32 | 0.24 |
| Hex | 29 | 50 | 4F | 31 | 0 | 1 | 45 | B2 | 20 | 18 |
| Octal | 51 | 120 | 117 | 61 | 0 | 1 | 105 | 262 | 40 | 30 |
| Binary | 101001 | 1010000 | 1001111 | 110001 | 0 | 1 | 1000101 | 10110010 | 100000 | 11000 |
Color Harmonies of #29504F
Complementary color
Monochromatic Colors of #29504F
Black with #29504F
Text Example
Text Example
White with #29504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29504F; }
p { color: rgb(41,80,79); }
H1.HeaderClassName
{
color: #29504F;
}
.AnyTagClassName
{
color: #29504F;
}
</style>
background-color css
<style>
a { background-color: #29504F; }
a { background-color: rgb(41,80,79); }
div.DivClassName
{
background-color: #29504F;
}
.BgClassName
{
background-color: #29504F;
}
</style>
border-color css
<style>
span { border-color: #29504F; }
span { border-color: rgb(41,80,79); }
td.TdClassName
{
border-color: #29504F;
}
.TagClassName
{
border-color: #29504F;
}
</style>