Shades of Blackcurrant #31124E
Tints of Blackcurrant #31124E
RGB
CMYK
RGB Variations
Color information
#31124E (or 0x31124E) is known color: Blackcurrant. HEX triplet: 31, 12 and 4E. RGB value is (49,18,78). Sum of RGB (Red+Green+Blue) = 49+18+78=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 78 (30.86% from 255 or 53.79% from 145); Max value from RGB is 78 - color contains mainly: blue. Hex color #31124E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31124E is #CEEDB1. Grayscale: #212121. Windows color (decimal): -13561266 or 5116465. OLE color: 5116465.
HSL color Cylindrical-coordinate representation of color #31124E: hue angle of 271º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31124E is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 49 | 18 | 78 | - |
| CMYK | 0.37 | 0.77 | 0 | 0.69 |
| HSL | 271º | 0.63% | 0.19% | - |
| HSV(B) | 271º | 0.77% | 0.31% | - |
| XYZ | 2.86 | 1.64 | 7.37 | - |
| YUV | 34.11 | 152.77 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 18 | 78 | 0.37 | 0.77 | 0 | 0.69 | 271 | 0.63 | 0.19 |
| Hex | 31 | 12 | 4E | 25 | 4D | 0 | 45 | 10F | 3E | 13 |
| Octal | 61 | 22 | 116 | 45 | 115 | 0 | 105 | 417 | 76 | 23 |
| Binary | 110001 | 10010 | 1001110 | 100101 | 1001101 | 0 | 1000101 | 100001111 | 111110 | 10011 |
Color Harmonies of #31124E
Complementary color
Monochromatic Colors of #31124E
Black with #31124E
Text Example
Text Example
White with #31124E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31124E; }
p { color: rgb(49,18,78); }
H1.HeaderClassName
{
color: #31124E;
}
.AnyTagClassName
{
color: #31124E;
}
</style>
background-color css
<style>
a { background-color: #31124E; }
a { background-color: rgb(49,18,78); }
div.DivClassName
{
background-color: #31124E;
}
.BgClassName
{
background-color: #31124E;
}
</style>
border-color css
<style>
span { border-color: #31124E; }
span { border-color: rgb(49,18,78); }
td.TdClassName
{
border-color: #31124E;
}
.TagClassName
{
border-color: #31124E;
}
</style>