Shades of Dark Slate Grey #324849
Tints of Dark Slate Grey #324849
RGB
CMYK
RGB Variations
Color information
#324849 (or 0x324849) is known color: Dark Slate Grey. HEX triplet: 32, 48 and 49. RGB value is (50,72,73). Sum of RGB (Red+Green+Blue) = 50+72+73=195 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.64% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 73 (28.91% from 255 or 37.44% from 195); Max value from RGB is 73 - color contains mainly: blue. Hex color #324849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324849 is #CDB7B6. Grayscale: #414141. Windows color (decimal): -13481911 or 4802610. OLE color: 4802610.
HSL color Cylindrical-coordinate representation of color #324849: hue angle of 182.61º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #324849 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 72 | 73 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.71 |
| HSL | 182.61º | 0.19% | 0.24% | - |
| HSV(B) | 182.61º | 0.32% | 0.29% | - |
| XYZ | 4.84 | 5.79 | 7.17 | - |
| YUV | 65.54 | 132.21 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 72 | 73 | 0.32 | 0.01 | 0 | 0.71 | 182.61 | 0.19 | 0.24 |
| Hex | 32 | 48 | 49 | 20 | 1 | 0 | 47 | B7 | 13 | 18 |
| Octal | 62 | 110 | 111 | 40 | 1 | 0 | 107 | 267 | 23 | 30 |
| Binary | 110010 | 1001000 | 1001001 | 100000 | 1 | 0 | 1000111 | 10110111 | 10011 | 11000 |
Color Harmonies of #324849
Complementary color
Monochromatic Colors of #324849
Black with #324849
Text Example
Text Example
White with #324849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324849; }
p { color: rgb(50,72,73); }
H1.HeaderClassName
{
color: #324849;
}
.AnyTagClassName
{
color: #324849;
}
</style>
background-color css
<style>
a { background-color: #324849; }
a { background-color: rgb(50,72,73); }
div.DivClassName
{
background-color: #324849;
}
.BgClassName
{
background-color: #324849;
}
</style>
border-color css
<style>
span { border-color: #324849; }
span { border-color: rgb(50,72,73); }
td.TdClassName
{
border-color: #324849;
}
.TagClassName
{
border-color: #324849;
}
</style>