Shades of Dark Slate Grey #3A494B
Tints of Dark Slate Grey #3A494B
RGB
CMYK
RGB Variations
Color information
#3A494B (or 0x3A494B) is known color: Dark Slate Grey. HEX triplet: 3A, 49 and 4B. RGB value is (58,73,75). Sum of RGB (Red+Green+Blue) = 58+73+75=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 75 (29.69% from 255 or 36.41% from 206); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A494B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A494B is #C5B6B4. Grayscale: #444444. Windows color (decimal): -12957365 or 4933946. OLE color: 4933946.
HSL color Cylindrical-coordinate representation of color #3A494B: hue angle of 187.06º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3A494B is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 73 | 75 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.71 |
| HSL | 187.06º | 0.13% | 0.26% | - |
| HSV(B) | 187.06º | 0.23% | 0.29% | - |
| XYZ | 5.4 | 6.17 | 7.56 | - |
| YUV | 68.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 73 | 75 | 0.23 | 0.03 | 0 | 0.71 | 187.06 | 0.13 | 0.26 |
| Hex | 3A | 49 | 4B | 17 | 3 | 0 | 47 | BB | D | 1A |
| Octal | 72 | 111 | 113 | 27 | 3 | 0 | 107 | 273 | 15 | 32 |
| Binary | 111010 | 1001001 | 1001011 | 10111 | 11 | 0 | 1000111 | 10111011 | 1101 | 11010 |
Color Harmonies of #3A494B
Complementary color
Monochromatic Colors of #3A494B
Black with #3A494B
Text Example
Text Example
White with #3A494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A494B; }
p { color: rgb(58,73,75); }
H1.HeaderClassName
{
color: #3A494B;
}
.AnyTagClassName
{
color: #3A494B;
}
</style>
background-color css
<style>
a { background-color: #3A494B; }
a { background-color: rgb(58,73,75); }
div.DivClassName
{
background-color: #3A494B;
}
.BgClassName
{
background-color: #3A494B;
}
</style>
border-color css
<style>
span { border-color: #3A494B; }
span { border-color: rgb(58,73,75); }
td.TdClassName
{
border-color: #3A494B;
}
.TagClassName
{
border-color: #3A494B;
}
</style>