Shades of Blackcurrant #271139
Tints of Blackcurrant #271139
RGB
CMYK
RGB Variations
Color information
#271139 (or 0x271139) is known color: Blackcurrant. HEX triplet: 27, 11 and 39. RGB value is (39,17,57). Sum of RGB (Red+Green+Blue) = 39+17+57=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 17 (7.03% from 255 or 15.04% from 113); Blue value is 57 (22.66% from 255 or 50.44% from 113); Max value from RGB is 57 - color contains mainly: blue. Hex color #271139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271139 is #D8EEC6. Grayscale: #1B1B1B. Windows color (decimal): -14216903 or 3739943. OLE color: 3739943.
HSL color Cylindrical-coordinate representation of color #271139: hue angle of 273º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #271139 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 39 | 17 | 57 | - |
| CMYK | 0.32 | 0.70 | 0 | 0.78 |
| HSL | 273º | 0.54% | 0.15% | - |
| HSV(B) | 273º | 0.7% | 0.22% | - |
| XYZ | 1.78 | 1.13 | 3.99 | - |
| YUV | 28.14 | 144.29 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 17 | 57 | 0.32 | 0.70 | 0 | 0.78 | 273 | 0.54 | 0.15 |
| Hex | 27 | 11 | 39 | 20 | 46 | 0 | 4E | 111 | 36 | F |
| Octal | 47 | 21 | 71 | 40 | 106 | 0 | 116 | 421 | 66 | 17 |
| Binary | 100111 | 10001 | 111001 | 100000 | 1000110 | 0 | 1001110 | 100010001 | 110110 | 1111 |
Color Harmonies of #271139
Complementary color
Monochromatic Colors of #271139
Black with #271139
Text Example
Text Example
White with #271139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271139; }
p { color: rgb(39,17,57); }
H1.HeaderClassName
{
color: #271139;
}
.AnyTagClassName
{
color: #271139;
}
</style>
background-color css
<style>
a { background-color: #271139; }
a { background-color: rgb(39,17,57); }
div.DivClassName
{
background-color: #271139;
}
.BgClassName
{
background-color: #271139;
}
</style>
border-color css
<style>
span { border-color: #271139; }
span { border-color: rgb(39,17,57); }
td.TdClassName
{
border-color: #271139;
}
.TagClassName
{
border-color: #271139;
}
</style>