Shades of Blackcurrant #310552
Tints of Blackcurrant #310552
RGB
CMYK
RGB Variations
Color information
#310552 (or 0x310552) is known color: Blackcurrant. HEX triplet: 31, 05 and 52. RGB value is (49,5,82). Sum of RGB (Red+Green+Blue) = 49+5+82=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 82 (32.42% from 255 or 60.29% from 136); Max value from RGB is 82 - color contains mainly: blue. Hex color #310552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310552 is #CEFAAD. Grayscale: #1A1A1A. Windows color (decimal): -13564590 or 5375281. OLE color: 5375281.
HSL color Cylindrical-coordinate representation of color #310552: hue angle of 274.29º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #310552 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 5 | 82 | - |
| CMYK | 0.40 | 0.94 | 0 | 0.68 |
| HSL | 274.29º | 0.89% | 0.17% | - |
| HSV(B) | 274.29º | 0.94% | 0.32% | - |
| XYZ | 2.84 | 1.37 | 8.1 | - |
| YUV | 26.93 | 159.08 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 5 | 82 | 0.40 | 0.94 | 0 | 0.68 | 274.29 | 0.89 | 0.17 |
| Hex | 31 | 5 | 52 | 28 | 5E | 0 | 44 | 112 | 59 | 11 |
| Octal | 61 | 5 | 122 | 50 | 136 | 0 | 104 | 422 | 131 | 21 |
| Binary | 110001 | 101 | 1010010 | 101000 | 1011110 | 0 | 1000100 | 100010010 | 1011001 | 10001 |
Color Harmonies of #310552
Complementary color
Monochromatic Colors of #310552
Black with #310552
Text Example
Text Example
White with #310552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310552; }
p { color: rgb(49,5,82); }
H1.HeaderClassName
{
color: #310552;
}
.AnyTagClassName
{
color: #310552;
}
</style>
background-color css
<style>
a { background-color: #310552; }
a { background-color: rgb(49,5,82); }
div.DivClassName
{
background-color: #310552;
}
.BgClassName
{
background-color: #310552;
}
</style>
border-color css
<style>
span { border-color: #310552; }
span { border-color: rgb(49,5,82); }
td.TdClassName
{
border-color: #310552;
}
.TagClassName
{
border-color: #310552;
}
</style>