Shades of Dark Slate Grey #384748
Tints of Dark Slate Grey #384748
RGB
CMYK
RGB Variations
Color information
#384748 (or 0x384748) is known color: Dark Slate Grey. HEX triplet: 38, 47 and 48. RGB value is (56,71,72). Sum of RGB (Red+Green+Blue) = 56+71+72=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 72 (28.52% from 255 or 36.18% from 199); Max value from RGB is 72 - color contains mainly: blue. Hex color #384748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384748 is #C7B8B7. Grayscale: #424242. Windows color (decimal): -13088952 or 4736824. OLE color: 4736824.
HSL color Cylindrical-coordinate representation of color #384748: hue angle of 183.75º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #384748 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 71 | 72 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.72 |
| HSL | 183.75º | 0.13% | 0.25% | - |
| HSV(B) | 183.75º | 0.22% | 0.28% | - |
| XYZ | 5.05 | 5.82 | 6.99 | - |
| YUV | 66.63 | 131.03 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 71 | 72 | 0.22 | 0.01 | 0 | 0.72 | 183.75 | 0.13 | 0.25 |
| Hex | 38 | 47 | 48 | 16 | 1 | 0 | 48 | B8 | C | 19 |
| Octal | 70 | 107 | 110 | 26 | 1 | 0 | 110 | 270 | 14 | 31 |
| Binary | 111000 | 1000111 | 1001000 | 10110 | 1 | 0 | 1001000 | 10111000 | 1100 | 11001 |
Color Harmonies of #384748
Complementary color
Monochromatic Colors of #384748
Black with #384748
Text Example
Text Example
White with #384748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384748; }
p { color: rgb(56,71,72); }
H1.HeaderClassName
{
color: #384748;
}
.AnyTagClassName
{
color: #384748;
}
</style>
background-color css
<style>
a { background-color: #384748; }
a { background-color: rgb(56,71,72); }
div.DivClassName
{
background-color: #384748;
}
.BgClassName
{
background-color: #384748;
}
</style>
border-color css
<style>
span { border-color: #384748; }
span { border-color: rgb(56,71,72); }
td.TdClassName
{
border-color: #384748;
}
.TagClassName
{
border-color: #384748;
}
</style>