Shades of Dark Slate Grey #2B4649
Tints of Dark Slate Grey #2B4649
RGB
CMYK
RGB Variations
Color information
#2B4649 (or 0x2B4649) is known color: Dark Slate Grey. HEX triplet: 2B, 46 and 49. RGB value is (43,70,73). Sum of RGB (Red+Green+Blue) = 43+70+73=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 73 - color contains mainly: blue. Hex color #2B4649 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4649 is #D4B9B6. Grayscale: #3E3E3E. Windows color (decimal): -13941175 or 4802091. OLE color: 4802091.
HSL color Cylindrical-coordinate representation of color #2B4649: hue angle of 186º 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 #2B4649 is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 43 | 70 | 73 | - |
| CMYK | 0.41 | 0.04 | 0 | 0.71 |
| HSL | 186º | 0.26% | 0.23% | - |
| HSV(B) | 186º | 0.41% | 0.29% | - |
| XYZ | 4.39 | 5.37 | 7.11 | - |
| YUV | 62.27 | 134.05 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 70 | 73 | 0.41 | 0.04 | 0 | 0.71 | 186 | 0.26 | 0.23 |
| Hex | 2B | 46 | 49 | 29 | 4 | 0 | 47 | BA | 1A | 17 |
| Octal | 53 | 106 | 111 | 51 | 4 | 0 | 107 | 272 | 32 | 27 |
| Binary | 101011 | 1000110 | 1001001 | 101001 | 100 | 0 | 1000111 | 10111010 | 11010 | 10111 |
Color Harmonies of #2B4649
Complementary color
Monochromatic Colors of #2B4649
Black with #2B4649
Text Example
Text Example
White with #2B4649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4649; }
p { color: rgb(43,70,73); }
H1.HeaderClassName
{
color: #2B4649;
}
.AnyTagClassName
{
color: #2B4649;
}
</style>
background-color css
<style>
a { background-color: #2B4649; }
a { background-color: rgb(43,70,73); }
div.DivClassName
{
background-color: #2B4649;
}
.BgClassName
{
background-color: #2B4649;
}
</style>
border-color css
<style>
span { border-color: #2B4649; }
span { border-color: rgb(43,70,73); }
td.TdClassName
{
border-color: #2B4649;
}
.TagClassName
{
border-color: #2B4649;
}
</style>