Shades of Dark Slate Grey #214E4D
Tints of Dark Slate Grey #214E4D
RGB
CMYK
RGB Variations
Color information
#214E4D (or 0x214E4D) is known color: Dark Slate Grey. HEX triplet: 21, 4E and 4D. RGB value is (33,78,77). Sum of RGB (Red+Green+Blue) = 33+78+77=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 78 - color contains mainly: green. Hex color #214E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214E4D is #DEB1B2. Grayscale: #404040. Windows color (decimal): -14594483 or 5066273. OLE color: 5066273.
HSL color Cylindrical-coordinate representation of color #214E4D: hue angle of 178.67º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #214E4D is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 78 | 77 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.69 |
| HSL | 178.67º | 0.41% | 0.22% | - |
| HSV(B) | 178.67º | 0.58% | 0.31% | - |
| XYZ | 4.69 | 6.31 | 7.99 | - |
| YUV | 64.43 | 135.09 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 77 | 0.58 | 0 | 0.01 | 0.69 | 178.67 | 0.41 | 0.22 |
| Hex | 21 | 4E | 4D | 3A | 0 | 1 | 45 | B3 | 29 | 16 |
| Octal | 41 | 116 | 115 | 72 | 0 | 1 | 105 | 263 | 51 | 26 |
| Binary | 100001 | 1001110 | 1001101 | 111010 | 0 | 1 | 1000101 | 10110011 | 101001 | 10110 |
Color Harmonies of #214E4D
Complementary color
Monochromatic Colors of #214E4D
Black with #214E4D
Text Example
Text Example
White with #214E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214E4D; }
p { color: rgb(33,78,77); }
H1.HeaderClassName
{
color: #214E4D;
}
.AnyTagClassName
{
color: #214E4D;
}
</style>
background-color css
<style>
a { background-color: #214E4D; }
a { background-color: rgb(33,78,77); }
div.DivClassName
{
background-color: #214E4D;
}
.BgClassName
{
background-color: #214E4D;
}
</style>
border-color css
<style>
span { border-color: #214E4D; }
span { border-color: rgb(33,78,77); }
td.TdClassName
{
border-color: #214E4D;
}
.TagClassName
{
border-color: #214E4D;
}
</style>