Shades of Ebony #2A2E38
Tints of Ebony #2A2E38
RGB
CMYK
RGB Variations
Color information
#2A2E38 (or 0x2A2E38) is known color: Ebony. HEX triplet: 2A, 2E and 38. RGB value is (42,46,56). Sum of RGB (Red+Green+Blue) = 42+46+56=144 (19% of max value = 765). Red value is 42 (16.80% from 255 or 29.17% from 144); Green value is 46 (18.36% from 255 or 31.94% from 144); Blue value is 56 (22.27% from 255 or 38.89% from 144); Max value from RGB is 56 - color contains mainly: blue. Hex color #2A2E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2E38 is #D5D1C7. Grayscale: #2D2D2D. Windows color (decimal): -14012872 or 3681834. OLE color: 3681834.
HSL color Cylindrical-coordinate representation of color #2A2E38: hue angle of 222.86º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2A2E38 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 46 | 56 | - |
| CMYK | 0.25 | 0.18 | 0 | 0.78 |
| HSL | 222.86º | 0.14% | 0.19% | - |
| HSV(B) | 222.86º | 0.25% | 0.22% | - |
| XYZ | 2.65 | 2.73 | 4.13 | - |
| YUV | 45.94 | 133.67 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 46 | 56 | 0.25 | 0.18 | 0 | 0.78 | 222.86 | 0.14 | 0.19 |
| Hex | 2A | 2E | 38 | 19 | 12 | 0 | 4E | DF | E | 13 |
| Octal | 52 | 56 | 70 | 31 | 22 | 0 | 116 | 337 | 16 | 23 |
| Binary | 101010 | 101110 | 111000 | 11001 | 10010 | 0 | 1001110 | 11011111 | 1110 | 10011 |
Color Harmonies of #2A2E38
Complementary color
Monochromatic Colors of #2A2E38
Black with #2A2E38
Text Example
Text Example
White with #2A2E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2E38; }
p { color: rgb(42,46,56); }
H1.HeaderClassName
{
color: #2A2E38;
}
.AnyTagClassName
{
color: #2A2E38;
}
</style>
background-color css
<style>
a { background-color: #2A2E38; }
a { background-color: rgb(42,46,56); }
div.DivClassName
{
background-color: #2A2E38;
}
.BgClassName
{
background-color: #2A2E38;
}
</style>
border-color css
<style>
span { border-color: #2A2E38; }
span { border-color: rgb(42,46,56); }
td.TdClassName
{
border-color: #2A2E38;
}
.TagClassName
{
border-color: #2A2E38;
}
</style>