Shades of Dark Slate Grey #21514D
Tints of Dark Slate Grey #21514D
RGB
CMYK
RGB Variations
Color information
#21514D (or 0x21514D) is known color: Dark Slate Grey. HEX triplet: 21, 51 and 4D. RGB value is (33,81,77). Sum of RGB (Red+Green+Blue) = 33+81+77=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 81 (32.03% from 255 or 42.41% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 81 - color contains mainly: green. Hex color #21514D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21514D is #DEAEB2. Grayscale: #424242. Windows color (decimal): -14593715 or 5067041. OLE color: 5067041.
HSL color Cylindrical-coordinate representation of color #21514D: hue angle of 175º 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 #21514D is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 81 | 77 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.68 |
| HSL | 175º | 0.42% | 0.22% | - |
| HSV(B) | 175º | 0.59% | 0.32% | - |
| XYZ | 4.91 | 6.74 | 8.06 | - |
| YUV | 66.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 81 | 77 | 0.59 | 0 | 0.05 | 0.68 | 175 | 0.42 | 0.22 |
| Hex | 21 | 51 | 4D | 3B | 0 | 5 | 44 | AF | 2A | 16 |
| Octal | 41 | 121 | 115 | 73 | 0 | 5 | 104 | 257 | 52 | 26 |
| Binary | 100001 | 1010001 | 1001101 | 111011 | 0 | 101 | 1000100 | 10101111 | 101010 | 10110 |
Color Harmonies of #21514D
Complementary color
Monochromatic Colors of #21514D
Black with #21514D
Text Example
Text Example
White with #21514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21514D; }
p { color: rgb(33,81,77); }
H1.HeaderClassName
{
color: #21514D;
}
.AnyTagClassName
{
color: #21514D;
}
</style>
background-color css
<style>
a { background-color: #21514D; }
a { background-color: rgb(33,81,77); }
div.DivClassName
{
background-color: #21514D;
}
.BgClassName
{
background-color: #21514D;
}
</style>
border-color css
<style>
span { border-color: #21514D; }
span { border-color: rgb(33,81,77); }
td.TdClassName
{
border-color: #21514D;
}
.TagClassName
{
border-color: #21514D;
}
</style>