Shades of Dark Slate Grey #24514F
Tints of Dark Slate Grey #24514F
RGB
CMYK
RGB Variations
Color information
#24514F (or 0x24514F) is known color: Dark Slate Grey. HEX triplet: 24, 51 and 4F. RGB value is (36,81,79). Sum of RGB (Red+Green+Blue) = 36+81+79=196 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.37% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 81 - color contains mainly: green. Hex color #24514F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #24514F is #DBAEB0. Grayscale: #434343. Windows color (decimal): -14397105 or 5198116. OLE color: 5198116.
HSL color Cylindrical-coordinate representation of color #24514F: hue angle of 177.33º degrees, saturation: 0.38, 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 #24514F is Cyan = 0.56, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 36 | 81 | 79 | - |
| CMYK | 0.56 | 0 | 0.02 | 0.68 |
| HSL | 177.33º | 0.38% | 0.23% | - |
| HSV(B) | 177.33º | 0.56% | 0.32% | - |
| XYZ | 5.08 | 6.82 | 8.45 | - |
| YUV | 67.32 | 134.59 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 81 | 79 | 0.56 | 0 | 0.02 | 0.68 | 177.33 | 0.38 | 0.23 |
| Hex | 24 | 51 | 4F | 38 | 0 | 2 | 44 | B1 | 26 | 17 |
| Octal | 44 | 121 | 117 | 70 | 0 | 2 | 104 | 261 | 46 | 27 |
| Binary | 100100 | 1010001 | 1001111 | 111000 | 0 | 10 | 1000100 | 10110001 | 100110 | 10111 |
Color Harmonies of #24514F
Complementary color
Monochromatic Colors of #24514F
Black with #24514F
Text Example
Text Example
White with #24514F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24514F; }
p { color: rgb(36,81,79); }
H1.HeaderClassName
{
color: #24514F;
}
.AnyTagClassName
{
color: #24514F;
}
</style>
background-color css
<style>
a { background-color: #24514F; }
a { background-color: rgb(36,81,79); }
div.DivClassName
{
background-color: #24514F;
}
.BgClassName
{
background-color: #24514F;
}
</style>
border-color css
<style>
span { border-color: #24514F; }
span { border-color: rgb(36,81,79); }
td.TdClassName
{
border-color: #24514F;
}
.TagClassName
{
border-color: #24514F;
}
</style>