Shades of Ebony #2D3138
Tints of Ebony #2D3138
RGB
CMYK
RGB Variations
Color information
#2D3138 (or 0x2D3138) is known color: Ebony. HEX triplet: 2D, 31 and 38. RGB value is (45,49,56). Sum of RGB (Red+Green+Blue) = 45+49+56=150 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 56 (22.27% from 255 or 37.33% from 150); Max value from RGB is 56 - color contains mainly: blue. Hex color #2D3138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3138 is #D2CEC7. Grayscale: #303030. Windows color (decimal): -13815496 or 3682605. OLE color: 3682605.
HSL color Cylindrical-coordinate representation of color #2D3138: hue angle of 218.18º degrees, saturation: 0.11, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2D3138 is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 49 | 56 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.78 |
| HSL | 218.18º | 0.11% | 0.2% | - |
| HSV(B) | 218.18º | 0.2% | 0.22% | - |
| XYZ | 2.89 | 3.04 | 4.18 | - |
| YUV | 48.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 49 | 56 | 0.20 | 0.12 | 0 | 0.78 | 218.18 | 0.11 | 0.2 |
| Hex | 2D | 31 | 38 | 14 | C | 0 | 4E | DA | B | 14 |
| Octal | 55 | 61 | 70 | 24 | 14 | 0 | 116 | 332 | 13 | 24 |
| Binary | 101101 | 110001 | 111000 | 10100 | 1100 | 0 | 1001110 | 11011010 | 1011 | 10100 |
Color Harmonies of #2D3138
Complementary color
Monochromatic Colors of #2D3138
Black with #2D3138
Text Example
Text Example
White with #2D3138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3138; }
p { color: rgb(45,49,56); }
H1.HeaderClassName
{
color: #2D3138;
}
.AnyTagClassName
{
color: #2D3138;
}
</style>
background-color css
<style>
a { background-color: #2D3138; }
a { background-color: rgb(45,49,56); }
div.DivClassName
{
background-color: #2D3138;
}
.BgClassName
{
background-color: #2D3138;
}
</style>
border-color css
<style>
span { border-color: #2D3138; }
span { border-color: rgb(45,49,56); }
td.TdClassName
{
border-color: #2D3138;
}
.TagClassName
{
border-color: #2D3138;
}
</style>