Shades of Blackcurrant #310054
Tints of Blackcurrant #310054
RGB
CMYK
RGB Variations
Color information
#310054 (or 0x310054) is known color: Blackcurrant. HEX triplet: 31, 00 and 54. RGB value is (49,0,84). Sum of RGB (Red+Green+Blue) = 49+0+84=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 84 (33.20% from 255 or 63.16% from 133); Max value from RGB is 84 - color contains mainly: blue. Hex color #310054 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310054 is #CEFFAB. Grayscale: #171717. Windows color (decimal): -13565868 or 5505073. OLE color: 5505073.
HSL color Cylindrical-coordinate representation of color #310054: hue angle of 275º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #310054 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 0 | 84 | - |
| CMYK | 0.42 | 1 | 0 | 0.67 |
| HSL | 275º | 1% | 0.16% | - |
| HSV(B) | 275º | 1% | 0.33% | - |
| XYZ | 2.87 | 1.29 | 8.49 | - |
| YUV | 24.23 | 161.73 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 84 | 0.42 | 1 | 0 | 0.67 | 275 | 1 | 0.16 |
| Hex | 31 | 0 | 54 | 2A | 64 | 0 | 43 | 113 | 64 | 10 |
| Octal | 61 | 0 | 124 | 52 | 144 | 0 | 103 | 423 | 144 | 20 |
| Binary | 110001 | 0 | 1010100 | 101010 | 1100100 | 0 | 1000011 | 100010011 | 1100100 | 10000 |
Color Harmonies of #310054
Complementary color
Monochromatic Colors of #310054
Black with #310054
Text Example
Text Example
White with #310054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310054; }
p { color: rgb(49,0,84); }
H1.HeaderClassName
{
color: #310054;
}
.AnyTagClassName
{
color: #310054;
}
</style>
background-color css
<style>
a { background-color: #310054; }
a { background-color: rgb(49,0,84); }
div.DivClassName
{
background-color: #310054;
}
.BgClassName
{
background-color: #310054;
}
</style>
border-color css
<style>
span { border-color: #310054; }
span { border-color: rgb(49,0,84); }
td.TdClassName
{
border-color: #310054;
}
.TagClassName
{
border-color: #310054;
}
</style>