Shades of Ebony #2C323D
Tints of Ebony #2C323D
RGB
CMYK
RGB Variations
Color information
#2C323D (or 0x2C323D) is known color: Ebony. HEX triplet: 2C, 32 and 3D. RGB value is (44,50,61). Sum of RGB (Red+Green+Blue) = 44+50+61=155 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.39% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 61 - color contains mainly: blue. Hex color #2C323D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C323D is #D3CDC2. Grayscale: #313131. Windows color (decimal): -13880771 or 4010540. OLE color: 4010540.
HSL color Cylindrical-coordinate representation of color #2C323D: hue angle of 218.82º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2C323D is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 44 | 50 | 61 | - |
| CMYK | 0.28 | 0.18 | 0 | 0.76 |
| HSL | 218.82º | 0.16% | 0.21% | - |
| HSV(B) | 218.82º | 0.28% | 0.24% | - |
| XYZ | 3.02 | 3.15 | 4.86 | - |
| YUV | 49.46 | 134.51 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 50 | 61 | 0.28 | 0.18 | 0 | 0.76 | 218.82 | 0.16 | 0.21 |
| Hex | 2C | 32 | 3D | 1C | 12 | 0 | 4C | DB | 10 | 15 |
| Octal | 54 | 62 | 75 | 34 | 22 | 0 | 114 | 333 | 20 | 25 |
| Binary | 101100 | 110010 | 111101 | 11100 | 10010 | 0 | 1001100 | 11011011 | 10000 | 10101 |
Color Harmonies of #2C323D
Complementary color
Monochromatic Colors of #2C323D
Black with #2C323D
Text Example
Text Example
White with #2C323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C323D; }
p { color: rgb(44,50,61); }
H1.HeaderClassName
{
color: #2C323D;
}
.AnyTagClassName
{
color: #2C323D;
}
</style>
background-color css
<style>
a { background-color: #2C323D; }
a { background-color: rgb(44,50,61); }
div.DivClassName
{
background-color: #2C323D;
}
.BgClassName
{
background-color: #2C323D;
}
</style>
border-color css
<style>
span { border-color: #2C323D; }
span { border-color: rgb(44,50,61); }
td.TdClassName
{
border-color: #2C323D;
}
.TagClassName
{
border-color: #2C323D;
}
</style>