Shades of Dark Slate Grey #244F4E
Tints of Dark Slate Grey #244F4E
RGB
CMYK
RGB Variations
Color information
#244F4E (or 0x244F4E) is known color: Dark Slate Grey. HEX triplet: 24, 4F and 4E. RGB value is (36,79,78). Sum of RGB (Red+Green+Blue) = 36+79+78=193 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.65% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 79 - color contains mainly: green. Hex color #244F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #244F4E is #DBB0B1. Grayscale: #414141. Windows color (decimal): -14397618 or 5132068. OLE color: 5132068.
HSL color Cylindrical-coordinate representation of color #244F4E: hue angle of 178.6º 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 #244F4E is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 79 | 78 | - |
| CMYK | 0.54 | 0 | 0.01 | 0.69 |
| HSL | 178.6º | 0.37% | 0.23% | - |
| HSV(B) | 178.6º | 0.54% | 0.31% | - |
| XYZ | 4.9 | 6.52 | 8.21 | - |
| YUV | 66.03 | 134.75 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 79 | 78 | 0.54 | 0 | 0.01 | 0.69 | 178.6 | 0.37 | 0.23 |
| Hex | 24 | 4F | 4E | 36 | 0 | 1 | 45 | B3 | 25 | 17 |
| Octal | 44 | 117 | 116 | 66 | 0 | 1 | 105 | 263 | 45 | 27 |
| Binary | 100100 | 1001111 | 1001110 | 110110 | 0 | 1 | 1000101 | 10110011 | 100101 | 10111 |
Color Harmonies of #244F4E
Complementary color
Monochromatic Colors of #244F4E
Black with #244F4E
Text Example
Text Example
White with #244F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244F4E; }
p { color: rgb(36,79,78); }
H1.HeaderClassName
{
color: #244F4E;
}
.AnyTagClassName
{
color: #244F4E;
}
</style>
background-color css
<style>
a { background-color: #244F4E; }
a { background-color: rgb(36,79,78); }
div.DivClassName
{
background-color: #244F4E;
}
.BgClassName
{
background-color: #244F4E;
}
</style>
border-color css
<style>
span { border-color: #244F4E; }
span { border-color: rgb(36,79,78); }
td.TdClassName
{
border-color: #244F4E;
}
.TagClassName
{
border-color: #244F4E;
}
</style>