Shades of Dark Slate Grey #1D5251
Tints of Dark Slate Grey #1D5251
RGB
CMYK
RGB Variations
Color information
#1D5251 (or 0x1D5251) is known color: Dark Slate Grey. HEX triplet: 1D, 52 and 51. RGB value is (29,82,81). Sum of RGB (Red+Green+Blue) = 29+82+81=192 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.10% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 81 (32.03% from 255 or 42.19% from 192); Max value from RGB is 82 - color contains mainly: green. Hex color #1D5251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5251 is #E2ADAE. Grayscale: #414141. Windows color (decimal): -14855599 or 5329437. OLE color: 5329437.
HSL color Cylindrical-coordinate representation of color #1D5251: hue angle of 178.87º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D5251 is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 29 | 82 | 81 | - |
| CMYK | 0.65 | 0 | 0.01 | 0.68 |
| HSL | 178.87º | 0.48% | 0.22% | - |
| HSV(B) | 178.87º | 0.65% | 0.32% | - |
| XYZ | 5.01 | 6.89 | 8.85 | - |
| YUV | 66.04 | 136.44 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 82 | 81 | 0.65 | 0 | 0.01 | 0.68 | 178.87 | 0.48 | 0.22 |
| Hex | 1D | 52 | 51 | 41 | 0 | 1 | 44 | B3 | 30 | 16 |
| Octal | 35 | 122 | 121 | 101 | 0 | 1 | 104 | 263 | 60 | 26 |
| Binary | 11101 | 1010010 | 1010001 | 1000001 | 0 | 1 | 1000100 | 10110011 | 110000 | 10110 |
Color Harmonies of #1D5251
Complementary color
Monochromatic Colors of #1D5251
Black with #1D5251
Text Example
Text Example
White with #1D5251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D5251; }
p { color: rgb(29,82,81); }
H1.HeaderClassName
{
color: #1D5251;
}
.AnyTagClassName
{
color: #1D5251;
}
</style>
background-color css
<style>
a { background-color: #1D5251; }
a { background-color: rgb(29,82,81); }
div.DivClassName
{
background-color: #1D5251;
}
.BgClassName
{
background-color: #1D5251;
}
</style>
border-color css
<style>
span { border-color: #1D5251; }
span { border-color: rgb(29,82,81); }
td.TdClassName
{
border-color: #1D5251;
}
.TagClassName
{
border-color: #1D5251;
}
</style>