Shades of Dark Slate Grey #224D4D
Tints of Dark Slate Grey #224D4D
RGB
CMYK
RGB Variations
Color information
#224D4D (or 0x224D4D) is known color: Dark Slate Grey. HEX triplet: 22, 4D and 4D. RGB value is (34,77,77). Sum of RGB (Red+Green+Blue) = 34+77+77=188 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.09% from 188); Green value is 77 (30.47% from 255 or 40.96% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 77 - color contains mainly: green, blue. Hex color #224D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224D4D is #DDB2B2. Grayscale: #404040. Windows color (decimal): -14529203 or 5066018. OLE color: 5066018.
HSL color Cylindrical-coordinate representation of color #224D4D: hue angle of 180º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #224D4D is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 34 | 77 | 77 | - |
| CMYK | 0.56 | 0 | 0 | 0.70 |
| HSL | 180º | 0.39% | 0.22% | - |
| HSV(B) | 180º | 0.56% | 0.3% | - |
| XYZ | 4.65 | 6.18 | 7.97 | - |
| YUV | 64.14 | 135.25 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 77 | 77 | 0.56 | 0 | 0 | 0.70 | 180 | 0.39 | 0.22 |
| Hex | 22 | 4D | 4D | 38 | 0 | 0 | 46 | B4 | 27 | 16 |
| Octal | 42 | 115 | 115 | 70 | 0 | 0 | 106 | 264 | 47 | 26 |
| Binary | 100010 | 1001101 | 1001101 | 111000 | 0 | 0 | 1000110 | 10110100 | 100111 | 10110 |
Color Harmonies of #224D4D
Complementary color
Monochromatic Colors of #224D4D
Black with #224D4D
Text Example
Text Example
White with #224D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224D4D; }
p { color: rgb(34,77,77); }
H1.HeaderClassName
{
color: #224D4D;
}
.AnyTagClassName
{
color: #224D4D;
}
</style>
background-color css
<style>
a { background-color: #224D4D; }
a { background-color: rgb(34,77,77); }
div.DivClassName
{
background-color: #224D4D;
}
.BgClassName
{
background-color: #224D4D;
}
</style>
border-color css
<style>
span { border-color: #224D4D; }
span { border-color: rgb(34,77,77); }
td.TdClassName
{
border-color: #224D4D;
}
.TagClassName
{
border-color: #224D4D;
}
</style>