Shades of Blackcurrant #311149
Tints of Blackcurrant #311149
RGB
CMYK
RGB Variations
Color information
#311149 (or 0x311149) is known color: Blackcurrant. HEX triplet: 31, 11 and 49. RGB value is (49,17,73). Sum of RGB (Red+Green+Blue) = 49+17+73=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 73 (28.91% from 255 or 52.52% from 139); Max value from RGB is 73 - color contains mainly: blue. Hex color #311149 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311149 is #CEEEB6. Grayscale: #202020. Windows color (decimal): -13561527 or 4788529. OLE color: 4788529.
HSL color Cylindrical-coordinate representation of color #311149: hue angle of 274.29º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #311149 is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 17 | 73 | - |
| CMYK | 0.33 | 0.77 | 0 | 0.71 |
| HSL | 274.29º | 0.62% | 0.18% | - |
| HSV(B) | 274.29º | 0.77% | 0.29% | - |
| XYZ | 2.67 | 1.53 | 6.46 | - |
| YUV | 32.95 | 150.6 | 139.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 17 | 73 | 0.33 | 0.77 | 0 | 0.71 | 274.29 | 0.62 | 0.18 |
| Hex | 31 | 11 | 49 | 21 | 4D | 0 | 47 | 112 | 3E | 12 |
| Octal | 61 | 21 | 111 | 41 | 115 | 0 | 107 | 422 | 76 | 22 |
| Binary | 110001 | 10001 | 1001001 | 100001 | 1001101 | 0 | 1000111 | 100010010 | 111110 | 10010 |
Color Harmonies of #311149
Complementary color
Monochromatic Colors of #311149
Black with #311149
Text Example
Text Example
White with #311149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311149; }
p { color: rgb(49,17,73); }
H1.HeaderClassName
{
color: #311149;
}
.AnyTagClassName
{
color: #311149;
}
</style>
background-color css
<style>
a { background-color: #311149; }
a { background-color: rgb(49,17,73); }
div.DivClassName
{
background-color: #311149;
}
.BgClassName
{
background-color: #311149;
}
</style>
border-color css
<style>
span { border-color: #311149; }
span { border-color: rgb(49,17,73); }
td.TdClassName
{
border-color: #311149;
}
.TagClassName
{
border-color: #311149;
}
</style>