Shades of Ebony #313336
Tints of Ebony #313336
RGB
CMYK
RGB Variations
Color information
#313336 (or 0x313336) is known color: Ebony. HEX triplet: 31, 33 and 36. RGB value is (49,51,54). Sum of RGB (Red+Green+Blue) = 49+51+54=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 54 (21.48% from 255 or 35.06% from 154); Max value from RGB is 54 - color contains mainly: blue. Hex color #313336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313336 is #CECCC9. Grayscale: #323232. Windows color (decimal): -13552842 or 3552049. OLE color: 3552049.
HSL color Cylindrical-coordinate representation of color #313336: hue angle of 216º degrees, saturation: 0.05, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #313336 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 49 | 51 | 54 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.79 |
| HSL | 216º | 0.05% | 0.2% | - |
| HSV(B) | 216º | 0.09% | 0.21% | - |
| XYZ | 3.12 | 3.29 | 3.96 | - |
| YUV | 50.74 | 129.84 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 51 | 54 | 0.09 | 0.06 | 0 | 0.79 | 216 | 0.05 | 0.2 |
| Hex | 31 | 33 | 36 | 9 | 6 | 0 | 4F | D8 | 5 | 14 |
| Octal | 61 | 63 | 66 | 11 | 6 | 0 | 117 | 330 | 5 | 24 |
| Binary | 110001 | 110011 | 110110 | 1001 | 110 | 0 | 1001111 | 11011000 | 101 | 10100 |
Color Harmonies of #313336
Complementary color
Monochromatic Colors of #313336
Black with #313336
Text Example
Text Example
White with #313336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313336; }
p { color: rgb(49,51,54); }
H1.HeaderClassName
{
color: #313336;
}
.AnyTagClassName
{
color: #313336;
}
</style>
background-color css
<style>
a { background-color: #313336; }
a { background-color: rgb(49,51,54); }
div.DivClassName
{
background-color: #313336;
}
.BgClassName
{
background-color: #313336;
}
</style>
border-color css
<style>
span { border-color: #313336; }
span { border-color: rgb(49,51,54); }
td.TdClassName
{
border-color: #313336;
}
.TagClassName
{
border-color: #313336;
}
</style>