Shades of Blackcurrant #310550
Tints of Blackcurrant #310550
RGB
CMYK
RGB Variations
Color information
#310550 (or 0x310550) is known color: Blackcurrant. HEX triplet: 31, 05 and 50. RGB value is (49,5,80). Sum of RGB (Red+Green+Blue) = 49+5+80=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 80 (31.64% from 255 or 59.70% from 134); Max value from RGB is 80 - color contains mainly: blue. Hex color #310550 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310550 is #CEFAAF. Grayscale: #1A1A1A. Windows color (decimal): -13564592 or 5244209. OLE color: 5244209.
HSL color Cylindrical-coordinate representation of color #310550: hue angle of 275.2º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310550 is Cyan = 0.39, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 5 | 80 | - |
| CMYK | 0.39 | 0.94 | 0 | 0.69 |
| HSL | 275.2º | 0.88% | 0.17% | - |
| HSV(B) | 275.2º | 0.94% | 0.31% | - |
| XYZ | 2.77 | 1.34 | 7.7 | - |
| YUV | 26.71 | 158.08 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 5 | 80 | 0.39 | 0.94 | 0 | 0.69 | 275.2 | 0.88 | 0.17 |
| Hex | 31 | 5 | 50 | 27 | 5E | 0 | 45 | 113 | 58 | 11 |
| Octal | 61 | 5 | 120 | 47 | 136 | 0 | 105 | 423 | 130 | 21 |
| Binary | 110001 | 101 | 1010000 | 100111 | 1011110 | 0 | 1000101 | 100010011 | 1011000 | 10001 |
Color Harmonies of #310550
Complementary color
Monochromatic Colors of #310550
Black with #310550
Text Example
Text Example
White with #310550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310550; }
p { color: rgb(49,5,80); }
H1.HeaderClassName
{
color: #310550;
}
.AnyTagClassName
{
color: #310550;
}
</style>
background-color css
<style>
a { background-color: #310550; }
a { background-color: rgb(49,5,80); }
div.DivClassName
{
background-color: #310550;
}
.BgClassName
{
background-color: #310550;
}
</style>
border-color css
<style>
span { border-color: #310550; }
span { border-color: rgb(49,5,80); }
td.TdClassName
{
border-color: #310550;
}
.TagClassName
{
border-color: #310550;
}
</style>