Shades of Dark Slate Grey #384D4E
Tints of Dark Slate Grey #384D4E
RGB
CMYK
RGB Variations
Color information
#384D4E (or 0x384D4E) is known color: Dark Slate Grey. HEX triplet: 38, 4D and 4E. RGB value is (56,77,78). Sum of RGB (Red+Green+Blue) = 56+77+78=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 78 - color contains mainly: blue. Hex color #384D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384D4E is #C7B2B1. Grayscale: #464646. Windows color (decimal): -13087410 or 5131576. OLE color: 5131576.
HSL color Cylindrical-coordinate representation of color #384D4E: hue angle of 182.73º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #384D4E is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 77 | 78 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.69 |
| HSL | 182.73º | 0.16% | 0.26% | - |
| HSV(B) | 182.73º | 0.28% | 0.31% | - |
| XYZ | 5.66 | 6.7 | 8.2 | - |
| YUV | 70.84 | 132.04 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 77 | 78 | 0.28 | 0.01 | 0 | 0.69 | 182.73 | 0.16 | 0.26 |
| Hex | 38 | 4D | 4E | 1C | 1 | 0 | 45 | B7 | 10 | 1A |
| Octal | 70 | 115 | 116 | 34 | 1 | 0 | 105 | 267 | 20 | 32 |
| Binary | 111000 | 1001101 | 1001110 | 11100 | 1 | 0 | 1000101 | 10110111 | 10000 | 11010 |
Color Harmonies of #384D4E
Complementary color
Monochromatic Colors of #384D4E
Black with #384D4E
Text Example
Text Example
White with #384D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384D4E; }
p { color: rgb(56,77,78); }
H1.HeaderClassName
{
color: #384D4E;
}
.AnyTagClassName
{
color: #384D4E;
}
</style>
background-color css
<style>
a { background-color: #384D4E; }
a { background-color: rgb(56,77,78); }
div.DivClassName
{
background-color: #384D4E;
}
.BgClassName
{
background-color: #384D4E;
}
</style>
border-color css
<style>
span { border-color: #384D4E; }
span { border-color: rgb(56,77,78); }
td.TdClassName
{
border-color: #384D4E;
}
.TagClassName
{
border-color: #384D4E;
}
</style>