Shades of Dark Slate Grey #2C494B
Tints of Dark Slate Grey #2C494B
RGB
CMYK
RGB Variations
Color information
#2C494B (or 0x2C494B) is known color: Dark Slate Grey. HEX triplet: 2C, 49 and 4B. RGB value is (44,73,75). Sum of RGB (Red+Green+Blue) = 44+73+75=192 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.92% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 75 - color contains mainly: blue. Hex color #2C494B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C494B is #D3B6B4. Grayscale: #404040. Windows color (decimal): -13874869 or 4933932. OLE color: 4933932.
HSL color Cylindrical-coordinate representation of color #2C494B: hue angle of 183.87º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2C494B is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 44 | 73 | 75 | - |
| CMYK | 0.41 | 0.03 | 0 | 0.71 |
| HSL | 183.87º | 0.26% | 0.23% | - |
| HSV(B) | 183.87º | 0.41% | 0.29% | - |
| XYZ | 4.69 | 5.81 | 7.53 | - |
| YUV | 64.56 | 133.89 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 73 | 75 | 0.41 | 0.03 | 0 | 0.71 | 183.87 | 0.26 | 0.23 |
| Hex | 2C | 49 | 4B | 29 | 3 | 0 | 47 | B8 | 1A | 17 |
| Octal | 54 | 111 | 113 | 51 | 3 | 0 | 107 | 270 | 32 | 27 |
| Binary | 101100 | 1001001 | 1001011 | 101001 | 11 | 0 | 1000111 | 10111000 | 11010 | 10111 |
Color Harmonies of #2C494B
Complementary color
Monochromatic Colors of #2C494B
Black with #2C494B
Text Example
Text Example
White with #2C494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C494B; }
p { color: rgb(44,73,75); }
H1.HeaderClassName
{
color: #2C494B;
}
.AnyTagClassName
{
color: #2C494B;
}
</style>
background-color css
<style>
a { background-color: #2C494B; }
a { background-color: rgb(44,73,75); }
div.DivClassName
{
background-color: #2C494B;
}
.BgClassName
{
background-color: #2C494B;
}
</style>
border-color css
<style>
span { border-color: #2C494B; }
span { border-color: rgb(44,73,75); }
td.TdClassName
{
border-color: #2C494B;
}
.TagClassName
{
border-color: #2C494B;
}
</style>