Shades of Ebony #292B30
Tints of Ebony #292B30
RGB
CMYK
RGB Variations
Color information
#292B30 (or 0x292B30) is known color: Ebony. HEX triplet: 29, 2B and 30. RGB value is (41,43,48). Sum of RGB (Red+Green+Blue) = 41+43+48=132 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.06% from 132); Green value is 43 (17.19% from 255 or 32.58% from 132); Blue value is 48 (19.14% from 255 or 36.36% from 132); Max value from RGB is 48 - color contains mainly: blue. Hex color #292B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292B30 is #D6D4CF. Grayscale: #2A2A2A. Windows color (decimal): -14079184 or 3156777. OLE color: 3156777.
HSL color Cylindrical-coordinate representation of color #292B30: hue angle of 222.86º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #292B30 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 41 | 43 | 48 | - |
| CMYK | 0.15 | 0.10 | 0 | 0.81 |
| HSL | 222.86º | 0.08% | 0.17% | - |
| HSV(B) | 222.86º | 0.15% | 0.19% | - |
| XYZ | 2.31 | 2.41 | 3.14 | - |
| YUV | 42.97 | 130.84 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 43 | 48 | 0.15 | 0.10 | 0 | 0.81 | 222.86 | 0.08 | 0.17 |
| Hex | 29 | 2B | 30 | F | A | 0 | 51 | DF | 8 | 11 |
| Octal | 51 | 53 | 60 | 17 | 12 | 0 | 121 | 337 | 10 | 21 |
| Binary | 101001 | 101011 | 110000 | 1111 | 1010 | 0 | 1010001 | 11011111 | 1000 | 10001 |
Color Harmonies of #292B30
Complementary color
Monochromatic Colors of #292B30
Black with #292B30
Text Example
Text Example
White with #292B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292B30; }
p { color: rgb(41,43,48); }
H1.HeaderClassName
{
color: #292B30;
}
.AnyTagClassName
{
color: #292B30;
}
</style>
background-color css
<style>
a { background-color: #292B30; }
a { background-color: rgb(41,43,48); }
div.DivClassName
{
background-color: #292B30;
}
.BgClassName
{
background-color: #292B30;
}
</style>
border-color css
<style>
span { border-color: #292B30; }
span { border-color: rgb(41,43,48); }
td.TdClassName
{
border-color: #292B30;
}
.TagClassName
{
border-color: #292B30;
}
</style>