Shades of Dark Slate Grey #24494C
Tints of Dark Slate Grey #24494C
RGB
CMYK
RGB Variations
Color information
#24494C (or 0x24494C) is known color: Dark Slate Grey. HEX triplet: 24, 49 and 4C. RGB value is (36,73,76). Sum of RGB (Red+Green+Blue) = 36+73+76=185 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.46% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 76 - color contains mainly: blue. Hex color #24494C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24494C is #DBB6B3. Grayscale: #3E3E3E. Windows color (decimal): -14399156 or 4999460. OLE color: 4999460.
HSL color Cylindrical-coordinate representation of color #24494C: hue angle of 184.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #24494C is Cyan = 0.53, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 73 | 76 | - |
| CMYK | 0.53 | 0.04 | 0 | 0.70 |
| HSL | 184.5º | 0.36% | 0.22% | - |
| HSV(B) | 184.5º | 0.53% | 0.3% | - |
| XYZ | 4.41 | 5.66 | 7.7 | - |
| YUV | 62.28 | 135.74 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 73 | 76 | 0.53 | 0.04 | 0 | 0.70 | 184.5 | 0.36 | 0.22 |
| Hex | 24 | 49 | 4C | 35 | 4 | 0 | 46 | B8 | 24 | 16 |
| Octal | 44 | 111 | 114 | 65 | 4 | 0 | 106 | 270 | 44 | 26 |
| Binary | 100100 | 1001001 | 1001100 | 110101 | 100 | 0 | 1000110 | 10111000 | 100100 | 10110 |
Color Harmonies of #24494C
Complementary color
Monochromatic Colors of #24494C
Black with #24494C
Text Example
Text Example
White with #24494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24494C; }
p { color: rgb(36,73,76); }
H1.HeaderClassName
{
color: #24494C;
}
.AnyTagClassName
{
color: #24494C;
}
</style>
background-color css
<style>
a { background-color: #24494C; }
a { background-color: rgb(36,73,76); }
div.DivClassName
{
background-color: #24494C;
}
.BgClassName
{
background-color: #24494C;
}
</style>
border-color css
<style>
span { border-color: #24494C; }
span { border-color: rgb(36,73,76); }
td.TdClassName
{
border-color: #24494C;
}
.TagClassName
{
border-color: #24494C;
}
</style>