Shades of Bastille #282836
Tints of Bastille #282836
RGB
CMYK
RGB Variations
Color information
#282836 (or 0x282836) is known color: Bastille. HEX triplet: 28, 28 and 36. RGB value is (40,40,54). Sum of RGB (Red+Green+Blue) = 40+40+54=134 (17% of max value = 765). Red value is 40 (16.02% from 255 or 29.85% from 134); Green value is 40 (16.02% from 255 or 29.85% from 134); Blue value is 54 (21.48% from 255 or 40.30% from 134); Max value from RGB is 54 - color contains mainly: blue. Hex color #282836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282836 is #D7D7C9. Grayscale: #292929. Windows color (decimal): -14145482 or 3549224. OLE color: 3549224.
HSL color Cylindrical-coordinate representation of color #282836: hue angle of 240º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #282836 is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 40 | 40 | 54 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.79 |
| HSL | 240º | 0.15% | 0.18% | - |
| HSV(B) | 240º | 0.26% | 0.21% | - |
| XYZ | 2.3 | 2.24 | 3.8 | - |
| YUV | 41.6 | 135 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 40 | 54 | 0.26 | 0.26 | 0 | 0.79 | 240 | 0.15 | 0.18 |
| Hex | 28 | 28 | 36 | 1A | 1A | 0 | 4F | F0 | F | 12 |
| Octal | 50 | 50 | 66 | 32 | 32 | 0 | 117 | 360 | 17 | 22 |
| Binary | 101000 | 101000 | 110110 | 11010 | 11010 | 0 | 1001111 | 11110000 | 1111 | 10010 |
Color Harmonies of #282836
Complementary color
Monochromatic Colors of #282836
Black with #282836
Text Example
Text Example
White with #282836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282836; }
p { color: rgb(40,40,54); }
H1.HeaderClassName
{
color: #282836;
}
.AnyTagClassName
{
color: #282836;
}
</style>
background-color css
<style>
a { background-color: #282836; }
a { background-color: rgb(40,40,54); }
div.DivClassName
{
background-color: #282836;
}
.BgClassName
{
background-color: #282836;
}
</style>
border-color css
<style>
span { border-color: #282836; }
span { border-color: rgb(40,40,54); }
td.TdClassName
{
border-color: #282836;
}
.TagClassName
{
border-color: #282836;
}
</style>