Shades of Dark Slate Grey #244F4D
Tints of Dark Slate Grey #244F4D
RGB
CMYK
RGB Variations
Color information
#244F4D (or 0x244F4D) is known color: Dark Slate Grey. HEX triplet: 24, 4F and 4D. RGB value is (36,79,77). Sum of RGB (Red+Green+Blue) = 36+79+77=192 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.75% from 192); Green value is 79 (31.25% from 255 or 41.15% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 79 - color contains mainly: green. Hex color #244F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244F4D is #DBB0B2. Grayscale: #414141. Windows color (decimal): -14397619 or 5066532. OLE color: 5066532.
HSL color Cylindrical-coordinate representation of color #244F4D: hue angle of 177.21º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #244F4D is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 79 | 77 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.69 |
| HSL | 177.21º | 0.37% | 0.23% | - |
| HSV(B) | 177.21º | 0.54% | 0.31% | - |
| XYZ | 4.86 | 6.5 | 8.02 | - |
| YUV | 65.92 | 134.25 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 79 | 77 | 0.54 | 0 | 0.03 | 0.69 | 177.21 | 0.37 | 0.23 |
| Hex | 24 | 4F | 4D | 36 | 0 | 3 | 45 | B1 | 25 | 17 |
| Octal | 44 | 117 | 115 | 66 | 0 | 3 | 105 | 261 | 45 | 27 |
| Binary | 100100 | 1001111 | 1001101 | 110110 | 0 | 11 | 1000101 | 10110001 | 100101 | 10111 |
Color Harmonies of #244F4D
Complementary color
Monochromatic Colors of #244F4D
Black with #244F4D
Text Example
Text Example
White with #244F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244F4D; }
p { color: rgb(36,79,77); }
H1.HeaderClassName
{
color: #244F4D;
}
.AnyTagClassName
{
color: #244F4D;
}
</style>
background-color css
<style>
a { background-color: #244F4D; }
a { background-color: rgb(36,79,77); }
div.DivClassName
{
background-color: #244F4D;
}
.BgClassName
{
background-color: #244F4D;
}
</style>
border-color css
<style>
span { border-color: #244F4D; }
span { border-color: rgb(36,79,77); }
td.TdClassName
{
border-color: #244F4D;
}
.TagClassName
{
border-color: #244F4D;
}
</style>