Shades of Dark Slate Grey #32494B
Tints of Dark Slate Grey #32494B
RGB
CMYK
RGB Variations
Color information
#32494B (or 0x32494B) is known color: Dark Slate Grey. HEX triplet: 32, 49 and 4B. RGB value is (50,73,75). Sum of RGB (Red+Green+Blue) = 50+73+75=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 75 - color contains mainly: blue. Hex color #32494B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32494B is #CDB6B4. Grayscale: #424242. Windows color (decimal): -13481653 or 4933938. OLE color: 4933938.
HSL color Cylindrical-coordinate representation of color #32494B: hue angle of 184.8º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #32494B is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 73 | 75 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.71 |
| HSL | 184.8º | 0.2% | 0.25% | - |
| HSV(B) | 184.8º | 0.33% | 0.29% | - |
| XYZ | 4.97 | 5.95 | 7.54 | - |
| YUV | 66.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 73 | 75 | 0.33 | 0.03 | 0 | 0.71 | 184.8 | 0.2 | 0.25 |
| Hex | 32 | 49 | 4B | 21 | 3 | 0 | 47 | B9 | 14 | 19 |
| Octal | 62 | 111 | 113 | 41 | 3 | 0 | 107 | 271 | 24 | 31 |
| Binary | 110010 | 1001001 | 1001011 | 100001 | 11 | 0 | 1000111 | 10111001 | 10100 | 11001 |
Color Harmonies of #32494B
Complementary color
Monochromatic Colors of #32494B
Black with #32494B
Text Example
Text Example
White with #32494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32494B; }
p { color: rgb(50,73,75); }
H1.HeaderClassName
{
color: #32494B;
}
.AnyTagClassName
{
color: #32494B;
}
</style>
background-color css
<style>
a { background-color: #32494B; }
a { background-color: rgb(50,73,75); }
div.DivClassName
{
background-color: #32494B;
}
.BgClassName
{
background-color: #32494B;
}
</style>
border-color css
<style>
span { border-color: #32494B; }
span { border-color: rgb(50,73,75); }
td.TdClassName
{
border-color: #32494B;
}
.TagClassName
{
border-color: #32494B;
}
</style>