Shades of Bastille #313132
Tints of Bastille #313132
RGB
CMYK
RGB Variations
Color information
#313132 (or 0x313132) is known color: Bastille. HEX triplet: 31, 31 and 32. RGB value is (49,49,50). Sum of RGB (Red+Green+Blue) = 49+49+50=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 50 (19.92% from 255 or 33.78% from 148); Max value from RGB is 50 - color contains mainly: blue. Hex color #313132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313132 is #CECECD. Grayscale: #313131. Windows color (decimal): -13553358 or 3289393. OLE color: 3289393.
HSL color Cylindrical-coordinate representation of color #313132: hue angle of 240º degrees, saturation: 0.01, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #313132 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
RGB | 49 | 49 | 50 | - |
CMYK | 0.02 | 0.02 | 0 | 0.80 |
HSL | 240º | 0.01% | 0.19% | - |
HSV(B) | 240º | 0.02% | 0.2% | - |
XYZ | 2.94 | 3.08 | 3.46 | - |
YUV | 49.11 | 128.5 | 127.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 49 | 49 | 50 | 0.02 | 0.02 | 0 | 0.80 | 240 | 0.01 | 0.19 |
Hex | 31 | 31 | 32 | 2 | 2 | 0 | 50 | F0 | 1 | 13 |
Octal | 61 | 61 | 62 | 2 | 2 | 0 | 120 | 360 | 1 | 23 |
Binary | 110001 | 110001 | 110010 | 10 | 10 | 0 | 1010000 | 11110000 | 1 | 10011 |
Color Harmonies of #313132
Complementary color
Monochromatic Colors of #313132
Black with #313132
Text Example
Text Example
White with #313132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313132; }
p { color: rgb(49,49,50); }
H1.HeaderClassName
{
color: #313132;
}
.AnyTagClassName
{
color: #313132;
}
</style>
background-color css
<style>
a { background-color: #313132; }
a { background-color: rgb(49,49,50); }
div.DivClassName
{
background-color: #313132;
}
.BgClassName
{
background-color: #313132;
}
</style>
border-color css
<style>
span { border-color: #313132; }
span { border-color: rgb(49,49,50); }
td.TdClassName
{
border-color: #313132;
}
.TagClassName
{
border-color: #313132;
}
</style>