Shades of Dark Slate Grey #384A4C
Tints of Dark Slate Grey #384A4C
RGB
CMYK
RGB Variations
Color information
#384A4C (or 0x384A4C) is known color: Dark Slate Grey. HEX triplet: 38, 4A and 4C. RGB value is (56,74,76). Sum of RGB (Red+Green+Blue) = 56+74+76=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 76 - color contains mainly: blue. Hex color #384A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384A4C is #C7B5B3. Grayscale: #444444. Windows color (decimal): -13088180 or 4999736. OLE color: 4999736.
HSL color Cylindrical-coordinate representation of color #384A4C: hue angle of 186º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #384A4C is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 74 | 76 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.70 |
| HSL | 186º | 0.15% | 0.26% | - |
| HSV(B) | 186º | 0.26% | 0.3% | - |
| XYZ | 5.38 | 6.26 | 7.76 | - |
| YUV | 68.85 | 132.04 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 74 | 76 | 0.26 | 0.03 | 0 | 0.70 | 186 | 0.15 | 0.26 |
| Hex | 38 | 4A | 4C | 1A | 3 | 0 | 46 | BA | F | 1A |
| Octal | 70 | 112 | 114 | 32 | 3 | 0 | 106 | 272 | 17 | 32 |
| Binary | 111000 | 1001010 | 1001100 | 11010 | 11 | 0 | 1000110 | 10111010 | 1111 | 11010 |
Color Harmonies of #384A4C
Complementary color
Monochromatic Colors of #384A4C
Black with #384A4C
Text Example
Text Example
White with #384A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384A4C; }
p { color: rgb(56,74,76); }
H1.HeaderClassName
{
color: #384A4C;
}
.AnyTagClassName
{
color: #384A4C;
}
</style>
background-color css
<style>
a { background-color: #384A4C; }
a { background-color: rgb(56,74,76); }
div.DivClassName
{
background-color: #384A4C;
}
.BgClassName
{
background-color: #384A4C;
}
</style>
border-color css
<style>
span { border-color: #384A4C; }
span { border-color: rgb(56,74,76); }
td.TdClassName
{
border-color: #384A4C;
}
.TagClassName
{
border-color: #384A4C;
}
</style>