Shades of Bastille #313136
Tints of Bastille #313136
RGB
CMYK
RGB Variations
Color information
#313136 (or 0x313136) is known color: Bastille. HEX triplet: 31, 31 and 36. RGB value is (49,49,54). Sum of RGB (Red+Green+Blue) = 49+49+54=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 54 (21.48% from 255 or 35.53% from 152); Max value from RGB is 54 - color contains mainly: blue. Hex color #313136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313136 is #CECEC9. Grayscale: #313131. Windows color (decimal): -13553354 or 3551537. OLE color: 3551537.
HSL color Cylindrical-coordinate representation of color #313136: hue angle of 240º 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 #313136 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 49 | 49 | 54 | - |
| CMYK | 0.09 | 0.09 | 0 | 0.79 |
| HSL | 240º | 0.05% | 0.2% | - |
| HSV(B) | 240º | 0.09% | 0.21% | - |
| XYZ | 3.03 | 3.12 | 3.93 | - |
| YUV | 49.57 | 130.5 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 49 | 54 | 0.09 | 0.09 | 0 | 0.79 | 240 | 0.05 | 0.2 |
| Hex | 31 | 31 | 36 | 9 | 9 | 0 | 4F | F0 | 5 | 14 |
| Octal | 61 | 61 | 66 | 11 | 11 | 0 | 117 | 360 | 5 | 24 |
| Binary | 110001 | 110001 | 110110 | 1001 | 1001 | 0 | 1001111 | 11110000 | 101 | 10100 |
Color Harmonies of #313136
Complementary color
Monochromatic Colors of #313136
Black with #313136
Text Example
Text Example
White with #313136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313136; }
p { color: rgb(49,49,54); }
H1.HeaderClassName
{
color: #313136;
}
.AnyTagClassName
{
color: #313136;
}
</style>
background-color css
<style>
a { background-color: #313136; }
a { background-color: rgb(49,49,54); }
div.DivClassName
{
background-color: #313136;
}
.BgClassName
{
background-color: #313136;
}
</style>
border-color css
<style>
span { border-color: #313136; }
span { border-color: rgb(49,49,54); }
td.TdClassName
{
border-color: #313136;
}
.TagClassName
{
border-color: #313136;
}
</style>