Shades of Ebony #2A323D
Tints of Ebony #2A323D
RGB
CMYK
RGB Variations
Color information
#2A323D (or 0x2A323D) is known color: Ebony. HEX triplet: 2A, 32 and 3D. RGB value is (42,50,61). Sum of RGB (Red+Green+Blue) = 42+50+61=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 61 - color contains mainly: blue. Hex color #2A323D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A323D is #D5CDC2. Grayscale: #303030. Windows color (decimal): -14011843 or 4010538. OLE color: 4010538.
HSL color Cylindrical-coordinate representation of color #2A323D: hue angle of 214.74º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2A323D is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 50 | 61 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.76 |
| HSL | 214.74º | 0.18% | 0.2% | - |
| HSV(B) | 214.74º | 0.31% | 0.24% | - |
| XYZ | 2.94 | 3.11 | 4.86 | - |
| YUV | 48.86 | 134.85 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 50 | 61 | 0.31 | 0.18 | 0 | 0.76 | 214.74 | 0.18 | 0.2 |
| Hex | 2A | 32 | 3D | 1F | 12 | 0 | 4C | D7 | 12 | 14 |
| Octal | 52 | 62 | 75 | 37 | 22 | 0 | 114 | 327 | 22 | 24 |
| Binary | 101010 | 110010 | 111101 | 11111 | 10010 | 0 | 1001100 | 11010111 | 10010 | 10100 |
Color Harmonies of #2A323D
Complementary color
Monochromatic Colors of #2A323D
Black with #2A323D
Text Example
Text Example
White with #2A323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A323D; }
p { color: rgb(42,50,61); }
H1.HeaderClassName
{
color: #2A323D;
}
.AnyTagClassName
{
color: #2A323D;
}
</style>
background-color css
<style>
a { background-color: #2A323D; }
a { background-color: rgb(42,50,61); }
div.DivClassName
{
background-color: #2A323D;
}
.BgClassName
{
background-color: #2A323D;
}
</style>
border-color css
<style>
span { border-color: #2A323D; }
span { border-color: rgb(42,50,61); }
td.TdClassName
{
border-color: #2A323D;
}
.TagClassName
{
border-color: #2A323D;
}
</style>