Shades of Dark Slate Grey #384B4D
Tints of Dark Slate Grey #384B4D
RGB
CMYK
RGB Variations
Color information
#384B4D (or 0x384B4D) is known color: Dark Slate Grey. HEX triplet: 38, 4B and 4D. RGB value is (56,75,77). Sum of RGB (Red+Green+Blue) = 56+75+77=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 77 - color contains mainly: blue. Hex color #384B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384B4D is #C7B4B2. Grayscale: #454545. Windows color (decimal): -13087923 or 5065528. OLE color: 5065528.
HSL color Cylindrical-coordinate representation of color #384B4D: hue angle of 185.71º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #384B4D is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 75 | 77 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.70 |
| HSL | 185.71º | 0.16% | 0.26% | - |
| HSV(B) | 185.71º | 0.27% | 0.3% | - |
| XYZ | 5.49 | 6.41 | 7.97 | - |
| YUV | 69.55 | 132.21 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 75 | 77 | 0.27 | 0.03 | 0 | 0.70 | 185.71 | 0.16 | 0.26 |
| Hex | 38 | 4B | 4D | 1B | 3 | 0 | 46 | BA | 10 | 1A |
| Octal | 70 | 113 | 115 | 33 | 3 | 0 | 106 | 272 | 20 | 32 |
| Binary | 111000 | 1001011 | 1001101 | 11011 | 11 | 0 | 1000110 | 10111010 | 10000 | 11010 |
Color Harmonies of #384B4D
Complementary color
Monochromatic Colors of #384B4D
Black with #384B4D
Text Example
Text Example
White with #384B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384B4D; }
p { color: rgb(56,75,77); }
H1.HeaderClassName
{
color: #384B4D;
}
.AnyTagClassName
{
color: #384B4D;
}
</style>
background-color css
<style>
a { background-color: #384B4D; }
a { background-color: rgb(56,75,77); }
div.DivClassName
{
background-color: #384B4D;
}
.BgClassName
{
background-color: #384B4D;
}
</style>
border-color css
<style>
span { border-color: #384B4D; }
span { border-color: rgb(56,75,77); }
td.TdClassName
{
border-color: #384B4D;
}
.TagClassName
{
border-color: #384B4D;
}
</style>