Shades of Dark Slate Grey #214D4A
Tints of Dark Slate Grey #214D4A
RGB
CMYK
RGB Variations
Color information
#214D4A (or 0x214D4A) is known color: Dark Slate Grey. HEX triplet: 21, 4D and 4A. RGB value is (33,77,74). Sum of RGB (Red+Green+Blue) = 33+77+74=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 77 - color contains mainly: green. Hex color #214D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214D4A is #DEB2B5. Grayscale: #3F3F3F. Windows color (decimal): -14594742 or 4869409. OLE color: 4869409.
HSL color Cylindrical-coordinate representation of color #214D4A: hue angle of 175.91º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #214D4A is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 77 | 74 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.70 |
| HSL | 175.91º | 0.4% | 0.22% | - |
| HSV(B) | 175.91º | 0.57% | 0.3% | - |
| XYZ | 4.52 | 6.13 | 7.42 | - |
| YUV | 63.5 | 133.92 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 77 | 74 | 0.57 | 0 | 0.04 | 0.70 | 175.91 | 0.4 | 0.22 |
| Hex | 21 | 4D | 4A | 39 | 0 | 4 | 46 | B0 | 28 | 16 |
| Octal | 41 | 115 | 112 | 71 | 0 | 4 | 106 | 260 | 50 | 26 |
| Binary | 100001 | 1001101 | 1001010 | 111001 | 0 | 100 | 1000110 | 10110000 | 101000 | 10110 |
Color Harmonies of #214D4A
Complementary color
Monochromatic Colors of #214D4A
Black with #214D4A
Text Example
Text Example
White with #214D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214D4A; }
p { color: rgb(33,77,74); }
H1.HeaderClassName
{
color: #214D4A;
}
.AnyTagClassName
{
color: #214D4A;
}
</style>
background-color css
<style>
a { background-color: #214D4A; }
a { background-color: rgb(33,77,74); }
div.DivClassName
{
background-color: #214D4A;
}
.BgClassName
{
background-color: #214D4A;
}
</style>
border-color css
<style>
span { border-color: #214D4A; }
span { border-color: rgb(33,77,74); }
td.TdClassName
{
border-color: #214D4A;
}
.TagClassName
{
border-color: #214D4A;
}
</style>