Shades of Dark Slate Grey #384749
Tints of Dark Slate Grey #384749
RGB
CMYK
RGB Variations
Color information
#384749 (or 0x384749) is known color: Dark Slate Grey. HEX triplet: 38, 47 and 49. RGB value is (56,71,73). Sum of RGB (Red+Green+Blue) = 56+71+73=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 71 (28.12% from 255 or 35.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: blue. Hex color #384749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384749 is #C7B8B6. Grayscale: #424242. Windows color (decimal): -13088951 or 4802360. OLE color: 4802360.
HSL color Cylindrical-coordinate representation of color #384749: hue angle of 187.06º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #384749 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 71 | 73 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.71 |
| HSL | 187.06º | 0.13% | 0.25% | - |
| HSV(B) | 187.06º | 0.23% | 0.29% | - |
| XYZ | 5.09 | 5.83 | 7.16 | - |
| YUV | 66.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 71 | 73 | 0.23 | 0.03 | 0 | 0.71 | 187.06 | 0.13 | 0.25 |
| Hex | 38 | 47 | 49 | 17 | 3 | 0 | 47 | BB | D | 19 |
| Octal | 70 | 107 | 111 | 27 | 3 | 0 | 107 | 273 | 15 | 31 |
| Binary | 111000 | 1000111 | 1001001 | 10111 | 11 | 0 | 1000111 | 10111011 | 1101 | 11001 |
Color Harmonies of #384749
Complementary color
Monochromatic Colors of #384749
Black with #384749
Text Example
Text Example
White with #384749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384749; }
p { color: rgb(56,71,73); }
H1.HeaderClassName
{
color: #384749;
}
.AnyTagClassName
{
color: #384749;
}
</style>
background-color css
<style>
a { background-color: #384749; }
a { background-color: rgb(56,71,73); }
div.DivClassName
{
background-color: #384749;
}
.BgClassName
{
background-color: #384749;
}
</style>
border-color css
<style>
span { border-color: #384749; }
span { border-color: rgb(56,71,73); }
td.TdClassName
{
border-color: #384749;
}
.TagClassName
{
border-color: #384749;
}
</style>