Shades of Ebony #313236
Tints of Ebony #313236
RGB
CMYK
RGB Variations
Color information
#313236 (or 0x313236) is known color: Ebony. HEX triplet: 31, 32 and 36. RGB value is (49,50,54). Sum of RGB (Red+Green+Blue) = 49+50+54=153 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.03% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 54 (21.48% from 255 or 35.29% from 153); Max value from RGB is 54 - color contains mainly: blue. Hex color #313236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313236 is #CECDC9. Grayscale: #323232. Windows color (decimal): -13553098 or 3551793. OLE color: 3551793.
HSL color Cylindrical-coordinate representation of color #313236: hue angle of 228º 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 #313236 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 49 | 50 | 54 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.79 |
| HSL | 228º | 0.05% | 0.2% | - |
| HSV(B) | 228º | 0.09% | 0.21% | - |
| XYZ | 3.07 | 3.2 | 3.95 | - |
| YUV | 50.16 | 130.17 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 50 | 54 | 0.09 | 0.07 | 0 | 0.79 | 228 | 0.05 | 0.2 |
| Hex | 31 | 32 | 36 | 9 | 7 | 0 | 4F | E4 | 5 | 14 |
| Octal | 61 | 62 | 66 | 11 | 7 | 0 | 117 | 344 | 5 | 24 |
| Binary | 110001 | 110010 | 110110 | 1001 | 111 | 0 | 1001111 | 11100100 | 101 | 10100 |
Color Harmonies of #313236
Complementary color
Monochromatic Colors of #313236
Black with #313236
Text Example
Text Example
White with #313236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313236; }
p { color: rgb(49,50,54); }
H1.HeaderClassName
{
color: #313236;
}
.AnyTagClassName
{
color: #313236;
}
</style>
background-color css
<style>
a { background-color: #313236; }
a { background-color: rgb(49,50,54); }
div.DivClassName
{
background-color: #313236;
}
.BgClassName
{
background-color: #313236;
}
</style>
border-color css
<style>
span { border-color: #313236; }
span { border-color: rgb(49,50,54); }
td.TdClassName
{
border-color: #313236;
}
.TagClassName
{
border-color: #313236;
}
</style>