Shades of Dark Slate Grey #244C4B
Tints of Dark Slate Grey #244C4B
RGB
CMYK
RGB Variations
Color information
#244C4B (or 0x244C4B) is known color: Dark Slate Grey. HEX triplet: 24, 4C and 4B. RGB value is (36,76,75). Sum of RGB (Red+Green+Blue) = 36+76+75=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 76 - color contains mainly: green. Hex color #244C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #244C4B is #DBB3B4. Grayscale: #3F3F3F. Windows color (decimal): -14398389 or 4934692. OLE color: 4934692.
HSL color Cylindrical-coordinate representation of color #244C4B: hue angle of 178.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 #244C4B is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 76 | 75 | - |
| CMYK | 0.53 | 0 | 0.01 | 0.70 |
| HSL | 178.5º | 0.36% | 0.22% | - |
| HSV(B) | 178.5º | 0.53% | 0.3% | - |
| XYZ | 4.58 | 6.05 | 7.58 | - |
| YUV | 63.93 | 134.25 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 76 | 75 | 0.53 | 0 | 0.01 | 0.70 | 178.5 | 0.36 | 0.22 |
| Hex | 24 | 4C | 4B | 35 | 0 | 1 | 46 | B2 | 24 | 16 |
| Octal | 44 | 114 | 113 | 65 | 0 | 1 | 106 | 262 | 44 | 26 |
| Binary | 100100 | 1001100 | 1001011 | 110101 | 0 | 1 | 1000110 | 10110010 | 100100 | 10110 |
Color Harmonies of #244C4B
Complementary color
Monochromatic Colors of #244C4B
Black with #244C4B
Text Example
Text Example
White with #244C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #244C4B; }
p { color: rgb(36,76,75); }
H1.HeaderClassName
{
color: #244C4B;
}
.AnyTagClassName
{
color: #244C4B;
}
</style>
background-color css
<style>
a { background-color: #244C4B; }
a { background-color: rgb(36,76,75); }
div.DivClassName
{
background-color: #244C4B;
}
.BgClassName
{
background-color: #244C4B;
}
</style>
border-color css
<style>
span { border-color: #244C4B; }
span { border-color: rgb(36,76,75); }
td.TdClassName
{
border-color: #244C4B;
}
.TagClassName
{
border-color: #244C4B;
}
</style>