Shades of Dark Slate Grey #325151
Tints of Dark Slate Grey #325151
RGB
CMYK
RGB Variations
Color information
#325151 (or 0x325151) is known color: Dark Slate Grey. HEX triplet: 32, 51 and 51. RGB value is (50,81,81). Sum of RGB (Red+Green+Blue) = 50+81+81=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 81 (32.03% from 255 or 38.21% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 81 - color contains mainly: green, blue. Hex color #325151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325151 is #CDAEAE. Grayscale: #474747. Windows color (decimal): -13479599 or 5329202. OLE color: 5329202.
HSL color Cylindrical-coordinate representation of color #325151: hue angle of 180º 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 #325151 is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 81 | 81 | - |
| CMYK | 0.38 | 0 | 0 | 0.68 |
| HSL | 180º | 0.24% | 0.26% | - |
| HSV(B) | 180º | 0.38% | 0.32% | - |
| XYZ | 5.74 | 7.16 | 8.86 | - |
| YUV | 71.73 | 133.23 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 81 | 81 | 0.38 | 0 | 0 | 0.68 | 180 | 0.24 | 0.26 |
| Hex | 32 | 51 | 51 | 26 | 0 | 0 | 44 | B4 | 18 | 1A |
| Octal | 62 | 121 | 121 | 46 | 0 | 0 | 104 | 264 | 30 | 32 |
| Binary | 110010 | 1010001 | 1010001 | 100110 | 0 | 0 | 1000100 | 10110100 | 11000 | 11010 |
Color Harmonies of #325151
Complementary color
Monochromatic Colors of #325151
Black with #325151
Text Example
Text Example
White with #325151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325151; }
p { color: rgb(50,81,81); }
H1.HeaderClassName
{
color: #325151;
}
.AnyTagClassName
{
color: #325151;
}
</style>
background-color css
<style>
a { background-color: #325151; }
a { background-color: rgb(50,81,81); }
div.DivClassName
{
background-color: #325151;
}
.BgClassName
{
background-color: #325151;
}
</style>
border-color css
<style>
span { border-color: #325151; }
span { border-color: rgb(50,81,81); }
td.TdClassName
{
border-color: #325151;
}
.TagClassName
{
border-color: #325151;
}
</style>