Shades of Dark Slate Grey #2D4649
Tints of Dark Slate Grey #2D4649
RGB
CMYK
RGB Variations
Color information
#2D4649 (or 0x2D4649) is known color: Dark Slate Grey. HEX triplet: 2D, 46 and 49. RGB value is (45,70,73). Sum of RGB (Red+Green+Blue) = 45+70+73=188 (24% of max value = 765). Red value is 45 (17.97% from 255 or 23.94% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 73 - color contains mainly: blue. Hex color #2D4649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4649 is #D2B9B6. Grayscale: #3E3E3E. Windows color (decimal): -13810103 or 4802093. OLE color: 4802093.
HSL color Cylindrical-coordinate representation of color #2D4649: hue angle of 186.43º degrees, saturation: 0.24, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2D4649 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 70 | 73 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.71 |
| HSL | 186.43º | 0.24% | 0.23% | - |
| HSV(B) | 186.43º | 0.38% | 0.29% | - |
| XYZ | 4.47 | 5.42 | 7.11 | - |
| YUV | 62.87 | 133.72 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 70 | 73 | 0.38 | 0.04 | 0 | 0.71 | 186.43 | 0.24 | 0.23 |
| Hex | 2D | 46 | 49 | 26 | 4 | 0 | 47 | BA | 18 | 17 |
| Octal | 55 | 106 | 111 | 46 | 4 | 0 | 107 | 272 | 30 | 27 |
| Binary | 101101 | 1000110 | 1001001 | 100110 | 100 | 0 | 1000111 | 10111010 | 11000 | 10111 |
Color Harmonies of #2D4649
Complementary color
Monochromatic Colors of #2D4649
Black with #2D4649
Text Example
Text Example
White with #2D4649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4649; }
p { color: rgb(45,70,73); }
H1.HeaderClassName
{
color: #2D4649;
}
.AnyTagClassName
{
color: #2D4649;
}
</style>
background-color css
<style>
a { background-color: #2D4649; }
a { background-color: rgb(45,70,73); }
div.DivClassName
{
background-color: #2D4649;
}
.BgClassName
{
background-color: #2D4649;
}
</style>
border-color css
<style>
span { border-color: #2D4649; }
span { border-color: rgb(45,70,73); }
td.TdClassName
{
border-color: #2D4649;
}
.TagClassName
{
border-color: #2D4649;
}
</style>