Shades of Dark Slate Grey #2A4D51
Tints of Dark Slate Grey #2A4D51
RGB
CMYK
RGB Variations
Color information
#2A4D51 (or 0x2A4D51) is known color: Dark Slate Grey. HEX triplet: 2A, 4D and 51. RGB value is (42,77,81). Sum of RGB (Red+Green+Blue) = 42+77+81=200 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21% from 200); Green value is 77 (30.47% from 255 or 38.5% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 81 - color contains mainly: blue. Hex color #2A4D51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A4D51 is #D5B2AE. Grayscale: #424242. Windows color (decimal): -14004911 or 5328170. OLE color: 5328170.
HSL color Cylindrical-coordinate representation of color #2A4D51: hue angle of 186.15º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2A4D51 is Cyan = 0.48, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 42 | 77 | 81 | - |
| CMYK | 0.48 | 0.05 | 0 | 0.68 |
| HSL | 186.15º | 0.32% | 0.24% | - |
| HSV(B) | 186.15º | 0.48% | 0.32% | - |
| XYZ | 5.09 | 6.39 | 8.75 | - |
| YUV | 66.99 | 135.9 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 77 | 81 | 0.48 | 0.05 | 0 | 0.68 | 186.15 | 0.32 | 0.24 |
| Hex | 2A | 4D | 51 | 30 | 5 | 0 | 44 | BA | 20 | 18 |
| Octal | 52 | 115 | 121 | 60 | 5 | 0 | 104 | 272 | 40 | 30 |
| Binary | 101010 | 1001101 | 1010001 | 110000 | 101 | 0 | 1000100 | 10111010 | 100000 | 11000 |
Color Harmonies of #2A4D51
Complementary color
Monochromatic Colors of #2A4D51
Black with #2A4D51
Text Example
Text Example
White with #2A4D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4D51; }
p { color: rgb(42,77,81); }
H1.HeaderClassName
{
color: #2A4D51;
}
.AnyTagClassName
{
color: #2A4D51;
}
</style>
background-color css
<style>
a { background-color: #2A4D51; }
a { background-color: rgb(42,77,81); }
div.DivClassName
{
background-color: #2A4D51;
}
.BgClassName
{
background-color: #2A4D51;
}
</style>
border-color css
<style>
span { border-color: #2A4D51; }
span { border-color: rgb(42,77,81); }
td.TdClassName
{
border-color: #2A4D51;
}
.TagClassName
{
border-color: #2A4D51;
}
</style>