Shades of Dark Slate Grey #324F50
Tints of Dark Slate Grey #324F50
RGB
CMYK
RGB Variations
Color information
#324F50 (or 0x324F50) is known color: Dark Slate Grey. HEX triplet: 32, 4F and 50. RGB value is (50,79,80). Sum of RGB (Red+Green+Blue) = 50+79+80=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 79 (31.25% from 255 or 37.80% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 80 - color contains mainly: blue. Hex color #324F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324F50 is #CDB0AF. Grayscale: #464646. Windows color (decimal): -13480112 or 5263154. OLE color: 5263154.
HSL color Cylindrical-coordinate representation of color #324F50: hue angle of 182º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #324F50 is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 79 | 80 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.69 |
| HSL | 182º | 0.23% | 0.25% | - |
| HSV(B) | 182º | 0.38% | 0.31% | - |
| XYZ | 5.56 | 6.85 | 8.62 | - |
| YUV | 70.44 | 133.39 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 79 | 80 | 0.37 | 0.01 | 0 | 0.69 | 182 | 0.23 | 0.25 |
| Hex | 32 | 4F | 50 | 25 | 1 | 0 | 45 | B6 | 17 | 19 |
| Octal | 62 | 117 | 120 | 45 | 1 | 0 | 105 | 266 | 27 | 31 |
| Binary | 110010 | 1001111 | 1010000 | 100101 | 1 | 0 | 1000101 | 10110110 | 10111 | 11001 |
Color Harmonies of #324F50
Complementary color
Monochromatic Colors of #324F50
Black with #324F50
Text Example
Text Example
White with #324F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324F50; }
p { color: rgb(50,79,80); }
H1.HeaderClassName
{
color: #324F50;
}
.AnyTagClassName
{
color: #324F50;
}
</style>
background-color css
<style>
a { background-color: #324F50; }
a { background-color: rgb(50,79,80); }
div.DivClassName
{
background-color: #324F50;
}
.BgClassName
{
background-color: #324F50;
}
</style>
border-color css
<style>
span { border-color: #324F50; }
span { border-color: rgb(50,79,80); }
td.TdClassName
{
border-color: #324F50;
}
.TagClassName
{
border-color: #324F50;
}
</style>