Shades of Ebony #2B2D31
Tints of Ebony #2B2D31
RGB
CMYK
RGB Variations
Color information
#2B2D31 (or 0x2B2D31) is known color: Ebony. HEX triplet: 2B, 2D and 31. RGB value is (43,45,49). Sum of RGB (Red+Green+Blue) = 43+45+49=137 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.39% from 137); Green value is 45 (17.97% from 255 or 32.85% from 137); Blue value is 49 (19.53% from 255 or 35.77% from 137); Max value from RGB is 49 - color contains mainly: blue. Hex color #2B2D31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2D31 is #D4D2CE. Grayscale: #2C2C2C. Windows color (decimal): -13947599 or 3222827. OLE color: 3222827.
HSL color Cylindrical-coordinate representation of color #2B2D31: hue angle of 220º degrees, saturation: 0.07, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2B2D31 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
RGB | 43 | 45 | 49 | - |
CMYK | 0.12 | 0.08 | 0 | 0.81 |
HSL | 220º | 0.07% | 0.18% | - |
HSV(B) | 220º | 0.12% | 0.19% | - |
XYZ | 2.49 | 2.61 | 3.28 | - |
YUV | 44.86 | 130.34 | 126.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 45 | 49 | 0.12 | 0.08 | 0 | 0.81 | 220 | 0.07 | 0.18 |
Hex | 2B | 2D | 31 | C | 8 | 0 | 51 | DC | 7 | 12 |
Octal | 53 | 55 | 61 | 14 | 10 | 0 | 121 | 334 | 7 | 22 |
Binary | 101011 | 101101 | 110001 | 1100 | 1000 | 0 | 1010001 | 11011100 | 111 | 10010 |
Color Harmonies of #2B2D31
Complementary color
Monochromatic Colors of #2B2D31
Black with #2B2D31
Text Example
Text Example
White with #2B2D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2D31; }
p { color: rgb(43,45,49); }
H1.HeaderClassName
{
color: #2B2D31;
}
.AnyTagClassName
{
color: #2B2D31;
}
</style>
background-color css
<style>
a { background-color: #2B2D31; }
a { background-color: rgb(43,45,49); }
div.DivClassName
{
background-color: #2B2D31;
}
.BgClassName
{
background-color: #2B2D31;
}
</style>
border-color css
<style>
span { border-color: #2B2D31; }
span { border-color: rgb(43,45,49); }
td.TdClassName
{
border-color: #2B2D31;
}
.TagClassName
{
border-color: #2B2D31;
}
</style>