Shades of Dark Slate Grey #24524D
Tints of Dark Slate Grey #24524D
RGB
CMYK
RGB Variations
Color information
#24524D (or 0x24524D) is known color: Dark Slate Grey. HEX triplet: 24, 52 and 4D. RGB value is (36,82,77). Sum of RGB (Red+Green+Blue) = 36+82+77=195 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.46% from 195); Green value is 82 (32.42% from 255 or 42.05% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 82 - color contains mainly: green. Hex color #24524D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24524D is #DBADB2. Grayscale: #434343. Windows color (decimal): -14396851 or 5067300. OLE color: 5067300.
HSL color Cylindrical-coordinate representation of color #24524D: hue angle of 173.48º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #24524D is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 36 | 82 | 77 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.68 |
| HSL | 173.48º | 0.39% | 0.23% | - |
| HSV(B) | 173.48º | 0.56% | 0.32% | - |
| XYZ | 5.08 | 6.95 | 8.09 | - |
| YUV | 67.68 | 133.26 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 82 | 77 | 0.56 | 0 | 0.06 | 0.68 | 173.48 | 0.39 | 0.23 |
| Hex | 24 | 52 | 4D | 38 | 0 | 6 | 44 | AD | 27 | 17 |
| Octal | 44 | 122 | 115 | 70 | 0 | 6 | 104 | 255 | 47 | 27 |
| Binary | 100100 | 1010010 | 1001101 | 111000 | 0 | 110 | 1000100 | 10101101 | 100111 | 10111 |
Color Harmonies of #24524D
Complementary color
Monochromatic Colors of #24524D
Black with #24524D
Text Example
Text Example
White with #24524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24524D; }
p { color: rgb(36,82,77); }
H1.HeaderClassName
{
color: #24524D;
}
.AnyTagClassName
{
color: #24524D;
}
</style>
background-color css
<style>
a { background-color: #24524D; }
a { background-color: rgb(36,82,77); }
div.DivClassName
{
background-color: #24524D;
}
.BgClassName
{
background-color: #24524D;
}
</style>
border-color css
<style>
span { border-color: #24524D; }
span { border-color: rgb(36,82,77); }
td.TdClassName
{
border-color: #24524D;
}
.TagClassName
{
border-color: #24524D;
}
</style>