Shades of Blackcurrant #310351
Tints of Blackcurrant #310351
RGB
CMYK
RGB Variations
Color information
#310351 (or 0x310351) is known color: Blackcurrant. HEX triplet: 31, 03 and 51. RGB value is (49,3,81). Sum of RGB (Red+Green+Blue) = 49+3+81=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 81 (32.03% from 255 or 60.90% from 133); Max value from RGB is 81 - color contains mainly: blue. Hex color #310351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310351 is #CEFCAE. Grayscale: #191919. Windows color (decimal): -13565103 or 5309233. OLE color: 5309233.
HSL color Cylindrical-coordinate representation of color #310351: hue angle of 275.38º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #310351 is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 3 | 81 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.68 |
| HSL | 275.38º | 0.93% | 0.16% | - |
| HSV(B) | 275.38º | 0.96% | 0.32% | - |
| XYZ | 2.78 | 1.31 | 7.89 | - |
| YUV | 25.65 | 159.24 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 3 | 81 | 0.40 | 0.96 | 0 | 0.68 | 275.38 | 0.93 | 0.16 |
| Hex | 31 | 3 | 51 | 28 | 60 | 0 | 44 | 113 | 5D | 10 |
| Octal | 61 | 3 | 121 | 50 | 140 | 0 | 104 | 423 | 135 | 20 |
| Binary | 110001 | 11 | 1010001 | 101000 | 1100000 | 0 | 1000100 | 100010011 | 1011101 | 10000 |
Color Harmonies of #310351
Complementary color
Monochromatic Colors of #310351
Black with #310351
Text Example
Text Example
White with #310351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310351; }
p { color: rgb(49,3,81); }
H1.HeaderClassName
{
color: #310351;
}
.AnyTagClassName
{
color: #310351;
}
</style>
background-color css
<style>
a { background-color: #310351; }
a { background-color: rgb(49,3,81); }
div.DivClassName
{
background-color: #310351;
}
.BgClassName
{
background-color: #310351;
}
</style>
border-color css
<style>
span { border-color: #310351; }
span { border-color: rgb(49,3,81); }
td.TdClassName
{
border-color: #310351;
}
.TagClassName
{
border-color: #310351;
}
</style>