Shades of Dark Slate Grey #2B5151
Tints of Dark Slate Grey #2B5151
RGB
CMYK
RGB Variations
Color information
#2B5151 (or 0x2B5151) is known color: Dark Slate Grey. HEX triplet: 2B, 51 and 51. RGB value is (43,81,81). Sum of RGB (Red+Green+Blue) = 43+81+81=205 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.98% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 81 (32.03% from 255 or 39.51% from 205); Max value from RGB is 81 - color contains mainly: green, blue. Hex color #2B5151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B5151 is #D4AEAE. Grayscale: #454545. Windows color (decimal): -13938351 or 5329195. OLE color: 5329195.
HSL color Cylindrical-coordinate representation of color #2B5151: hue angle of 180º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2B5151 is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
RGB | 43 | 81 | 81 | - |
CMYK | 0.47 | 0 | 0 | 0.68 |
HSL | 180º | 0.31% | 0.24% | - |
HSV(B) | 180º | 0.47% | 0.32% | - |
XYZ | 5.42 | 6.99 | 8.85 | - |
YUV | 69.64 | 134.41 | 109 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 81 | 81 | 0.47 | 0 | 0 | 0.68 | 180 | 0.31 | 0.24 |
Hex | 2B | 51 | 51 | 2F | 0 | 0 | 44 | B4 | 1F | 18 |
Octal | 53 | 121 | 121 | 57 | 0 | 0 | 104 | 264 | 37 | 30 |
Binary | 101011 | 1010001 | 1010001 | 101111 | 0 | 0 | 1000100 | 10110100 | 11111 | 11000 |
Color Harmonies of #2B5151
Complementary color
Monochromatic Colors of #2B5151
Black with #2B5151
Text Example
Text Example
White with #2B5151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5151; }
p { color: rgb(43,81,81); }
H1.HeaderClassName
{
color: #2B5151;
}
.AnyTagClassName
{
color: #2B5151;
}
</style>
background-color css
<style>
a { background-color: #2B5151; }
a { background-color: rgb(43,81,81); }
div.DivClassName
{
background-color: #2B5151;
}
.BgClassName
{
background-color: #2B5151;
}
</style>
border-color css
<style>
span { border-color: #2B5151; }
span { border-color: rgb(43,81,81); }
td.TdClassName
{
border-color: #2B5151;
}
.TagClassName
{
border-color: #2B5151;
}
</style>