Shades of Blackcurrant #310E4D
Tints of Blackcurrant #310E4D
RGB
CMYK
RGB Variations
Color information
#310E4D (or 0x310E4D) is known color: Blackcurrant. HEX triplet: 31, 0E and 4D. RGB value is (49,14,77). Sum of RGB (Red+Green+Blue) = 49+14+77=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 14 (5.86% from 255 or 10% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #310E4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310E4D is #CEF1B2. Grayscale: #1F1F1F. Windows color (decimal): -13562291 or 5049905. OLE color: 5049905.
HSL color Cylindrical-coordinate representation of color #310E4D: hue angle of 273.33º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #310E4D is Cyan = 0.36, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 14 | 77 | - |
| CMYK | 0.36 | 0.82 | 0 | 0.70 |
| HSL | 273.33º | 0.69% | 0.18% | - |
| HSV(B) | 273.33º | 0.82% | 0.3% | - |
| XYZ | 2.76 | 1.5 | 7.17 | - |
| YUV | 31.65 | 153.6 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 77 | 0.36 | 0.82 | 0 | 0.70 | 273.33 | 0.69 | 0.18 |
| Hex | 31 | E | 4D | 24 | 52 | 0 | 46 | 111 | 45 | 12 |
| Octal | 61 | 16 | 115 | 44 | 122 | 0 | 106 | 421 | 105 | 22 |
| Binary | 110001 | 1110 | 1001101 | 100100 | 1010010 | 0 | 1000110 | 100010001 | 1000101 | 10010 |
Color Harmonies of #310E4D
Complementary color
Monochromatic Colors of #310E4D
Black with #310E4D
Text Example
Text Example
White with #310E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310E4D; }
p { color: rgb(49,14,77); }
H1.HeaderClassName
{
color: #310E4D;
}
.AnyTagClassName
{
color: #310E4D;
}
</style>
background-color css
<style>
a { background-color: #310E4D; }
a { background-color: rgb(49,14,77); }
div.DivClassName
{
background-color: #310E4D;
}
.BgClassName
{
background-color: #310E4D;
}
</style>
border-color css
<style>
span { border-color: #310E4D; }
span { border-color: rgb(49,14,77); }
td.TdClassName
{
border-color: #310E4D;
}
.TagClassName
{
border-color: #310E4D;
}
</style>