Shades of Dark Slate Grey #364949
Tints of Dark Slate Grey #364949
RGB
CMYK
RGB Variations
Color information
#364949 (or 0x364949) is known color: Dark Slate Grey. HEX triplet: 36, 49 and 49. RGB value is (54,73,73). Sum of RGB (Red+Green+Blue) = 54+73+73=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 73 (28.91% from 255 or 36.5% from 200); Blue value is 73 (28.91% from 255 or 36.5% from 200); Max value from RGB is 73 - color contains mainly: green, blue. Hex color #364949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364949 is #C9B6B6. Grayscale: #434343. Windows color (decimal): -13219511 or 4802870. OLE color: 4802870.
HSL color Cylindrical-coordinate representation of color #364949: hue angle of 180º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #364949 is Cyan = 0.26, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 73 | 73 | - |
| CMYK | 0.26 | 0 | 0 | 0.71 |
| HSL | 180º | 0.15% | 0.25% | - |
| HSV(B) | 180º | 0.26% | 0.29% | - |
| XYZ | 5.11 | 6.03 | 7.2 | - |
| YUV | 67.32 | 131.21 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 73 | 73 | 0.26 | 0 | 0 | 0.71 | 180 | 0.15 | 0.25 |
| Hex | 36 | 49 | 49 | 1A | 0 | 0 | 47 | B4 | F | 19 |
| Octal | 66 | 111 | 111 | 32 | 0 | 0 | 107 | 264 | 17 | 31 |
| Binary | 110110 | 1001001 | 1001001 | 11010 | 0 | 0 | 1000111 | 10110100 | 1111 | 11001 |
Color Harmonies of #364949
Complementary color
Monochromatic Colors of #364949
Black with #364949
Text Example
Text Example
White with #364949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364949; }
p { color: rgb(54,73,73); }
H1.HeaderClassName
{
color: #364949;
}
.AnyTagClassName
{
color: #364949;
}
</style>
background-color css
<style>
a { background-color: #364949; }
a { background-color: rgb(54,73,73); }
div.DivClassName
{
background-color: #364949;
}
.BgClassName
{
background-color: #364949;
}
</style>
border-color css
<style>
span { border-color: #364949; }
span { border-color: rgb(54,73,73); }
td.TdClassName
{
border-color: #364949;
}
.TagClassName
{
border-color: #364949;
}
</style>