Shades of Dark Slate Grey #21514F
Tints of Dark Slate Grey #21514F
RGB
CMYK
RGB Variations
Color information
#21514F (or 0x21514F) is known color: Dark Slate Grey. HEX triplet: 21, 51 and 4F. RGB value is (33,81,79). Sum of RGB (Red+Green+Blue) = 33+81+79=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 81 (32.03% from 255 or 41.97% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 81 - color contains mainly: green. Hex color #21514F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21514F is #DEAEB0. Grayscale: #424242. Windows color (decimal): -14593713 or 5198113. OLE color: 5198113.
HSL color Cylindrical-coordinate representation of color #21514F: hue angle of 177.5º 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 #21514F is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 81 | 79 | - |
| CMYK | 0.59 | 0 | 0.02 | 0.68 |
| HSL | 177.5º | 0.42% | 0.22% | - |
| HSV(B) | 177.5º | 0.59% | 0.32% | - |
| XYZ | 4.98 | 6.77 | 8.44 | - |
| YUV | 66.42 | 135.1 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 81 | 79 | 0.59 | 0 | 0.02 | 0.68 | 177.5 | 0.42 | 0.22 |
| Hex | 21 | 51 | 4F | 3B | 0 | 2 | 44 | B2 | 2A | 16 |
| Octal | 41 | 121 | 117 | 73 | 0 | 2 | 104 | 262 | 52 | 26 |
| Binary | 100001 | 1010001 | 1001111 | 111011 | 0 | 10 | 1000100 | 10110010 | 101010 | 10110 |
Color Harmonies of #21514F
Complementary color
Monochromatic Colors of #21514F
Black with #21514F
Text Example
Text Example
White with #21514F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21514F; }
p { color: rgb(33,81,79); }
H1.HeaderClassName
{
color: #21514F;
}
.AnyTagClassName
{
color: #21514F;
}
</style>
background-color css
<style>
a { background-color: #21514F; }
a { background-color: rgb(33,81,79); }
div.DivClassName
{
background-color: #21514F;
}
.BgClassName
{
background-color: #21514F;
}
</style>
border-color css
<style>
span { border-color: #21514F; }
span { border-color: rgb(33,81,79); }
td.TdClassName
{
border-color: #21514F;
}
.TagClassName
{
border-color: #21514F;
}
</style>