Shades of Dark Slate Grey #33494D
Tints of Dark Slate Grey #33494D
RGB
CMYK
RGB Variations
Color information
#33494D (or 0x33494D) is known color: Dark Slate Grey. HEX triplet: 33, 49 and 4D. RGB value is (51,73,77). Sum of RGB (Red+Green+Blue) = 51+73+77=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 77 - color contains mainly: blue. Hex color #33494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33494D is #CCB6B2. Grayscale: #424242. Windows color (decimal): -13416115 or 5065011. OLE color: 5065011.
HSL color Cylindrical-coordinate representation of color #33494D: hue angle of 189.23º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #33494D is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 73 | 77 | - |
| CMYK | 0.34 | 0.05 | 0 | 0.70 |
| HSL | 189.23º | 0.2% | 0.25% | - |
| HSV(B) | 189.23º | 0.34% | 0.3% | - |
| XYZ | 5.09 | 6 | 7.91 | - |
| YUV | 66.88 | 133.71 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 77 | 0.34 | 0.05 | 0 | 0.70 | 189.23 | 0.2 | 0.25 |
| Hex | 33 | 49 | 4D | 22 | 5 | 0 | 46 | BD | 14 | 19 |
| Octal | 63 | 111 | 115 | 42 | 5 | 0 | 106 | 275 | 24 | 31 |
| Binary | 110011 | 1001001 | 1001101 | 100010 | 101 | 0 | 1000110 | 10111101 | 10100 | 11001 |
Color Harmonies of #33494D
Complementary color
Monochromatic Colors of #33494D
Black with #33494D
Text Example
Text Example
White with #33494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33494D; }
p { color: rgb(51,73,77); }
H1.HeaderClassName
{
color: #33494D;
}
.AnyTagClassName
{
color: #33494D;
}
</style>
background-color css
<style>
a { background-color: #33494D; }
a { background-color: rgb(51,73,77); }
div.DivClassName
{
background-color: #33494D;
}
.BgClassName
{
background-color: #33494D;
}
</style>
border-color css
<style>
span { border-color: #33494D; }
span { border-color: rgb(51,73,77); }
td.TdClassName
{
border-color: #33494D;
}
.TagClassName
{
border-color: #33494D;
}
</style>