Shades of Dark Slate Grey #244E4D
Tints of Dark Slate Grey #244E4D
RGB
CMYK
RGB Variations
Color information
#244E4D (or 0x244E4D) is known color: Dark Slate Grey. HEX triplet: 24, 4E and 4D. RGB value is (36,78,77). Sum of RGB (Red+Green+Blue) = 36+78+77=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 78 (30.86% from 255 or 40.84% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 78 - color contains mainly: green. Hex color #244E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244E4D is #DBB1B2. Grayscale: #414141. Windows color (decimal): -14397875 or 5066276. OLE color: 5066276.
HSL color Cylindrical-coordinate representation of color #244E4D: hue angle of 178.57º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #244E4D is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 78 | 77 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.69 |
| HSL | 178.57º | 0.37% | 0.22% | - |
| HSV(B) | 178.57º | 0.54% | 0.31% | - |
| XYZ | 4.79 | 6.36 | 8 | - |
| YUV | 65.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 78 | 77 | 0.54 | 0 | 0.01 | 0.69 | 178.57 | 0.37 | 0.22 |
| Hex | 24 | 4E | 4D | 36 | 0 | 1 | 45 | B3 | 25 | 16 |
| Octal | 44 | 116 | 115 | 66 | 0 | 1 | 105 | 263 | 45 | 26 |
| Binary | 100100 | 1001110 | 1001101 | 110110 | 0 | 1 | 1000101 | 10110011 | 100101 | 10110 |
Color Harmonies of #244E4D
Complementary color
Monochromatic Colors of #244E4D
Black with #244E4D
Text Example
Text Example
White with #244E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244E4D; }
p { color: rgb(36,78,77); }
H1.HeaderClassName
{
color: #244E4D;
}
.AnyTagClassName
{
color: #244E4D;
}
</style>
background-color css
<style>
a { background-color: #244E4D; }
a { background-color: rgb(36,78,77); }
div.DivClassName
{
background-color: #244E4D;
}
.BgClassName
{
background-color: #244E4D;
}
</style>
border-color css
<style>
span { border-color: #244E4D; }
span { border-color: rgb(36,78,77); }
td.TdClassName
{
border-color: #244E4D;
}
.TagClassName
{
border-color: #244E4D;
}
</style>