Shades of Blackcurrant #311449
Tints of Blackcurrant #311449
RGB
CMYK
RGB Variations
Color information
#311449 (or 0x311449) is known color: Blackcurrant. HEX triplet: 31, 14 and 49. RGB value is (49,20,73). Sum of RGB (Red+Green+Blue) = 49+20+73=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 73 (28.91% from 255 or 51.41% from 142); Max value from RGB is 73 - color contains mainly: blue. Hex color #311449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311449 is #CEEBB6. Grayscale: #222222. Windows color (decimal): -13560759 or 4789297. OLE color: 4789297.
HSL color Cylindrical-coordinate representation of color #311449: hue angle of 272.83º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #311449 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 20 | 73 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.71 |
| HSL | 272.83º | 0.57% | 0.18% | - |
| HSV(B) | 272.83º | 0.73% | 0.29% | - |
| XYZ | 2.72 | 1.63 | 6.48 | - |
| YUV | 34.71 | 149.61 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 20 | 73 | 0.33 | 0.73 | 0 | 0.71 | 272.83 | 0.57 | 0.18 |
| Hex | 31 | 14 | 49 | 21 | 49 | 0 | 47 | 111 | 39 | 12 |
| Octal | 61 | 24 | 111 | 41 | 111 | 0 | 107 | 421 | 71 | 22 |
| Binary | 110001 | 10100 | 1001001 | 100001 | 1001001 | 0 | 1000111 | 100010001 | 111001 | 10010 |
Color Harmonies of #311449
Complementary color
Monochromatic Colors of #311449
Black with #311449
Text Example
Text Example
White with #311449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311449; }
p { color: rgb(49,20,73); }
H1.HeaderClassName
{
color: #311449;
}
.AnyTagClassName
{
color: #311449;
}
</style>
background-color css
<style>
a { background-color: #311449; }
a { background-color: rgb(49,20,73); }
div.DivClassName
{
background-color: #311449;
}
.BgClassName
{
background-color: #311449;
}
</style>
border-color css
<style>
span { border-color: #311449; }
span { border-color: rgb(49,20,73); }
td.TdClassName
{
border-color: #311449;
}
.TagClassName
{
border-color: #311449;
}
</style>