Shades of Dark Slate Grey #334D4D
Tints of Dark Slate Grey #334D4D
RGB
CMYK
RGB Variations
Color information
#334D4D (or 0x334D4D) is known color: Dark Slate Grey. HEX triplet: 33, 4D and 4D. RGB value is (51,77,77). Sum of RGB (Red+Green+Blue) = 51+77+77=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 77 - color contains mainly: green, blue. Hex color #334D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334D4D is #CCB2B2. Grayscale: #454545. Windows color (decimal): -13415091 or 5066035. OLE color: 5066035.
HSL color Cylindrical-coordinate representation of color #334D4D: hue angle of 180º 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 #334D4D is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 51 | 77 | 77 | - |
| CMYK | 0.34 | 0 | 0 | 0.70 |
| HSL | 180º | 0.2% | 0.25% | - |
| HSV(B) | 180º | 0.34% | 0.3% | - |
| XYZ | 5.36 | 6.55 | 8 | - |
| YUV | 69.23 | 132.39 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 77 | 77 | 0.34 | 0 | 0 | 0.70 | 180 | 0.2 | 0.25 |
| Hex | 33 | 4D | 4D | 22 | 0 | 0 | 46 | B4 | 14 | 19 |
| Octal | 63 | 115 | 115 | 42 | 0 | 0 | 106 | 264 | 24 | 31 |
| Binary | 110011 | 1001101 | 1001101 | 100010 | 0 | 0 | 1000110 | 10110100 | 10100 | 11001 |
Color Harmonies of #334D4D
Complementary color
Monochromatic Colors of #334D4D
Black with #334D4D
Text Example
Text Example
White with #334D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334D4D; }
p { color: rgb(51,77,77); }
H1.HeaderClassName
{
color: #334D4D;
}
.AnyTagClassName
{
color: #334D4D;
}
</style>
background-color css
<style>
a { background-color: #334D4D; }
a { background-color: rgb(51,77,77); }
div.DivClassName
{
background-color: #334D4D;
}
.BgClassName
{
background-color: #334D4D;
}
</style>
border-color css
<style>
span { border-color: #334D4D; }
span { border-color: rgb(51,77,77); }
td.TdClassName
{
border-color: #334D4D;
}
.TagClassName
{
border-color: #334D4D;
}
</style>