Shades of Dark Slate Grey #334849
Tints of Dark Slate Grey #334849
RGB
CMYK
RGB Variations
Color information
#334849 (or 0x334849) is known color: Dark Slate Grey. HEX triplet: 33, 48 and 49. RGB value is (51,72,73). Sum of RGB (Red+Green+Blue) = 51+72+73=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 73 - color contains mainly: blue. Hex color #334849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334849 is #CCB7B6. Grayscale: #414141. Windows color (decimal): -13416375 or 4802611. OLE color: 4802611.
HSL color Cylindrical-coordinate representation of color #334849: hue angle of 182.73º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #334849 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 72 | 73 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.71 |
| HSL | 182.73º | 0.18% | 0.24% | - |
| HSV(B) | 182.73º | 0.3% | 0.29% | - |
| XYZ | 4.89 | 5.82 | 7.17 | - |
| YUV | 65.84 | 132.04 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 72 | 73 | 0.30 | 0.01 | 0 | 0.71 | 182.73 | 0.18 | 0.24 |
| Hex | 33 | 48 | 49 | 1E | 1 | 0 | 47 | B7 | 12 | 18 |
| Octal | 63 | 110 | 111 | 36 | 1 | 0 | 107 | 267 | 22 | 30 |
| Binary | 110011 | 1001000 | 1001001 | 11110 | 1 | 0 | 1000111 | 10110111 | 10010 | 11000 |
Color Harmonies of #334849
Complementary color
Monochromatic Colors of #334849
Black with #334849
Text Example
Text Example
White with #334849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334849; }
p { color: rgb(51,72,73); }
H1.HeaderClassName
{
color: #334849;
}
.AnyTagClassName
{
color: #334849;
}
</style>
background-color css
<style>
a { background-color: #334849; }
a { background-color: rgb(51,72,73); }
div.DivClassName
{
background-color: #334849;
}
.BgClassName
{
background-color: #334849;
}
</style>
border-color css
<style>
span { border-color: #334849; }
span { border-color: rgb(51,72,73); }
td.TdClassName
{
border-color: #334849;
}
.TagClassName
{
border-color: #334849;
}
</style>