Shades of Dark Slate Grey #21524F
Tints of Dark Slate Grey #21524F
RGB
CMYK
RGB Variations
Color information
#21524F (or 0x21524F) is known color: Dark Slate Grey. HEX triplet: 21, 52 and 4F. RGB value is (33,82,79). Sum of RGB (Red+Green+Blue) = 33+82+79=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 82 (32.42% from 255 or 42.27% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 82 - color contains mainly: green. Hex color #21524F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21524F is #DEADB0. Grayscale: #424242. Windows color (decimal): -14593457 or 5198369. OLE color: 5198369.
HSL color Cylindrical-coordinate representation of color #21524F: hue angle of 176.33º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #21524F is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 82 | 79 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.68 |
| HSL | 176.33º | 0.43% | 0.23% | - |
| HSV(B) | 176.33º | 0.6% | 0.32% | - |
| XYZ | 5.06 | 6.92 | 8.47 | - |
| YUV | 67.01 | 134.77 | 103.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 79 | 0.60 | 0 | 0.04 | 0.68 | 176.33 | 0.43 | 0.23 |
| Hex | 21 | 52 | 4F | 3C | 0 | 4 | 44 | B0 | 2B | 17 |
| Octal | 41 | 122 | 117 | 74 | 0 | 4 | 104 | 260 | 53 | 27 |
| Binary | 100001 | 1010010 | 1001111 | 111100 | 0 | 100 | 1000100 | 10110000 | 101011 | 10111 |
Color Harmonies of #21524F
Complementary color
Monochromatic Colors of #21524F
Black with #21524F
Text Example
Text Example
White with #21524F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21524F; }
p { color: rgb(33,82,79); }
H1.HeaderClassName
{
color: #21524F;
}
.AnyTagClassName
{
color: #21524F;
}
</style>
background-color css
<style>
a { background-color: #21524F; }
a { background-color: rgb(33,82,79); }
div.DivClassName
{
background-color: #21524F;
}
.BgClassName
{
background-color: #21524F;
}
</style>
border-color css
<style>
span { border-color: #21524F; }
span { border-color: rgb(33,82,79); }
td.TdClassName
{
border-color: #21524F;
}
.TagClassName
{
border-color: #21524F;
}
</style>