Shades of Dark Slate Grey #21514C
Tints of Dark Slate Grey #21514C
RGB
CMYK
RGB Variations
Color information
#21514C (or 0x21514C) is known color: Dark Slate Grey. HEX triplet: 21, 51 and 4C. RGB value is (33,81,76). Sum of RGB (Red+Green+Blue) = 33+81+76=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 76 (30.08% from 255 or 40% from 190); Max value from RGB is 81 - color contains mainly: green. Hex color #21514C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21514C is #DEAEB3. Grayscale: #424242. Windows color (decimal): -14593716 or 5001505. OLE color: 5001505.
HSL color Cylindrical-coordinate representation of color #21514C: hue angle of 173.75º 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 #21514C is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 81 | 76 | - |
| CMYK | 0.59 | 0 | 0.06 | 0.68 |
| HSL | 173.75º | 0.42% | 0.22% | - |
| HSV(B) | 173.75º | 0.59% | 0.32% | - |
| XYZ | 4.87 | 6.73 | 7.88 | - |
| YUV | 66.08 | 133.6 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 81 | 76 | 0.59 | 0 | 0.06 | 0.68 | 173.75 | 0.42 | 0.22 |
| Hex | 21 | 51 | 4C | 3B | 0 | 6 | 44 | AE | 2A | 16 |
| Octal | 41 | 121 | 114 | 73 | 0 | 6 | 104 | 256 | 52 | 26 |
| Binary | 100001 | 1010001 | 1001100 | 111011 | 0 | 110 | 1000100 | 10101110 | 101010 | 10110 |
Color Harmonies of #21514C
Complementary color
Monochromatic Colors of #21514C
Black with #21514C
Text Example
Text Example
White with #21514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21514C; }
p { color: rgb(33,81,76); }
H1.HeaderClassName
{
color: #21514C;
}
.AnyTagClassName
{
color: #21514C;
}
</style>
background-color css
<style>
a { background-color: #21514C; }
a { background-color: rgb(33,81,76); }
div.DivClassName
{
background-color: #21514C;
}
.BgClassName
{
background-color: #21514C;
}
</style>
border-color css
<style>
span { border-color: #21514C; }
span { border-color: rgb(33,81,76); }
td.TdClassName
{
border-color: #21514C;
}
.TagClassName
{
border-color: #21514C;
}
</style>