Shades of Bastille #2E2E33
Tints of Bastille #2E2E33
RGB
CMYK
RGB Variations
Color information
#2E2E33 (or 0x2E2E33) is known color: Bastille. HEX triplet: 2E, 2E and 33. RGB value is (46,46,51). Sum of RGB (Red+Green+Blue) = 46+46+51=143 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.17% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 51 (20.31% from 255 or 35.66% from 143); Max value from RGB is 51 - color contains mainly: blue. Hex color #2E2E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2E33 is #D1D1CC. Grayscale: #2E2E2E. Windows color (decimal): -13750733 or 3354158. OLE color: 3354158.
HSL color Cylindrical-coordinate representation of color #2E2E33: hue angle of 240º degrees, saturation: 0.05, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #2E2E33 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
RGB | 46 | 46 | 51 | - |
CMYK | 0.10 | 0.10 | 0 | 0.8 |
HSL | 240º | 0.05% | 0.19% | - |
HSV(B) | 240º | 0.1% | 0.2% | - |
XYZ | 2.7 | 2.77 | 3.53 | - |
YUV | 46.57 | 130.5 | 127.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 46 | 51 | 0.10 | 0.10 | 0 | 0.8 | 240 | 0.05 | 0.19 |
Hex | 2E | 2E | 33 | A | A | 0 | 50 | F0 | 5 | 13 |
Octal | 56 | 56 | 63 | 12 | 12 | 0 | 120 | 360 | 5 | 23 |
Binary | 101110 | 101110 | 110011 | 1010 | 1010 | 0 | 1010000 | 11110000 | 101 | 10011 |
Color Harmonies of #2E2E33
Complementary color
Monochromatic Colors of #2E2E33
Black with #2E2E33
Text Example
Text Example
White with #2E2E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2E33; }
p { color: rgb(46,46,51); }
H1.HeaderClassName
{
color: #2E2E33;
}
.AnyTagClassName
{
color: #2E2E33;
}
</style>
background-color css
<style>
a { background-color: #2E2E33; }
a { background-color: rgb(46,46,51); }
div.DivClassName
{
background-color: #2E2E33;
}
.BgClassName
{
background-color: #2E2E33;
}
</style>
border-color css
<style>
span { border-color: #2E2E33; }
span { border-color: rgb(46,46,51); }
td.TdClassName
{
border-color: #2E2E33;
}
.TagClassName
{
border-color: #2E2E33;
}
</style>