Shades of Dark Slate Grey #295152
Tints of Dark Slate Grey #295152
RGB
CMYK
RGB Variations
Color information
#295152 (or 0x295152) is known color: Dark Slate Grey. HEX triplet: 29, 51 and 52. RGB value is (41,81,82). Sum of RGB (Red+Green+Blue) = 41+81+82=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 82 (32.42% from 255 or 40.20% from 204); Max value from RGB is 82 - color contains mainly: blue. Hex color #295152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295152 is #D6AEAD. Grayscale: #454545. Windows color (decimal): -14069422 or 5394729. OLE color: 5394729.
HSL color Cylindrical-coordinate representation of color #295152: hue angle of 181.46º 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 #295152 is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 41 | 81 | 82 | - |
| CMYK | 0.50 | 0.01 | 0 | 0.68 |
| HSL | 181.46º | 0.33% | 0.24% | - |
| HSV(B) | 181.46º | 0.5% | 0.32% | - |
| XYZ | 5.38 | 6.97 | 9.04 | - |
| YUV | 69.15 | 135.25 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 81 | 82 | 0.50 | 0.01 | 0 | 0.68 | 181.46 | 0.33 | 0.24 |
| Hex | 29 | 51 | 52 | 32 | 1 | 0 | 44 | B5 | 21 | 18 |
| Octal | 51 | 121 | 122 | 62 | 1 | 0 | 104 | 265 | 41 | 30 |
| Binary | 101001 | 1010001 | 1010010 | 110010 | 1 | 0 | 1000100 | 10110101 | 100001 | 11000 |
Color Harmonies of #295152
Complementary color
Monochromatic Colors of #295152
Black with #295152
Text Example
Text Example
White with #295152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295152; }
p { color: rgb(41,81,82); }
H1.HeaderClassName
{
color: #295152;
}
.AnyTagClassName
{
color: #295152;
}
</style>
background-color css
<style>
a { background-color: #295152; }
a { background-color: rgb(41,81,82); }
div.DivClassName
{
background-color: #295152;
}
.BgClassName
{
background-color: #295152;
}
</style>
border-color css
<style>
span { border-color: #295152; }
span { border-color: rgb(41,81,82); }
td.TdClassName
{
border-color: #295152;
}
.TagClassName
{
border-color: #295152;
}
</style>