Shades of Dark Slate Grey #214F50
Tints of Dark Slate Grey #214F50
RGB
CMYK
RGB Variations
Color information
#214F50 (or 0x214F50) is known color: Dark Slate Grey. HEX triplet: 21, 4F and 50. RGB value is (33,79,80). Sum of RGB (Red+Green+Blue) = 33+79+80=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 79 (31.25% from 255 or 41.15% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #214F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214F50 is #DEB0AF. Grayscale: #414141. Windows color (decimal): -14594224 or 5263137. OLE color: 5263137.
HSL color Cylindrical-coordinate representation of color #214F50: hue angle of 181.28º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #214F50 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 79 | 80 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.69 |
| HSL | 181.28º | 0.42% | 0.22% | - |
| HSV(B) | 181.28º | 0.59% | 0.31% | - |
| XYZ | 4.87 | 6.49 | 8.59 | - |
| YUV | 65.36 | 136.26 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 79 | 80 | 0.59 | 0.01 | 0 | 0.69 | 181.28 | 0.42 | 0.22 |
| Hex | 21 | 4F | 50 | 3B | 1 | 0 | 45 | B5 | 2A | 16 |
| Octal | 41 | 117 | 120 | 73 | 1 | 0 | 105 | 265 | 52 | 26 |
| Binary | 100001 | 1001111 | 1010000 | 111011 | 1 | 0 | 1000101 | 10110101 | 101010 | 10110 |
Color Harmonies of #214F50
Complementary color
Monochromatic Colors of #214F50
Black with #214F50
Text Example
Text Example
White with #214F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214F50; }
p { color: rgb(33,79,80); }
H1.HeaderClassName
{
color: #214F50;
}
.AnyTagClassName
{
color: #214F50;
}
</style>
background-color css
<style>
a { background-color: #214F50; }
a { background-color: rgb(33,79,80); }
div.DivClassName
{
background-color: #214F50;
}
.BgClassName
{
background-color: #214F50;
}
</style>
border-color css
<style>
span { border-color: #214F50; }
span { border-color: rgb(33,79,80); }
td.TdClassName
{
border-color: #214F50;
}
.TagClassName
{
border-color: #214F50;
}
</style>