Shades of Dark Slate Grey #324848
Tints of Dark Slate Grey #324848
RGB
CMYK
RGB Variations
Color information
#324848 (or 0x324848) is known color: Dark Slate Grey. HEX triplet: 32, 48 and 48. RGB value is (50,72,72). Sum of RGB (Red+Green+Blue) = 50+72+72=194 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.77% from 194); Green value is 72 (28.52% from 255 or 37.11% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #324848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324848 is #CDB7B7. Grayscale: #414141. Windows color (decimal): -13481912 or 4737074. OLE color: 4737074.
HSL color Cylindrical-coordinate representation of color #324848: hue angle of 180º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #324848 is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 72 | 72 | - |
| CMYK | 0.31 | 0 | 0 | 0.72 |
| HSL | 180º | 0.18% | 0.24% | - |
| HSV(B) | 180º | 0.31% | 0.28% | - |
| XYZ | 4.8 | 5.78 | 6.99 | - |
| YUV | 65.42 | 131.71 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 72 | 72 | 0.31 | 0 | 0 | 0.72 | 180 | 0.18 | 0.24 |
| Hex | 32 | 48 | 48 | 1F | 0 | 0 | 48 | B4 | 12 | 18 |
| Octal | 62 | 110 | 110 | 37 | 0 | 0 | 110 | 264 | 22 | 30 |
| Binary | 110010 | 1001000 | 1001000 | 11111 | 0 | 0 | 1001000 | 10110100 | 10010 | 11000 |
Color Harmonies of #324848
Complementary color
Monochromatic Colors of #324848
Black with #324848
Text Example
Text Example
White with #324848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324848; }
p { color: rgb(50,72,72); }
H1.HeaderClassName
{
color: #324848;
}
.AnyTagClassName
{
color: #324848;
}
</style>
background-color css
<style>
a { background-color: #324848; }
a { background-color: rgb(50,72,72); }
div.DivClassName
{
background-color: #324848;
}
.BgClassName
{
background-color: #324848;
}
</style>
border-color css
<style>
span { border-color: #324848; }
span { border-color: rgb(50,72,72); }
td.TdClassName
{
border-color: #324848;
}
.TagClassName
{
border-color: #324848;
}
</style>