Shades of Bastille #272639
Tints of Bastille #272639
RGB
CMYK
RGB Variations
Color information
#272639 (or 0x272639) is known color: Bastille. HEX triplet: 27, 26 and 39. RGB value is (39,38,57). Sum of RGB (Red+Green+Blue) = 39+38+57=134 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.10% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 57 (22.66% from 255 or 42.54% from 134); Max value from RGB is 57 - color contains mainly: blue. Hex color #272639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272639 is #D8D9C6. Grayscale: #282828. Windows color (decimal): -14211527 or 3745319. OLE color: 3745319.
HSL color Cylindrical-coordinate representation of color #272639: hue angle of 243.16º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #272639 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 39 | 38 | 57 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.78 |
| HSL | 243.16º | 0.2% | 0.19% | - |
| HSV(B) | 243.16º | 0.33% | 0.22% | - |
| XYZ | 2.27 | 2.11 | 4.16 | - |
| YUV | 40.47 | 137.33 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 38 | 57 | 0.32 | 0.33 | 0 | 0.78 | 243.16 | 0.2 | 0.19 |
| Hex | 27 | 26 | 39 | 20 | 21 | 0 | 4E | F3 | 14 | 13 |
| Octal | 47 | 46 | 71 | 40 | 41 | 0 | 116 | 363 | 24 | 23 |
| Binary | 100111 | 100110 | 111001 | 100000 | 100001 | 0 | 1001110 | 11110011 | 10100 | 10011 |
Color Harmonies of #272639
Complementary color
Monochromatic Colors of #272639
Black with #272639
Text Example
Text Example
White with #272639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272639; }
p { color: rgb(39,38,57); }
H1.HeaderClassName
{
color: #272639;
}
.AnyTagClassName
{
color: #272639;
}
</style>
background-color css
<style>
a { background-color: #272639; }
a { background-color: rgb(39,38,57); }
div.DivClassName
{
background-color: #272639;
}
.BgClassName
{
background-color: #272639;
}
</style>
border-color css
<style>
span { border-color: #272639; }
span { border-color: rgb(39,38,57); }
td.TdClassName
{
border-color: #272639;
}
.TagClassName
{
border-color: #272639;
}
</style>