Shades of Dark Slate Grey #3A4A4B
Tints of Dark Slate Grey #3A4A4B
RGB
CMYK
RGB Variations
Color information
#3A4A4B (or 0x3A4A4B) is known color: Dark Slate Grey. HEX triplet: 3A, 4A and 4B. RGB value is (58,74,75). Sum of RGB (Red+Green+Blue) = 58+74+75=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 74 (29.30% from 255 or 35.75% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 75 - color contains mainly: blue. Hex color #3A4A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4A4B is #C5B5B4. Grayscale: #454545. Windows color (decimal): -12957109 or 4934202. OLE color: 4934202.
HSL color Cylindrical-coordinate representation of color #3A4A4B: hue angle of 183.53º 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 #3A4A4B is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 58 | 74 | 75 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.71 |
| HSL | 183.53º | 0.13% | 0.26% | - |
| HSV(B) | 183.53º | 0.23% | 0.29% | - |
| XYZ | 5.46 | 6.31 | 7.59 | - |
| YUV | 69.33 | 131.2 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 74 | 75 | 0.23 | 0.01 | 0 | 0.71 | 183.53 | 0.13 | 0.26 |
| Hex | 3A | 4A | 4B | 17 | 1 | 0 | 47 | B8 | D | 1A |
| Octal | 72 | 112 | 113 | 27 | 1 | 0 | 107 | 270 | 15 | 32 |
| Binary | 111010 | 1001010 | 1001011 | 10111 | 1 | 0 | 1000111 | 10111000 | 1101 | 11010 |
Color Harmonies of #3A4A4B
Complementary color
Monochromatic Colors of #3A4A4B
Black with #3A4A4B
Text Example
Text Example
White with #3A4A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4A4B; }
p { color: rgb(58,74,75); }
H1.HeaderClassName
{
color: #3A4A4B;
}
.AnyTagClassName
{
color: #3A4A4B;
}
</style>
background-color css
<style>
a { background-color: #3A4A4B; }
a { background-color: rgb(58,74,75); }
div.DivClassName
{
background-color: #3A4A4B;
}
.BgClassName
{
background-color: #3A4A4B;
}
</style>
border-color css
<style>
span { border-color: #3A4A4B; }
span { border-color: rgb(58,74,75); }
td.TdClassName
{
border-color: #3A4A4B;
}
.TagClassName
{
border-color: #3A4A4B;
}
</style>