Shades of Bastille #2E2E31
Tints of Bastille #2E2E31
RGB
CMYK
RGB Variations
Color information
#2E2E31 (or 0x2E2E31) is known color: Bastille. HEX triplet: 2E, 2E and 31. RGB value is (46,46,49). Sum of RGB (Red+Green+Blue) = 46+46+49=141 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.62% from 141); Green value is 46 (18.36% from 255 or 32.62% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 49 - color contains mainly: blue. Hex color #2E2E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2E31 is #D1D1CE. Grayscale: #2E2E2E. Windows color (decimal): -13750735 or 3223086. OLE color: 3223086.
HSL color Cylindrical-coordinate representation of color #2E2E31: hue angle of 240º degrees, saturation: 0.03, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #2E2E31 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 46 | 49 | - |
| CMYK | 0.06 | 0.06 | 0 | 0.81 |
| HSL | 240º | 0.03% | 0.19% | - |
| HSV(B) | 240º | 0.06% | 0.19% | - |
| XYZ | 2.66 | 2.76 | 3.3 | - |
| YUV | 46.34 | 129.5 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 46 | 49 | 0.06 | 0.06 | 0 | 0.81 | 240 | 0.03 | 0.19 |
| Hex | 2E | 2E | 31 | 6 | 6 | 0 | 51 | F0 | 3 | 13 |
| Octal | 56 | 56 | 61 | 6 | 6 | 0 | 121 | 360 | 3 | 23 |
| Binary | 101110 | 101110 | 110001 | 110 | 110 | 0 | 1010001 | 11110000 | 11 | 10011 |
Color Harmonies of #2E2E31
Complementary color
Monochromatic Colors of #2E2E31
Black with #2E2E31
Text Example
Text Example
White with #2E2E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2E31; }
p { color: rgb(46,46,49); }
H1.HeaderClassName
{
color: #2E2E31;
}
.AnyTagClassName
{
color: #2E2E31;
}
</style>
background-color css
<style>
a { background-color: #2E2E31; }
a { background-color: rgb(46,46,49); }
div.DivClassName
{
background-color: #2E2E31;
}
.BgClassName
{
background-color: #2E2E31;
}
</style>
border-color css
<style>
span { border-color: #2E2E31; }
span { border-color: rgb(46,46,49); }
td.TdClassName
{
border-color: #2E2E31;
}
.TagClassName
{
border-color: #2E2E31;
}
</style>