Shades of Dark Slate Grey #21524B
Tints of Dark Slate Grey #21524B
RGB
CMYK
RGB Variations
Color information
#21524B (or 0x21524B) is known color: Dark Slate Grey. HEX triplet: 21, 52 and 4B. RGB value is (33,82,75). Sum of RGB (Red+Green+Blue) = 33+82+75=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 82 (32.42% from 255 or 43.16% from 190); Blue value is 75 (29.69% from 255 or 39.47% from 190); Max value from RGB is 82 - color contains mainly: green. Hex color #21524B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21524B is #DEADB4. Grayscale: #424242. Windows color (decimal): -14593461 or 4936225. OLE color: 4936225.
HSL color Cylindrical-coordinate representation of color #21524B: hue angle of 171.43º 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 #21524B is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 33 | 82 | 75 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.68 |
| HSL | 171.43º | 0.43% | 0.23% | - |
| HSV(B) | 171.43º | 0.6% | 0.32% | - |
| XYZ | 4.91 | 6.87 | 7.72 | - |
| YUV | 66.55 | 132.77 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 82 | 75 | 0.60 | 0 | 0.09 | 0.68 | 171.43 | 0.43 | 0.23 |
| Hex | 21 | 52 | 4B | 3C | 0 | 9 | 44 | AB | 2B | 17 |
| Octal | 41 | 122 | 113 | 74 | 0 | 11 | 104 | 253 | 53 | 27 |
| Binary | 100001 | 1010010 | 1001011 | 111100 | 0 | 1001 | 1000100 | 10101011 | 101011 | 10111 |
Color Harmonies of #21524B
Complementary color
Monochromatic Colors of #21524B
Black with #21524B
Text Example
Text Example
White with #21524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21524B; }
p { color: rgb(33,82,75); }
H1.HeaderClassName
{
color: #21524B;
}
.AnyTagClassName
{
color: #21524B;
}
</style>
background-color css
<style>
a { background-color: #21524B; }
a { background-color: rgb(33,82,75); }
div.DivClassName
{
background-color: #21524B;
}
.BgClassName
{
background-color: #21524B;
}
</style>
border-color css
<style>
span { border-color: #21524B; }
span { border-color: rgb(33,82,75); }
td.TdClassName
{
border-color: #21524B;
}
.TagClassName
{
border-color: #21524B;
}
</style>