Shades of Dark Slate Grey #325051
Tints of Dark Slate Grey #325051
RGB
CMYK
RGB Variations
Color information
#325051 (or 0x325051) is known color: Dark Slate Grey. HEX triplet: 32, 50 and 51. RGB value is (50,80,81). Sum of RGB (Red+Green+Blue) = 50+80+81=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 81 - color contains mainly: blue. Hex color #325051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325051 is #CDAFAE. Grayscale: #474747. Windows color (decimal): -13479855 or 5328946. OLE color: 5328946.
HSL color Cylindrical-coordinate representation of color #325051: hue angle of 181.94º 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 #325051 is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 80 | 81 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.68 |
| HSL | 181.94º | 0.24% | 0.26% | - |
| HSV(B) | 181.94º | 0.38% | 0.32% | - |
| XYZ | 5.67 | 7.01 | 8.84 | - |
| YUV | 71.14 | 133.56 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 80 | 81 | 0.38 | 0.01 | 0 | 0.68 | 181.94 | 0.24 | 0.26 |
| Hex | 32 | 50 | 51 | 26 | 1 | 0 | 44 | B6 | 18 | 1A |
| Octal | 62 | 120 | 121 | 46 | 1 | 0 | 104 | 266 | 30 | 32 |
| Binary | 110010 | 1010000 | 1010001 | 100110 | 1 | 0 | 1000100 | 10110110 | 11000 | 11010 |
Color Harmonies of #325051
Complementary color
Monochromatic Colors of #325051
Black with #325051
Text Example
Text Example
White with #325051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325051; }
p { color: rgb(50,80,81); }
H1.HeaderClassName
{
color: #325051;
}
.AnyTagClassName
{
color: #325051;
}
</style>
background-color css
<style>
a { background-color: #325051; }
a { background-color: rgb(50,80,81); }
div.DivClassName
{
background-color: #325051;
}
.BgClassName
{
background-color: #325051;
}
</style>
border-color css
<style>
span { border-color: #325051; }
span { border-color: rgb(50,80,81); }
td.TdClassName
{
border-color: #325051;
}
.TagClassName
{
border-color: #325051;
}
</style>