Shades of Dark Slate Grey #21514E
Tints of Dark Slate Grey #21514E
RGB
CMYK
RGB Variations
Color information
#21514E (or 0x21514E) is known color: Dark Slate Grey. HEX triplet: 21, 51 and 4E. RGB value is (33,81,78). Sum of RGB (Red+Green+Blue) = 33+81+78=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 81 (32.03% from 255 or 42.19% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 81 - color contains mainly: green. Hex color #21514E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21514E is #DEAEB1. Grayscale: #424242. Windows color (decimal): -14593714 or 5132577. OLE color: 5132577.
HSL color Cylindrical-coordinate representation of color #21514E: hue angle of 176.25º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #21514E is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 81 | 78 | - |
| CMYK | 0.59 | 0 | 0.04 | 0.68 |
| HSL | 176.25º | 0.42% | 0.22% | - |
| HSV(B) | 176.25º | 0.59% | 0.32% | - |
| XYZ | 4.94 | 6.76 | 8.25 | - |
| YUV | 66.31 | 134.6 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 81 | 78 | 0.59 | 0 | 0.04 | 0.68 | 176.25 | 0.42 | 0.22 |
| Hex | 21 | 51 | 4E | 3B | 0 | 4 | 44 | B0 | 2A | 16 |
| Octal | 41 | 121 | 116 | 73 | 0 | 4 | 104 | 260 | 52 | 26 |
| Binary | 100001 | 1010001 | 1001110 | 111011 | 0 | 100 | 1000100 | 10110000 | 101010 | 10110 |
Color Harmonies of #21514E
Complementary color
Monochromatic Colors of #21514E
Black with #21514E
Text Example
Text Example
White with #21514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21514E; }
p { color: rgb(33,81,78); }
H1.HeaderClassName
{
color: #21514E;
}
.AnyTagClassName
{
color: #21514E;
}
</style>
background-color css
<style>
a { background-color: #21514E; }
a { background-color: rgb(33,81,78); }
div.DivClassName
{
background-color: #21514E;
}
.BgClassName
{
background-color: #21514E;
}
</style>
border-color css
<style>
span { border-color: #21514E; }
span { border-color: rgb(33,81,78); }
td.TdClassName
{
border-color: #21514E;
}
.TagClassName
{
border-color: #21514E;
}
</style>