Shades of Bastille #292935
Tints of Bastille #292935
RGB
CMYK
RGB Variations
Color information
#292935 (or 0x292935) is known color: Bastille. HEX triplet: 29, 29 and 35. RGB value is (41,41,53). Sum of RGB (Red+Green+Blue) = 41+41+53=135 (17% of max value = 765). Red value is 41 (16.41% from 255 or 30.37% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 53 (21.09% from 255 or 39.26% from 135); Max value from RGB is 53 - color contains mainly: blue. Hex color #292935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292935 is #D6D6CA. Grayscale: #2A2A2A. Windows color (decimal): -14079691 or 3483945. OLE color: 3483945.
HSL color Cylindrical-coordinate representation of color #292935: hue angle of 240º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #292935 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 41 | 41 | 53 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.79 |
| HSL | 240º | 0.13% | 0.18% | - |
| HSV(B) | 240º | 0.23% | 0.21% | - |
| XYZ | 2.35 | 2.31 | 3.69 | - |
| YUV | 42.37 | 134 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 41 | 53 | 0.23 | 0.23 | 0 | 0.79 | 240 | 0.13 | 0.18 |
| Hex | 29 | 29 | 35 | 17 | 17 | 0 | 4F | F0 | D | 12 |
| Octal | 51 | 51 | 65 | 27 | 27 | 0 | 117 | 360 | 15 | 22 |
| Binary | 101001 | 101001 | 110101 | 10111 | 10111 | 0 | 1001111 | 11110000 | 1101 | 10010 |
Color Harmonies of #292935
Complementary color
Monochromatic Colors of #292935
Black with #292935
Text Example
Text Example
White with #292935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292935; }
p { color: rgb(41,41,53); }
H1.HeaderClassName
{
color: #292935;
}
.AnyTagClassName
{
color: #292935;
}
</style>
background-color css
<style>
a { background-color: #292935; }
a { background-color: rgb(41,41,53); }
div.DivClassName
{
background-color: #292935;
}
.BgClassName
{
background-color: #292935;
}
</style>
border-color css
<style>
span { border-color: #292935; }
span { border-color: rgb(41,41,53); }
td.TdClassName
{
border-color: #292935;
}
.TagClassName
{
border-color: #292935;
}
</style>