Shades of Blackcurrant #311138
Tints of Blackcurrant #311138
RGB
CMYK
RGB Variations
Color information
#311138 (or 0x311138) is known color: Blackcurrant. HEX triplet: 31, 11 and 38. RGB value is (49,17,56). Sum of RGB (Red+Green+Blue) = 49+17+56=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 56 (22.27% from 255 or 45.90% from 122); Max value from RGB is 56 - color contains mainly: blue. Hex color #311138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311138 is #CEEEC7. Grayscale: #1E1E1E. Windows color (decimal): -13561544 or 3674417. OLE color: 3674417.
HSL color Cylindrical-coordinate representation of color #311138: hue angle of 289.23º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #311138 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 17 | 56 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.78 |
| HSL | 289.23º | 0.53% | 0.14% | - |
| HSV(B) | 289.23º | 0.7% | 0.22% | - |
| XYZ | 2.18 | 1.34 | 3.88 | - |
| YUV | 31.01 | 142.1 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 17 | 56 | 0.12 | 0.70 | 0 | 0.78 | 289.23 | 0.53 | 0.14 |
| Hex | 31 | 11 | 38 | C | 46 | 0 | 4E | 121 | 35 | E |
| Octal | 61 | 21 | 70 | 14 | 106 | 0 | 116 | 441 | 65 | 16 |
| Binary | 110001 | 10001 | 111000 | 1100 | 1000110 | 0 | 1001110 | 100100001 | 110101 | 1110 |
Color Harmonies of #311138
Complementary color
Monochromatic Colors of #311138
Black with #311138
Text Example
Text Example
White with #311138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311138; }
p { color: rgb(49,17,56); }
H1.HeaderClassName
{
color: #311138;
}
.AnyTagClassName
{
color: #311138;
}
</style>
background-color css
<style>
a { background-color: #311138; }
a { background-color: rgb(49,17,56); }
div.DivClassName
{
background-color: #311138;
}
.BgClassName
{
background-color: #311138;
}
</style>
border-color css
<style>
span { border-color: #311138; }
span { border-color: rgb(49,17,56); }
td.TdClassName
{
border-color: #311138;
}
.TagClassName
{
border-color: #311138;
}
</style>