Shades of Dark Slate Grey #33494B
Tints of Dark Slate Grey #33494B
RGB
CMYK
RGB Variations
Color information
#33494B (or 0x33494B) is known color: Dark Slate Grey. HEX triplet: 33, 49 and 4B. RGB value is (51,73,75). Sum of RGB (Red+Green+Blue) = 51+73+75=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 73 (28.91% from 255 or 36.68% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 75 - color contains mainly: blue. Hex color #33494B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33494B is #CCB6B4. Grayscale: #424242. Windows color (decimal): -13416117 or 4933939. OLE color: 4933939.
HSL color Cylindrical-coordinate representation of color #33494B: hue angle of 185º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #33494B is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 73 | 75 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.71 |
| HSL | 185º | 0.19% | 0.25% | - |
| HSV(B) | 185º | 0.32% | 0.29% | - |
| XYZ | 5.02 | 5.98 | 7.55 | - |
| YUV | 66.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 73 | 75 | 0.32 | 0.03 | 0 | 0.71 | 185 | 0.19 | 0.25 |
| Hex | 33 | 49 | 4B | 20 | 3 | 0 | 47 | B9 | 13 | 19 |
| Octal | 63 | 111 | 113 | 40 | 3 | 0 | 107 | 271 | 23 | 31 |
| Binary | 110011 | 1001001 | 1001011 | 100000 | 11 | 0 | 1000111 | 10111001 | 10011 | 11001 |
Color Harmonies of #33494B
Complementary color
Monochromatic Colors of #33494B
Black with #33494B
Text Example
Text Example
White with #33494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33494B; }
p { color: rgb(51,73,75); }
H1.HeaderClassName
{
color: #33494B;
}
.AnyTagClassName
{
color: #33494B;
}
</style>
background-color css
<style>
a { background-color: #33494B; }
a { background-color: rgb(51,73,75); }
div.DivClassName
{
background-color: #33494B;
}
.BgClassName
{
background-color: #33494B;
}
</style>
border-color css
<style>
span { border-color: #33494B; }
span { border-color: rgb(51,73,75); }
td.TdClassName
{
border-color: #33494B;
}
.TagClassName
{
border-color: #33494B;
}
</style>