Shades of Blackcurrant #31014E
Tints of Blackcurrant #31014E
RGB
CMYK
RGB Variations
Color information
#31014E (or 0x31014E) is known color: Blackcurrant. HEX triplet: 31, 01 and 4E. RGB value is (49,1,78). Sum of RGB (Red+Green+Blue) = 49+1+78=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 78 (30.86% from 255 or 60.94% from 128); Max value from RGB is 78 - color contains mainly: blue. Hex color #31014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31014E is #CEFEB1. Grayscale: #171717. Windows color (decimal): -13565618 or 5112113. OLE color: 5112113.
HSL color Cylindrical-coordinate representation of color #31014E: hue angle of 277.4º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31014E is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 1 | 78 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.69 |
| HSL | 277.4º | 0.97% | 0.15% | - |
| HSV(B) | 277.4º | 0.99% | 0.31% | - |
| XYZ | 2.65 | 1.22 | 7.3 | - |
| YUV | 24.13 | 158.4 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 1 | 78 | 0.37 | 0.99 | 0 | 0.69 | 277.4 | 0.97 | 0.15 |
| Hex | 31 | 1 | 4E | 25 | 63 | 0 | 45 | 115 | 61 | F |
| Octal | 61 | 1 | 116 | 45 | 143 | 0 | 105 | 425 | 141 | 17 |
| Binary | 110001 | 1 | 1001110 | 100101 | 1100011 | 0 | 1000101 | 100010101 | 1100001 | 1111 |
Color Harmonies of #31014E
Complementary color
Monochromatic Colors of #31014E
Black with #31014E
Text Example
Text Example
White with #31014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31014E; }
p { color: rgb(49,1,78); }
H1.HeaderClassName
{
color: #31014E;
}
.AnyTagClassName
{
color: #31014E;
}
</style>
background-color css
<style>
a { background-color: #31014E; }
a { background-color: rgb(49,1,78); }
div.DivClassName
{
background-color: #31014E;
}
.BgClassName
{
background-color: #31014E;
}
</style>
border-color css
<style>
span { border-color: #31014E; }
span { border-color: rgb(49,1,78); }
td.TdClassName
{
border-color: #31014E;
}
.TagClassName
{
border-color: #31014E;
}
</style>