Shades of Ebony #2B313D
Tints of Ebony #2B313D
RGB
CMYK
RGB Variations
Color information
#2B313D (or 0x2B313D) is known color: Ebony. HEX triplet: 2B, 31 and 3D. RGB value is (43,49,61). Sum of RGB (Red+Green+Blue) = 43+49+61=153 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.10% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 61 - color contains mainly: blue. Hex color #2B313D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B313D is #D4CEC2. Grayscale: #303030. Windows color (decimal): -13946563 or 4010283. OLE color: 4010283.
HSL color Cylindrical-coordinate representation of color #2B313D: hue angle of 220º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2B313D is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 49 | 61 | - |
| CMYK | 0.30 | 0.20 | 0 | 0.76 |
| HSL | 220º | 0.17% | 0.2% | - |
| HSV(B) | 220º | 0.3% | 0.24% | - |
| XYZ | 2.94 | 3.05 | 4.85 | - |
| YUV | 48.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 49 | 61 | 0.30 | 0.20 | 0 | 0.76 | 220 | 0.17 | 0.2 |
| Hex | 2B | 31 | 3D | 1E | 14 | 0 | 4C | DC | 11 | 14 |
| Octal | 53 | 61 | 75 | 36 | 24 | 0 | 114 | 334 | 21 | 24 |
| Binary | 101011 | 110001 | 111101 | 11110 | 10100 | 0 | 1001100 | 11011100 | 10001 | 10100 |
Color Harmonies of #2B313D
Complementary color
Monochromatic Colors of #2B313D
Black with #2B313D
Text Example
Text Example
White with #2B313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B313D; }
p { color: rgb(43,49,61); }
H1.HeaderClassName
{
color: #2B313D;
}
.AnyTagClassName
{
color: #2B313D;
}
</style>
background-color css
<style>
a { background-color: #2B313D; }
a { background-color: rgb(43,49,61); }
div.DivClassName
{
background-color: #2B313D;
}
.BgClassName
{
background-color: #2B313D;
}
</style>
border-color css
<style>
span { border-color: #2B313D; }
span { border-color: rgb(43,49,61); }
td.TdClassName
{
border-color: #2B313D;
}
.TagClassName
{
border-color: #2B313D;
}
</style>