Shades of Bastille #313133
Tints of Bastille #313133
RGB
CMYK
RGB Variations
Color information
#313133 (or 0x313133) is known color: Bastille. HEX triplet: 31, 31 and 33. RGB value is (49,49,51). Sum of RGB (Red+Green+Blue) = 49+49+51=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 51 (20.31% from 255 or 34.23% from 149); Max value from RGB is 51 - color contains mainly: blue. Hex color #313133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313133 is #CECECC. Grayscale: #313131. Windows color (decimal): -13553357 or 3354929. OLE color: 3354929.
HSL color Cylindrical-coordinate representation of color #313133: hue angle of 240º degrees, saturation: 0.02, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #313133 is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 49 | 49 | 51 | - |
| CMYK | 0.04 | 0.04 | 0 | 0.8 |
| HSL | 240º | 0.02% | 0.2% | - |
| HSV(B) | 240º | 0.04% | 0.2% | - |
| XYZ | 2.96 | 3.09 | 3.57 | - |
| YUV | 49.23 | 129 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 49 | 51 | 0.04 | 0.04 | 0 | 0.8 | 240 | 0.02 | 0.2 |
| Hex | 31 | 31 | 33 | 4 | 4 | 0 | 50 | F0 | 2 | 14 |
| Octal | 61 | 61 | 63 | 4 | 4 | 0 | 120 | 360 | 2 | 24 |
| Binary | 110001 | 110001 | 110011 | 100 | 100 | 0 | 1010000 | 11110000 | 10 | 10100 |
Color Harmonies of #313133
Complementary color
Monochromatic Colors of #313133
Black with #313133
Text Example
Text Example
White with #313133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313133; }
p { color: rgb(49,49,51); }
H1.HeaderClassName
{
color: #313133;
}
.AnyTagClassName
{
color: #313133;
}
</style>
background-color css
<style>
a { background-color: #313133; }
a { background-color: rgb(49,49,51); }
div.DivClassName
{
background-color: #313133;
}
.BgClassName
{
background-color: #313133;
}
</style>
border-color css
<style>
span { border-color: #313133; }
span { border-color: rgb(49,49,51); }
td.TdClassName
{
border-color: #313133;
}
.TagClassName
{
border-color: #313133;
}
</style>