Shades of Dark Slate Grey #324E51
Tints of Dark Slate Grey #324E51
RGB
CMYK
RGB Variations
Color information
#324E51 (or 0x324E51) is known color: Dark Slate Grey. HEX triplet: 32, 4E and 51. RGB value is (50,78,81). Sum of RGB (Red+Green+Blue) = 50+78+81=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 78 (30.86% from 255 or 37.32% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 81 - color contains mainly: blue. Hex color #324E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #324E51 is #CDB1AE. Grayscale: #454545. Windows color (decimal): -13480367 or 5328434. OLE color: 5328434.
HSL color Cylindrical-coordinate representation of color #324E51: hue angle of 185.81º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #324E51 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 78 | 81 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.68 |
| HSL | 185.81º | 0.24% | 0.26% | - |
| HSV(B) | 185.81º | 0.38% | 0.32% | - |
| XYZ | 5.52 | 6.72 | 8.79 | - |
| YUV | 69.97 | 134.22 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 78 | 81 | 0.38 | 0.04 | 0 | 0.68 | 185.81 | 0.24 | 0.26 |
| Hex | 32 | 4E | 51 | 26 | 4 | 0 | 44 | BA | 18 | 1A |
| Octal | 62 | 116 | 121 | 46 | 4 | 0 | 104 | 272 | 30 | 32 |
| Binary | 110010 | 1001110 | 1010001 | 100110 | 100 | 0 | 1000100 | 10111010 | 11000 | 11010 |
Color Harmonies of #324E51
Complementary color
Monochromatic Colors of #324E51
Black with #324E51
Text Example
Text Example
White with #324E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324E51; }
p { color: rgb(50,78,81); }
H1.HeaderClassName
{
color: #324E51;
}
.AnyTagClassName
{
color: #324E51;
}
</style>
background-color css
<style>
a { background-color: #324E51; }
a { background-color: rgb(50,78,81); }
div.DivClassName
{
background-color: #324E51;
}
.BgClassName
{
background-color: #324E51;
}
</style>
border-color css
<style>
span { border-color: #324E51; }
span { border-color: rgb(50,78,81); }
td.TdClassName
{
border-color: #324E51;
}
.TagClassName
{
border-color: #324E51;
}
</style>