Shades of Ebony #2B2E36
Tints of Ebony #2B2E36
RGB
CMYK
RGB Variations
Color information
#2B2E36 (or 0x2B2E36) is known color: Ebony. HEX triplet: 2B, 2E and 36. RGB value is (43,46,54). Sum of RGB (Red+Green+Blue) = 43+46+54=143 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.07% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 54 - color contains mainly: blue. Hex color #2B2E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2E36 is #D4D1C9. Grayscale: #2D2D2D. Windows color (decimal): -13947338 or 3550763. OLE color: 3550763.
HSL color Cylindrical-coordinate representation of color #2B2E36: hue angle of 223.64º degrees, saturation: 0.11, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2B2E36 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 43 | 46 | 54 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.79 |
| HSL | 223.64º | 0.11% | 0.19% | - |
| HSV(B) | 223.64º | 0.2% | 0.21% | - |
| XYZ | 2.64 | 2.73 | 3.88 | - |
| YUV | 46.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 46 | 54 | 0.20 | 0.15 | 0 | 0.79 | 223.64 | 0.11 | 0.19 |
| Hex | 2B | 2E | 36 | 14 | F | 0 | 4F | E0 | B | 13 |
| Octal | 53 | 56 | 66 | 24 | 17 | 0 | 117 | 340 | 13 | 23 |
| Binary | 101011 | 101110 | 110110 | 10100 | 1111 | 0 | 1001111 | 11100000 | 1011 | 10011 |
Color Harmonies of #2B2E36
Complementary color
Monochromatic Colors of #2B2E36
Black with #2B2E36
Text Example
Text Example
White with #2B2E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2E36; }
p { color: rgb(43,46,54); }
H1.HeaderClassName
{
color: #2B2E36;
}
.AnyTagClassName
{
color: #2B2E36;
}
</style>
background-color css
<style>
a { background-color: #2B2E36; }
a { background-color: rgb(43,46,54); }
div.DivClassName
{
background-color: #2B2E36;
}
.BgClassName
{
background-color: #2B2E36;
}
</style>
border-color css
<style>
span { border-color: #2B2E36; }
span { border-color: rgb(43,46,54); }
td.TdClassName
{
border-color: #2B2E36;
}
.TagClassName
{
border-color: #2B2E36;
}
</style>