Shades of Dark Slate Grey #204D4D
Tints of Dark Slate Grey #204D4D
RGB
CMYK
RGB Variations
Color information
#204D4D (or 0x204D4D) is known color: Dark Slate Grey. HEX triplet: 20, 4D and 4D. RGB value is (32,77,77). Sum of RGB (Red+Green+Blue) = 32+77+77=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 77 (30.47% from 255 or 41.40% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 77 - color contains mainly: green, blue. Hex color #204D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #204D4D is #DFB2B2. Grayscale: #3F3F3F. Windows color (decimal): -14660275 or 5066016. OLE color: 5066016.
HSL color Cylindrical-coordinate representation of color #204D4D: hue angle of 180º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #204D4D is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 32 | 77 | 77 | - |
| CMYK | 0.58 | 0 | 0 | 0.70 |
| HSL | 180º | 0.41% | 0.21% | - |
| HSV(B) | 180º | 0.58% | 0.3% | - |
| XYZ | 4.59 | 6.15 | 7.97 | - |
| YUV | 63.55 | 135.59 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 77 | 77 | 0.58 | 0 | 0 | 0.70 | 180 | 0.41 | 0.21 |
| Hex | 20 | 4D | 4D | 3A | 0 | 0 | 46 | B4 | 29 | 15 |
| Octal | 40 | 115 | 115 | 72 | 0 | 0 | 106 | 264 | 51 | 25 |
| Binary | 100000 | 1001101 | 1001101 | 111010 | 0 | 0 | 1000110 | 10110100 | 101001 | 10101 |
Color Harmonies of #204D4D
Complementary color
Monochromatic Colors of #204D4D
Black with #204D4D
Text Example
Text Example
White with #204D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #204D4D; }
p { color: rgb(32,77,77); }
H1.HeaderClassName
{
color: #204D4D;
}
.AnyTagClassName
{
color: #204D4D;
}
</style>
background-color css
<style>
a { background-color: #204D4D; }
a { background-color: rgb(32,77,77); }
div.DivClassName
{
background-color: #204D4D;
}
.BgClassName
{
background-color: #204D4D;
}
</style>
border-color css
<style>
span { border-color: #204D4D; }
span { border-color: rgb(32,77,77); }
td.TdClassName
{
border-color: #204D4D;
}
.TagClassName
{
border-color: #204D4D;
}
</style>