Shades of Ebony #2C313E
Tints of Ebony #2C313E
RGB
CMYK
RGB Variations
Color information
#2C313E (or 0x2C313E) is known color: Ebony. HEX triplet: 2C, 31 and 3E. RGB value is (44,49,62). Sum of RGB (Red+Green+Blue) = 44+49+62=155 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.39% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 62 (24.61% from 255 or 40% from 155); Max value from RGB is 62 - color contains mainly: blue. Hex color #2C313E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C313E is #D3CEC1. Grayscale: #303030. Windows color (decimal): -13881026 or 4075820. OLE color: 4075820.
HSL color Cylindrical-coordinate representation of color #2C313E: hue angle of 223.33º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2C313E is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 49 | 62 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.76 |
| HSL | 223.33º | 0.17% | 0.21% | - |
| HSV(B) | 223.33º | 0.29% | 0.24% | - |
| XYZ | 3.01 | 3.08 | 4.99 | - |
| YUV | 48.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 49 | 62 | 0.29 | 0.21 | 0 | 0.76 | 223.33 | 0.17 | 0.21 |
| Hex | 2C | 31 | 3E | 1D | 15 | 0 | 4C | DF | 11 | 15 |
| Octal | 54 | 61 | 76 | 35 | 25 | 0 | 114 | 337 | 21 | 25 |
| Binary | 101100 | 110001 | 111110 | 11101 | 10101 | 0 | 1001100 | 11011111 | 10001 | 10101 |
Color Harmonies of #2C313E
Complementary color
Monochromatic Colors of #2C313E
Black with #2C313E
Text Example
Text Example
White with #2C313E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C313E; }
p { color: rgb(44,49,62); }
H1.HeaderClassName
{
color: #2C313E;
}
.AnyTagClassName
{
color: #2C313E;
}
</style>
background-color css
<style>
a { background-color: #2C313E; }
a { background-color: rgb(44,49,62); }
div.DivClassName
{
background-color: #2C313E;
}
.BgClassName
{
background-color: #2C313E;
}
</style>
border-color css
<style>
span { border-color: #2C313E; }
span { border-color: rgb(44,49,62); }
td.TdClassName
{
border-color: #2C313E;
}
.TagClassName
{
border-color: #2C313E;
}
</style>