Shades of Dark Slate Grey #374949
Tints of Dark Slate Grey #374949
RGB
CMYK
RGB Variations
Color information
#374949 (or 0x374949) is known color: Dark Slate Grey. HEX triplet: 37, 49 and 49. RGB value is (55,73,73). Sum of RGB (Red+Green+Blue) = 55+73+73=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 73 (28.91% from 255 or 36.32% from 201); Blue value is 73 (28.91% from 255 or 36.32% from 201); Max value from RGB is 73 - color contains mainly: green, blue. Hex color #374949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374949 is #C8B6B6. Grayscale: #434343. Windows color (decimal): -13153975 or 4802871. OLE color: 4802871.
HSL color Cylindrical-coordinate representation of color #374949: hue angle of 180º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #374949 is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 55 | 73 | 73 | - |
| CMYK | 0.25 | 0 | 0 | 0.71 |
| HSL | 180º | 0.14% | 0.25% | - |
| HSV(B) | 180º | 0.25% | 0.29% | - |
| XYZ | 5.16 | 6.06 | 7.2 | - |
| YUV | 67.62 | 131.04 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 73 | 73 | 0.25 | 0 | 0 | 0.71 | 180 | 0.14 | 0.25 |
| Hex | 37 | 49 | 49 | 19 | 0 | 0 | 47 | B4 | E | 19 |
| Octal | 67 | 111 | 111 | 31 | 0 | 0 | 107 | 264 | 16 | 31 |
| Binary | 110111 | 1001001 | 1001001 | 11001 | 0 | 0 | 1000111 | 10110100 | 1110 | 11001 |
Color Harmonies of #374949
Complementary color
Monochromatic Colors of #374949
Black with #374949
Text Example
Text Example
White with #374949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374949; }
p { color: rgb(55,73,73); }
H1.HeaderClassName
{
color: #374949;
}
.AnyTagClassName
{
color: #374949;
}
</style>
background-color css
<style>
a { background-color: #374949; }
a { background-color: rgb(55,73,73); }
div.DivClassName
{
background-color: #374949;
}
.BgClassName
{
background-color: #374949;
}
</style>
border-color css
<style>
span { border-color: #374949; }
span { border-color: rgb(55,73,73); }
td.TdClassName
{
border-color: #374949;
}
.TagClassName
{
border-color: #374949;
}
</style>