Shades of Dark Slate Grey #334648
Tints of Dark Slate Grey #334648
RGB
CMYK
RGB Variations
Color information
#334648 (or 0x334648) is known color: Dark Slate Grey. HEX triplet: 33, 46 and 48. RGB value is (51,70,72). Sum of RGB (Red+Green+Blue) = 51+70+72=193 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.42% from 193); Green value is 70 (27.73% from 255 or 36.27% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 72 - color contains mainly: blue. Hex color #334648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334648 is #CCB9B7. Grayscale: #404040. Windows color (decimal): -13416888 or 4736563. OLE color: 4736563.
HSL color Cylindrical-coordinate representation of color #334648: hue angle of 185.71º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #334648 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 70 | 72 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.72 |
| HSL | 185.71º | 0.17% | 0.24% | - |
| HSV(B) | 185.71º | 0.29% | 0.28% | - |
| XYZ | 4.73 | 5.55 | 6.95 | - |
| YUV | 64.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 70 | 72 | 0.29 | 0.03 | 0 | 0.72 | 185.71 | 0.17 | 0.24 |
| Hex | 33 | 46 | 48 | 1D | 3 | 0 | 48 | BA | 11 | 18 |
| Octal | 63 | 106 | 110 | 35 | 3 | 0 | 110 | 272 | 21 | 30 |
| Binary | 110011 | 1000110 | 1001000 | 11101 | 11 | 0 | 1001000 | 10111010 | 10001 | 11000 |
Color Harmonies of #334648
Complementary color
Monochromatic Colors of #334648
Black with #334648
Text Example
Text Example
White with #334648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334648; }
p { color: rgb(51,70,72); }
H1.HeaderClassName
{
color: #334648;
}
.AnyTagClassName
{
color: #334648;
}
</style>
background-color css
<style>
a { background-color: #334648; }
a { background-color: rgb(51,70,72); }
div.DivClassName
{
background-color: #334648;
}
.BgClassName
{
background-color: #334648;
}
</style>
border-color css
<style>
span { border-color: #334648; }
span { border-color: rgb(51,70,72); }
td.TdClassName
{
border-color: #334648;
}
.TagClassName
{
border-color: #334648;
}
</style>