Shades of Ebony #2C2E33
Tints of Ebony #2C2E33
RGB
CMYK
RGB Variations
Color information
#2C2E33 (or 0x2C2E33) is known color: Ebony. HEX triplet: 2C, 2E and 33. RGB value is (44,46,51). Sum of RGB (Red+Green+Blue) = 44+46+51=141 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.21% from 141); Green value is 46 (18.36% from 255 or 32.62% from 141); Blue value is 51 (20.31% from 255 or 36.17% from 141); Max value from RGB is 51 - color contains mainly: blue. Hex color #2C2E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2E33 is #D3D1CC. Grayscale: #2D2D2D. Windows color (decimal): -13881805 or 3354156. OLE color: 3354156.
HSL color Cylindrical-coordinate representation of color #2C2E33: hue angle of 222.86º degrees, saturation: 0.07, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #2C2E33 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 44 | 46 | 51 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.8 |
| HSL | 222.86º | 0.07% | 0.19% | - |
| HSV(B) | 222.86º | 0.14% | 0.2% | - |
| XYZ | 2.61 | 2.73 | 3.52 | - |
| YUV | 45.97 | 130.84 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 46 | 51 | 0.14 | 0.10 | 0 | 0.8 | 222.86 | 0.07 | 0.19 |
| Hex | 2C | 2E | 33 | E | A | 0 | 50 | DF | 7 | 13 |
| Octal | 54 | 56 | 63 | 16 | 12 | 0 | 120 | 337 | 7 | 23 |
| Binary | 101100 | 101110 | 110011 | 1110 | 1010 | 0 | 1010000 | 11011111 | 111 | 10011 |
Color Harmonies of #2C2E33
Complementary color
Monochromatic Colors of #2C2E33
Black with #2C2E33
Text Example
Text Example
White with #2C2E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2E33; }
p { color: rgb(44,46,51); }
H1.HeaderClassName
{
color: #2C2E33;
}
.AnyTagClassName
{
color: #2C2E33;
}
</style>
background-color css
<style>
a { background-color: #2C2E33; }
a { background-color: rgb(44,46,51); }
div.DivClassName
{
background-color: #2C2E33;
}
.BgClassName
{
background-color: #2C2E33;
}
</style>
border-color css
<style>
span { border-color: #2C2E33; }
span { border-color: rgb(44,46,51); }
td.TdClassName
{
border-color: #2C2E33;
}
.TagClassName
{
border-color: #2C2E33;
}
</style>