Shades of Ebony #2A313B
Tints of Ebony #2A313B
RGB
CMYK
RGB Variations
Color information
#2A313B (or 0x2A313B) is known color: Ebony. HEX triplet: 2A, 31 and 3B. RGB value is (42,49,59). Sum of RGB (Red+Green+Blue) = 42+49+59=150 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 59 (23.44% from 255 or 39.33% from 150); Max value from RGB is 59 - color contains mainly: blue. Hex color #2A313B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A313B is #D5CEC4. Grayscale: #303030. Windows color (decimal): -14012101 or 3879210. OLE color: 3879210.
HSL color Cylindrical-coordinate representation of color #2A313B: hue angle of 215.29º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2A313B is Cyan = 0.29, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 42 | 49 | 59 | - |
| CMYK | 0.29 | 0.17 | 0 | 0.77 |
| HSL | 215.29º | 0.17% | 0.2% | - |
| HSV(B) | 215.29º | 0.29% | 0.23% | - |
| XYZ | 2.84 | 3 | 4.57 | - |
| YUV | 48.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 49 | 59 | 0.29 | 0.17 | 0 | 0.77 | 215.29 | 0.17 | 0.2 |
| Hex | 2A | 31 | 3B | 1D | 11 | 0 | 4D | D7 | 11 | 14 |
| Octal | 52 | 61 | 73 | 35 | 21 | 0 | 115 | 327 | 21 | 24 |
| Binary | 101010 | 110001 | 111011 | 11101 | 10001 | 0 | 1001101 | 11010111 | 10001 | 10100 |
Color Harmonies of #2A313B
Complementary color
Monochromatic Colors of #2A313B
Black with #2A313B
Text Example
Text Example
White with #2A313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A313B; }
p { color: rgb(42,49,59); }
H1.HeaderClassName
{
color: #2A313B;
}
.AnyTagClassName
{
color: #2A313B;
}
</style>
background-color css
<style>
a { background-color: #2A313B; }
a { background-color: rgb(42,49,59); }
div.DivClassName
{
background-color: #2A313B;
}
.BgClassName
{
background-color: #2A313B;
}
</style>
border-color css
<style>
span { border-color: #2A313B; }
span { border-color: rgb(42,49,59); }
td.TdClassName
{
border-color: #2A313B;
}
.TagClassName
{
border-color: #2A313B;
}
</style>