Shades of Dark Slate Grey #2B5250
Tints of Dark Slate Grey #2B5250
RGB
CMYK
RGB Variations
Color information
#2B5250 (or 0x2B5250) is known color: Dark Slate Grey. HEX triplet: 2B, 52 and 50. RGB value is (43,82,80). Sum of RGB (Red+Green+Blue) = 43+82+80=205 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.98% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 82 - color contains mainly: green. Hex color #2B5250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5250 is #D4ADAF. Grayscale: #464646. Windows color (decimal): -13938096 or 5263915. OLE color: 5263915.
HSL color Cylindrical-coordinate representation of color #2B5250: hue angle of 176.92º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B5250 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 43 | 82 | 80 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.68 |
| HSL | 176.92º | 0.31% | 0.25% | - |
| HSV(B) | 176.92º | 0.48% | 0.32% | - |
| XYZ | 5.46 | 7.13 | 8.68 | - |
| YUV | 70.11 | 133.58 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 82 | 80 | 0.48 | 0 | 0.02 | 0.68 | 176.92 | 0.31 | 0.25 |
| Hex | 2B | 52 | 50 | 30 | 0 | 2 | 44 | B1 | 1F | 19 |
| Octal | 53 | 122 | 120 | 60 | 0 | 2 | 104 | 261 | 37 | 31 |
| Binary | 101011 | 1010010 | 1010000 | 110000 | 0 | 10 | 1000100 | 10110001 | 11111 | 11001 |
Color Harmonies of #2B5250
Complementary color
Monochromatic Colors of #2B5250
Black with #2B5250
Text Example
Text Example
White with #2B5250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5250; }
p { color: rgb(43,82,80); }
H1.HeaderClassName
{
color: #2B5250;
}
.AnyTagClassName
{
color: #2B5250;
}
</style>
background-color css
<style>
a { background-color: #2B5250; }
a { background-color: rgb(43,82,80); }
div.DivClassName
{
background-color: #2B5250;
}
.BgClassName
{
background-color: #2B5250;
}
</style>
border-color css
<style>
span { border-color: #2B5250; }
span { border-color: rgb(43,82,80); }
td.TdClassName
{
border-color: #2B5250;
}
.TagClassName
{
border-color: #2B5250;
}
</style>