Shades of Bastille #292839
Tints of Bastille #292839
RGB
CMYK
RGB Variations
Color information
#292839 (or 0x292839) is known color: Bastille. HEX triplet: 29, 28 and 39. RGB value is (41,40,57). Sum of RGB (Red+Green+Blue) = 41+40+57=138 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.71% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 57 - color contains mainly: blue. Hex color #292839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292839 is #D6D7C6. Grayscale: #2A2A2A. Windows color (decimal): -14079943 or 3745833. OLE color: 3745833.
HSL color Cylindrical-coordinate representation of color #292839: hue angle of 243.53º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #292839 is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 41 | 40 | 57 | - |
| CMYK | 0.28 | 0.30 | 0 | 0.78 |
| HSL | 243.53º | 0.18% | 0.19% | - |
| HSV(B) | 243.53º | 0.3% | 0.22% | - |
| XYZ | 2.41 | 2.28 | 4.18 | - |
| YUV | 42.24 | 136.33 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 40 | 57 | 0.28 | 0.30 | 0 | 0.78 | 243.53 | 0.18 | 0.19 |
| Hex | 29 | 28 | 39 | 1C | 1E | 0 | 4E | F4 | 12 | 13 |
| Octal | 51 | 50 | 71 | 34 | 36 | 0 | 116 | 364 | 22 | 23 |
| Binary | 101001 | 101000 | 111001 | 11100 | 11110 | 0 | 1001110 | 11110100 | 10010 | 10011 |
Color Harmonies of #292839
Complementary color
Monochromatic Colors of #292839
Black with #292839
Text Example
Text Example
White with #292839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292839; }
p { color: rgb(41,40,57); }
H1.HeaderClassName
{
color: #292839;
}
.AnyTagClassName
{
color: #292839;
}
</style>
background-color css
<style>
a { background-color: #292839; }
a { background-color: rgb(41,40,57); }
div.DivClassName
{
background-color: #292839;
}
.BgClassName
{
background-color: #292839;
}
</style>
border-color css
<style>
span { border-color: #292839; }
span { border-color: rgb(41,40,57); }
td.TdClassName
{
border-color: #292839;
}
.TagClassName
{
border-color: #292839;
}
</style>