Shades of Bastille #282739
Tints of Bastille #282739
RGB
CMYK
RGB Variations
Color information
#282739 (or 0x282739) is known color: Bastille. HEX triplet: 28, 27 and 39. RGB value is (40,39,57). Sum of RGB (Red+Green+Blue) = 40+39+57=136 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.41% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 57 (22.66% from 255 or 41.91% from 136); Max value from RGB is 57 - color contains mainly: blue. Hex color #282739 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282739 is #D7D8C6. Grayscale: #292929. Windows color (decimal): -14145735 or 3745576. OLE color: 3745576.
HSL color Cylindrical-coordinate representation of color #282739: hue angle of 243.33º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #282739 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 39 | 57 | - |
| CMYK | 0.30 | 0.32 | 0 | 0.78 |
| HSL | 243.33º | 0.19% | 0.19% | - |
| HSV(B) | 243.33º | 0.32% | 0.22% | - |
| XYZ | 2.34 | 2.2 | 4.17 | - |
| YUV | 41.35 | 136.83 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 57 | 0.30 | 0.32 | 0 | 0.78 | 243.33 | 0.19 | 0.19 |
| Hex | 28 | 27 | 39 | 1E | 20 | 0 | 4E | F3 | 13 | 13 |
| Octal | 50 | 47 | 71 | 36 | 40 | 0 | 116 | 363 | 23 | 23 |
| Binary | 101000 | 100111 | 111001 | 11110 | 100000 | 0 | 1001110 | 11110011 | 10011 | 10011 |
Color Harmonies of #282739
Complementary color
Monochromatic Colors of #282739
Black with #282739
Text Example
Text Example
White with #282739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282739; }
p { color: rgb(40,39,57); }
H1.HeaderClassName
{
color: #282739;
}
.AnyTagClassName
{
color: #282739;
}
</style>
background-color css
<style>
a { background-color: #282739; }
a { background-color: rgb(40,39,57); }
div.DivClassName
{
background-color: #282739;
}
.BgClassName
{
background-color: #282739;
}
</style>
border-color css
<style>
span { border-color: #282739; }
span { border-color: rgb(40,39,57); }
td.TdClassName
{
border-color: #282739;
}
.TagClassName
{
border-color: #282739;
}
</style>