Shades of Blackcurrant #311139
Tints of Blackcurrant #311139
RGB
CMYK
RGB Variations
Color information
#311139 (or 0x311139) is known color: Blackcurrant. HEX triplet: 31, 11 and 39. RGB value is (49,17,57). Sum of RGB (Red+Green+Blue) = 49+17+57=123 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.84% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 57 (22.66% from 255 or 46.34% from 123); Max value from RGB is 57 - color contains mainly: blue. Hex color #311139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311139 is #CEEEC6. Grayscale: #1E1E1E. Windows color (decimal): -13561543 or 3739953. OLE color: 3739953.
HSL color Cylindrical-coordinate representation of color #311139: hue angle of 288º 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 #311139 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 17 | 57 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.78 |
| HSL | 288º | 0.54% | 0.15% | - |
| HSV(B) | 288º | 0.7% | 0.22% | - |
| XYZ | 2.21 | 1.35 | 4.02 | - |
| YUV | 31.13 | 142.6 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 17 | 57 | 0.14 | 0.70 | 0 | 0.78 | 288 | 0.54 | 0.15 |
| Hex | 31 | 11 | 39 | E | 46 | 0 | 4E | 120 | 36 | F |
| Octal | 61 | 21 | 71 | 16 | 106 | 0 | 116 | 440 | 66 | 17 |
| Binary | 110001 | 10001 | 111001 | 1110 | 1000110 | 0 | 1001110 | 100100000 | 110110 | 1111 |
Color Harmonies of #311139
Complementary color
Monochromatic Colors of #311139
Black with #311139
Text Example
Text Example
White with #311139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311139; }
p { color: rgb(49,17,57); }
H1.HeaderClassName
{
color: #311139;
}
.AnyTagClassName
{
color: #311139;
}
</style>
background-color css
<style>
a { background-color: #311139; }
a { background-color: rgb(49,17,57); }
div.DivClassName
{
background-color: #311139;
}
.BgClassName
{
background-color: #311139;
}
</style>
border-color css
<style>
span { border-color: #311139; }
span { border-color: rgb(49,17,57); }
td.TdClassName
{
border-color: #311139;
}
.TagClassName
{
border-color: #311139;
}
</style>