Shades of Dark Slate Grey #214F4E
Tints of Dark Slate Grey #214F4E
RGB
CMYK
RGB Variations
Color information
#214F4E (or 0x214F4E) is known color: Dark Slate Grey. HEX triplet: 21, 4F and 4E. RGB value is (33,79,78). Sum of RGB (Red+Green+Blue) = 33+79+78=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 79 - color contains mainly: green. Hex color #214F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214F4E is #DEB0B1. Grayscale: #414141. Windows color (decimal): -14594226 or 5132065. OLE color: 5132065.
HSL color Cylindrical-coordinate representation of color #214F4E: hue angle of 178.7º 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 #214F4E is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 79 | 78 | - |
| CMYK | 0.58 | 0 | 0.01 | 0.69 |
| HSL | 178.7º | 0.41% | 0.22% | - |
| HSV(B) | 178.7º | 0.58% | 0.31% | - |
| XYZ | 4.8 | 6.47 | 8.2 | - |
| YUV | 65.13 | 135.26 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 79 | 78 | 0.58 | 0 | 0.01 | 0.69 | 178.7 | 0.41 | 0.22 |
| Hex | 21 | 4F | 4E | 3A | 0 | 1 | 45 | B3 | 29 | 16 |
| Octal | 41 | 117 | 116 | 72 | 0 | 1 | 105 | 263 | 51 | 26 |
| Binary | 100001 | 1001111 | 1001110 | 111010 | 0 | 1 | 1000101 | 10110011 | 101001 | 10110 |
Color Harmonies of #214F4E
Complementary color
Monochromatic Colors of #214F4E
Black with #214F4E
Text Example
Text Example
White with #214F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214F4E; }
p { color: rgb(33,79,78); }
H1.HeaderClassName
{
color: #214F4E;
}
.AnyTagClassName
{
color: #214F4E;
}
</style>
background-color css
<style>
a { background-color: #214F4E; }
a { background-color: rgb(33,79,78); }
div.DivClassName
{
background-color: #214F4E;
}
.BgClassName
{
background-color: #214F4E;
}
</style>
border-color css
<style>
span { border-color: #214F4E; }
span { border-color: rgb(33,79,78); }
td.TdClassName
{
border-color: #214F4E;
}
.TagClassName
{
border-color: #214F4E;
}
</style>