Shades of Blackcurrant #310D51
Tints of Blackcurrant #310D51
RGB
CMYK
RGB Variations
Color information
#310D51 (or 0x310D51) is known color: Blackcurrant. HEX triplet: 31, 0D and 51. RGB value is (49,13,81). Sum of RGB (Red+Green+Blue) = 49+13+81=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 13 (5.47% from 255 or 9.09% from 143); Blue value is 81 (32.03% from 255 or 56.64% from 143); Max value from RGB is 81 - color contains mainly: blue. Hex color #310D51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310D51 is #CEF2AE. Grayscale: #1F1F1F. Windows color (decimal): -13562543 or 5311793. OLE color: 5311793.
HSL color Cylindrical-coordinate representation of color #310D51: hue angle of 271.76º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #310D51 is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 49 | 13 | 81 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.68 |
| HSL | 271.76º | 0.72% | 0.18% | - |
| HSV(B) | 271.76º | 0.84% | 0.32% | - |
| XYZ | 2.9 | 1.53 | 7.93 | - |
| YUV | 31.52 | 155.93 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 13 | 81 | 0.40 | 0.84 | 0 | 0.68 | 271.76 | 0.72 | 0.18 |
| Hex | 31 | D | 51 | 28 | 54 | 0 | 44 | 110 | 48 | 12 |
| Octal | 61 | 15 | 121 | 50 | 124 | 0 | 104 | 420 | 110 | 22 |
| Binary | 110001 | 1101 | 1010001 | 101000 | 1010100 | 0 | 1000100 | 100010000 | 1001000 | 10010 |
Color Harmonies of #310D51
Complementary color
Monochromatic Colors of #310D51
Black with #310D51
Text Example
Text Example
White with #310D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310D51; }
p { color: rgb(49,13,81); }
H1.HeaderClassName
{
color: #310D51;
}
.AnyTagClassName
{
color: #310D51;
}
</style>
background-color css
<style>
a { background-color: #310D51; }
a { background-color: rgb(49,13,81); }
div.DivClassName
{
background-color: #310D51;
}
.BgClassName
{
background-color: #310D51;
}
</style>
border-color css
<style>
span { border-color: #310D51; }
span { border-color: rgb(49,13,81); }
td.TdClassName
{
border-color: #310D51;
}
.TagClassName
{
border-color: #310D51;
}
</style>