Shades of Dark Slate Grey #2A5051
Tints of Dark Slate Grey #2A5051
RGB
CMYK
RGB Variations
Color information
#2A5051 (or 0x2A5051) is known color: Dark Slate Grey. HEX triplet: 2A, 50 and 51. RGB value is (42,80,81). Sum of RGB (Red+Green+Blue) = 42+80+81=203 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.69% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 81 - color contains mainly: blue. Hex color #2A5051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5051 is #D5AFAE. Grayscale: #444444. Windows color (decimal): -14004143 or 5328938. OLE color: 5328938.
HSL color Cylindrical-coordinate representation of color #2A5051: hue angle of 181.54º 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 #2A5051 is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 42 | 80 | 81 | - |
| CMYK | 0.48 | 0.01 | 0 | 0.68 |
| HSL | 181.54º | 0.32% | 0.24% | - |
| HSV(B) | 181.54º | 0.48% | 0.32% | - |
| XYZ | 5.31 | 6.82 | 8.82 | - |
| YUV | 68.75 | 134.91 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 80 | 81 | 0.48 | 0.01 | 0 | 0.68 | 181.54 | 0.32 | 0.24 |
| Hex | 2A | 50 | 51 | 30 | 1 | 0 | 44 | B6 | 20 | 18 |
| Octal | 52 | 120 | 121 | 60 | 1 | 0 | 104 | 266 | 40 | 30 |
| Binary | 101010 | 1010000 | 1010001 | 110000 | 1 | 0 | 1000100 | 10110110 | 100000 | 11000 |
Color Harmonies of #2A5051
Complementary color
Monochromatic Colors of #2A5051
Black with #2A5051
Text Example
Text Example
White with #2A5051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5051; }
p { color: rgb(42,80,81); }
H1.HeaderClassName
{
color: #2A5051;
}
.AnyTagClassName
{
color: #2A5051;
}
</style>
background-color css
<style>
a { background-color: #2A5051; }
a { background-color: rgb(42,80,81); }
div.DivClassName
{
background-color: #2A5051;
}
.BgClassName
{
background-color: #2A5051;
}
</style>
border-color css
<style>
span { border-color: #2A5051; }
span { border-color: rgb(42,80,81); }
td.TdClassName
{
border-color: #2A5051;
}
.TagClassName
{
border-color: #2A5051;
}
</style>