Shades of Dark Slate Grey #215051
Tints of Dark Slate Grey #215051
RGB
CMYK
RGB Variations
Color information
#215051 (or 0x215051) is known color: Dark Slate Grey. HEX triplet: 21, 50 and 51. RGB value is (33,80,81). Sum of RGB (Red+Green+Blue) = 33+80+81=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 80 (31.64% from 255 or 41.24% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 81 - color contains mainly: blue. Hex color #215051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215051 is #DEAFAE. Grayscale: #424242. Windows color (decimal): -14593967 or 5328929. OLE color: 5328929.
HSL color Cylindrical-coordinate representation of color #215051: hue angle of 181.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 #215051 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 80 | 81 | - |
| CMYK | 0.59 | 0.01 | 0 | 0.68 |
| HSL | 181.25º | 0.42% | 0.22% | - |
| HSV(B) | 181.25º | 0.59% | 0.32% | - |
| XYZ | 4.98 | 6.65 | 8.81 | - |
| YUV | 66.06 | 136.43 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 80 | 81 | 0.59 | 0.01 | 0 | 0.68 | 181.25 | 0.42 | 0.22 |
| Hex | 21 | 50 | 51 | 3B | 1 | 0 | 44 | B5 | 2A | 16 |
| Octal | 41 | 120 | 121 | 73 | 1 | 0 | 104 | 265 | 52 | 26 |
| Binary | 100001 | 1010000 | 1010001 | 111011 | 1 | 0 | 1000100 | 10110101 | 101010 | 10110 |
Color Harmonies of #215051
Complementary color
Monochromatic Colors of #215051
Black with #215051
Text Example
Text Example
White with #215051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #215051; }
p { color: rgb(33,80,81); }
H1.HeaderClassName
{
color: #215051;
}
.AnyTagClassName
{
color: #215051;
}
</style>
background-color css
<style>
a { background-color: #215051; }
a { background-color: rgb(33,80,81); }
div.DivClassName
{
background-color: #215051;
}
.BgClassName
{
background-color: #215051;
}
</style>
border-color css
<style>
span { border-color: #215051; }
span { border-color: rgb(33,80,81); }
td.TdClassName
{
border-color: #215051;
}
.TagClassName
{
border-color: #215051;
}
</style>