Shades of Bastille #2E2E32
Tints of Bastille #2E2E32
RGB
CMYK
RGB Variations
Color information
#2E2E32 (or 0x2E2E32) is known color: Bastille. HEX triplet: 2E, 2E and 32. RGB value is (46,46,50). Sum of RGB (Red+Green+Blue) = 46+46+50=142 (18% of max value = 765). Red value is 46 (18.36% from 255 or 32.39% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 50 (19.92% from 255 or 35.21% from 142); Max value from RGB is 50 - color contains mainly: blue. Hex color #2E2E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2E32 is #D1D1CD. Grayscale: #2E2E2E. Windows color (decimal): -13750734 or 3288622. OLE color: 3288622.
HSL color Cylindrical-coordinate representation of color #2E2E32: hue angle of 240º degrees, saturation: 0.04, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #2E2E32 is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
RGB | 46 | 46 | 50 | - |
CMYK | 0.08 | 0.08 | 0 | 0.80 |
HSL | 240º | 0.04% | 0.19% | - |
HSV(B) | 240º | 0.08% | 0.2% | - |
XYZ | 2.68 | 2.77 | 3.41 | - |
YUV | 46.46 | 130 | 127.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 46 | 46 | 50 | 0.08 | 0.08 | 0 | 0.80 | 240 | 0.04 | 0.19 |
Hex | 2E | 2E | 32 | 8 | 8 | 0 | 50 | F0 | 4 | 13 |
Octal | 56 | 56 | 62 | 10 | 10 | 0 | 120 | 360 | 4 | 23 |
Binary | 101110 | 101110 | 110010 | 1000 | 1000 | 0 | 1010000 | 11110000 | 100 | 10011 |
Color Harmonies of #2E2E32
Complementary color
Monochromatic Colors of #2E2E32
Black with #2E2E32
Text Example
Text Example
White with #2E2E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2E32; }
p { color: rgb(46,46,50); }
H1.HeaderClassName
{
color: #2E2E32;
}
.AnyTagClassName
{
color: #2E2E32;
}
</style>
background-color css
<style>
a { background-color: #2E2E32; }
a { background-color: rgb(46,46,50); }
div.DivClassName
{
background-color: #2E2E32;
}
.BgClassName
{
background-color: #2E2E32;
}
</style>
border-color css
<style>
span { border-color: #2E2E32; }
span { border-color: rgb(46,46,50); }
td.TdClassName
{
border-color: #2E2E32;
}
.TagClassName
{
border-color: #2E2E32;
}
</style>