Shades of Bastille #292838
Tints of Bastille #292838
RGB
CMYK
RGB Variations
Color information
#292838 (or 0x292838) is known color: Bastille. HEX triplet: 29, 28 and 38. RGB value is (41,40,56). Sum of RGB (Red+Green+Blue) = 41+40+56=137 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.93% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 56 - color contains mainly: blue. Hex color #292838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292838 is #D6D7C7. Grayscale: #2A2A2A. Windows color (decimal): -14079944 or 3680297. OLE color: 3680297.
HSL color Cylindrical-coordinate representation of color #292838: hue angle of 243.75º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #292838 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 41 | 40 | 56 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.78 |
| HSL | 243.75º | 0.17% | 0.19% | - |
| HSV(B) | 243.75º | 0.29% | 0.22% | - |
| XYZ | 2.39 | 2.27 | 4.05 | - |
| YUV | 42.12 | 135.83 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 40 | 56 | 0.27 | 0.29 | 0 | 0.78 | 243.75 | 0.17 | 0.19 |
| Hex | 29 | 28 | 38 | 1B | 1D | 0 | 4E | F4 | 11 | 13 |
| Octal | 51 | 50 | 70 | 33 | 35 | 0 | 116 | 364 | 21 | 23 |
| Binary | 101001 | 101000 | 111000 | 11011 | 11101 | 0 | 1001110 | 11110100 | 10001 | 10011 |
Color Harmonies of #292838
Complementary color
Monochromatic Colors of #292838
Black with #292838
Text Example
Text Example
White with #292838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292838; }
p { color: rgb(41,40,56); }
H1.HeaderClassName
{
color: #292838;
}
.AnyTagClassName
{
color: #292838;
}
</style>
background-color css
<style>
a { background-color: #292838; }
a { background-color: rgb(41,40,56); }
div.DivClassName
{
background-color: #292838;
}
.BgClassName
{
background-color: #292838;
}
</style>
border-color css
<style>
span { border-color: #292838; }
span { border-color: rgb(41,40,56); }
td.TdClassName
{
border-color: #292838;
}
.TagClassName
{
border-color: #292838;
}
</style>