Shades of Blackcurrant #310250
Tints of Blackcurrant #310250
RGB
CMYK
RGB Variations
Color information
#310250 (or 0x310250) is known color: Blackcurrant. HEX triplet: 31, 02 and 50. RGB value is (49,2,80). Sum of RGB (Red+Green+Blue) = 49+2+80=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 80 (31.64% from 255 or 61.07% from 131); Max value from RGB is 80 - color contains mainly: blue. Hex color #310250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310250 is #CEFDAF. Grayscale: #181818. Windows color (decimal): -13565360 or 5243441. OLE color: 5243441.
HSL color Cylindrical-coordinate representation of color #310250: hue angle of 276.15º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #310250 is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 2 | 80 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.69 |
| HSL | 276.15º | 0.95% | 0.16% | - |
| HSV(B) | 276.15º | 0.98% | 0.31% | - |
| XYZ | 2.74 | 1.28 | 7.69 | - |
| YUV | 24.95 | 159.07 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 2 | 80 | 0.39 | 0.98 | 0 | 0.69 | 276.15 | 0.95 | 0.16 |
| Hex | 31 | 2 | 50 | 27 | 62 | 0 | 45 | 114 | 5F | 10 |
| Octal | 61 | 2 | 120 | 47 | 142 | 0 | 105 | 424 | 137 | 20 |
| Binary | 110001 | 10 | 1010000 | 100111 | 1100010 | 0 | 1000101 | 100010100 | 1011111 | 10000 |
Color Harmonies of #310250
Complementary color
Monochromatic Colors of #310250
Black with #310250
Text Example
Text Example
White with #310250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310250; }
p { color: rgb(49,2,80); }
H1.HeaderClassName
{
color: #310250;
}
.AnyTagClassName
{
color: #310250;
}
</style>
background-color css
<style>
a { background-color: #310250; }
a { background-color: rgb(49,2,80); }
div.DivClassName
{
background-color: #310250;
}
.BgClassName
{
background-color: #310250;
}
</style>
border-color css
<style>
span { border-color: #310250; }
span { border-color: rgb(49,2,80); }
td.TdClassName
{
border-color: #310250;
}
.TagClassName
{
border-color: #310250;
}
</style>