Shades of Ebony #292E3A
Tints of Ebony #292E3A
RGB
CMYK
RGB Variations
Color information
#292E3A (or 0x292E3A) is known color: Ebony. HEX triplet: 29, 2E and 3A. RGB value is (41,46,58). Sum of RGB (Red+Green+Blue) = 41+46+58=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 46 (18.36% from 255 or 31.72% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 58 - color contains mainly: blue. Hex color #292E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292E3A is #D6D1C5. Grayscale: #2D2D2D. Windows color (decimal): -14078406 or 3812905. OLE color: 3812905.
HSL color Cylindrical-coordinate representation of color #292E3A: hue angle of 222.35º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #292E3A is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 41 | 46 | 58 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.77 |
| HSL | 222.35º | 0.17% | 0.19% | - |
| HSV(B) | 222.35º | 0.29% | 0.23% | - |
| XYZ | 2.66 | 2.73 | 4.39 | - |
| YUV | 45.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 46 | 58 | 0.29 | 0.21 | 0 | 0.77 | 222.35 | 0.17 | 0.19 |
| Hex | 29 | 2E | 3A | 1D | 15 | 0 | 4D | DE | 11 | 13 |
| Octal | 51 | 56 | 72 | 35 | 25 | 0 | 115 | 336 | 21 | 23 |
| Binary | 101001 | 101110 | 111010 | 11101 | 10101 | 0 | 1001101 | 11011110 | 10001 | 10011 |
Color Harmonies of #292E3A
Complementary color
Monochromatic Colors of #292E3A
Black with #292E3A
Text Example
Text Example
White with #292E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292E3A; }
p { color: rgb(41,46,58); }
H1.HeaderClassName
{
color: #292E3A;
}
.AnyTagClassName
{
color: #292E3A;
}
</style>
background-color css
<style>
a { background-color: #292E3A; }
a { background-color: rgb(41,46,58); }
div.DivClassName
{
background-color: #292E3A;
}
.BgClassName
{
background-color: #292E3A;
}
</style>
border-color css
<style>
span { border-color: #292E3A; }
span { border-color: rgb(41,46,58); }
td.TdClassName
{
border-color: #292E3A;
}
.TagClassName
{
border-color: #292E3A;
}
</style>