Shades of Bastille #2A2938
Tints of Bastille #2A2938
RGB
CMYK
RGB Variations
Color information
#2A2938 (or 0x2A2938) is known color: Bastille. HEX triplet: 2A, 29 and 38. RGB value is (42,41,56). Sum of RGB (Red+Green+Blue) = 42+41+56=139 (18% of max value = 765). Red value is 42 (16.80% from 255 or 30.22% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 56 - color contains mainly: blue. Hex color #2A2938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2938 is #D5D6C7. Grayscale: #2A2A2A. Windows color (decimal): -14014152 or 3680554. OLE color: 3680554.
HSL color Cylindrical-coordinate representation of color #2A2938: hue angle of 244º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2A2938 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 42 | 41 | 56 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.78 |
| HSL | 244º | 0.15% | 0.19% | - |
| HSV(B) | 244º | 0.27% | 0.22% | - |
| XYZ | 2.46 | 2.36 | 4.07 | - |
| YUV | 43.01 | 135.33 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 41 | 56 | 0.25 | 0.27 | 0 | 0.78 | 244 | 0.15 | 0.19 |
| Hex | 2A | 29 | 38 | 19 | 1B | 0 | 4E | F4 | F | 13 |
| Octal | 52 | 51 | 70 | 31 | 33 | 0 | 116 | 364 | 17 | 23 |
| Binary | 101010 | 101001 | 111000 | 11001 | 11011 | 0 | 1001110 | 11110100 | 1111 | 10011 |
Color Harmonies of #2A2938
Complementary color
Monochromatic Colors of #2A2938
Black with #2A2938
Text Example
Text Example
White with #2A2938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2938; }
p { color: rgb(42,41,56); }
H1.HeaderClassName
{
color: #2A2938;
}
.AnyTagClassName
{
color: #2A2938;
}
</style>
background-color css
<style>
a { background-color: #2A2938; }
a { background-color: rgb(42,41,56); }
div.DivClassName
{
background-color: #2A2938;
}
.BgClassName
{
background-color: #2A2938;
}
</style>
border-color css
<style>
span { border-color: #2A2938; }
span { border-color: rgb(42,41,56); }
td.TdClassName
{
border-color: #2A2938;
}
.TagClassName
{
border-color: #2A2938;
}
</style>