Shades of Ebony #292B2F
Tints of Ebony #292B2F
RGB
CMYK
RGB Variations
Color information
#292B2F (or 0x292B2F) is known color: Ebony. HEX triplet: 29, 2B and 2F. RGB value is (41,43,47). Sum of RGB (Red+Green+Blue) = 41+43+47=131 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.30% from 131); Green value is 43 (17.19% from 255 or 32.82% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 47 - color contains mainly: blue. Hex color #292B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292B2F is #D6D4D0. Grayscale: #2A2A2A. Windows color (decimal): -14079185 or 3091241. OLE color: 3091241.
HSL color Cylindrical-coordinate representation of color #292B2F: hue angle of 220º degrees, saturation: 0.07, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #292B2F is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 41 | 43 | 47 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.82 |
| HSL | 220º | 0.07% | 0.17% | - |
| HSV(B) | 220º | 0.13% | 0.18% | - |
| XYZ | 2.29 | 2.4 | 3.03 | - |
| YUV | 42.86 | 130.34 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 43 | 47 | 0.13 | 0.09 | 0 | 0.82 | 220 | 0.07 | 0.17 |
| Hex | 29 | 2B | 2F | D | 9 | 0 | 52 | DC | 7 | 11 |
| Octal | 51 | 53 | 57 | 15 | 11 | 0 | 122 | 334 | 7 | 21 |
| Binary | 101001 | 101011 | 101111 | 1101 | 1001 | 0 | 1010010 | 11011100 | 111 | 10001 |
Color Harmonies of #292B2F
Complementary color
Monochromatic Colors of #292B2F
Black with #292B2F
Text Example
Text Example
White with #292B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292B2F; }
p { color: rgb(41,43,47); }
H1.HeaderClassName
{
color: #292B2F;
}
.AnyTagClassName
{
color: #292B2F;
}
</style>
background-color css
<style>
a { background-color: #292B2F; }
a { background-color: rgb(41,43,47); }
div.DivClassName
{
background-color: #292B2F;
}
.BgClassName
{
background-color: #292B2F;
}
</style>
border-color css
<style>
span { border-color: #292B2F; }
span { border-color: rgb(41,43,47); }
td.TdClassName
{
border-color: #292B2F;
}
.TagClassName
{
border-color: #292B2F;
}
</style>