Shades of Dark Slate Grey #295250
Tints of Dark Slate Grey #295250
RGB
CMYK
RGB Variations
Color information
#295250 (or 0x295250) is known color: Dark Slate Grey. HEX triplet: 29, 52 and 50. RGB value is (41,82,80). Sum of RGB (Red+Green+Blue) = 41+82+80=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 82 - color contains mainly: green. Hex color #295250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295250 is #D6ADAF. Grayscale: #454545. Windows color (decimal): -14069168 or 5263913. OLE color: 5263913.
HSL color Cylindrical-coordinate representation of color #295250: hue angle of 177.07º 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 #295250 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 41 | 82 | 80 | - |
| CMYK | 0.50 | 0 | 0.02 | 0.68 |
| HSL | 177.07º | 0.33% | 0.24% | - |
| HSV(B) | 177.07º | 0.5% | 0.32% | - |
| XYZ | 5.38 | 7.09 | 8.67 | - |
| YUV | 69.51 | 133.92 | 107.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 82 | 80 | 0.50 | 0 | 0.02 | 0.68 | 177.07 | 0.33 | 0.24 |
| Hex | 29 | 52 | 50 | 32 | 0 | 2 | 44 | B1 | 21 | 18 |
| Octal | 51 | 122 | 120 | 62 | 0 | 2 | 104 | 261 | 41 | 30 |
| Binary | 101001 | 1010010 | 1010000 | 110010 | 0 | 10 | 1000100 | 10110001 | 100001 | 11000 |
Color Harmonies of #295250
Complementary color
Monochromatic Colors of #295250
Black with #295250
Text Example
Text Example
White with #295250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295250; }
p { color: rgb(41,82,80); }
H1.HeaderClassName
{
color: #295250;
}
.AnyTagClassName
{
color: #295250;
}
</style>
background-color css
<style>
a { background-color: #295250; }
a { background-color: rgb(41,82,80); }
div.DivClassName
{
background-color: #295250;
}
.BgClassName
{
background-color: #295250;
}
</style>
border-color css
<style>
span { border-color: #295250; }
span { border-color: rgb(41,82,80); }
td.TdClassName
{
border-color: #295250;
}
.TagClassName
{
border-color: #295250;
}
</style>