Shades of Blackcurrant #310C40
Tints of Blackcurrant #310C40
RGB
CMYK
RGB Variations
Color information
#310C40 (or 0x310C40) is known color: Blackcurrant. HEX triplet: 31, 0C and 40. RGB value is (49,12,64). Sum of RGB (Red+Green+Blue) = 49+12+64=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 12 (5.08% from 255 or 9.6% from 125); Blue value is 64 (25.39% from 255 or 51.2% from 125); Max value from RGB is 64 - color contains mainly: blue. Hex color #310C40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310C40 is #CEF3BF. Grayscale: #1C1C1C. Windows color (decimal): -13562816 or 4197425. OLE color: 4197425.
HSL color Cylindrical-coordinate representation of color #310C40: hue angle of 282.69º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #310C40 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 12 | 64 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.75 |
| HSL | 282.69º | 0.68% | 0.15% | - |
| HSV(B) | 282.69º | 0.81% | 0.25% | - |
| XYZ | 2.32 | 1.29 | 4.98 | - |
| YUV | 28.99 | 147.76 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 64 | 0.23 | 0.81 | 0 | 0.75 | 282.69 | 0.68 | 0.15 |
| Hex | 31 | C | 40 | 17 | 51 | 0 | 4B | 11B | 44 | F |
| Octal | 61 | 14 | 100 | 27 | 121 | 0 | 113 | 433 | 104 | 17 |
| Binary | 110001 | 1100 | 1000000 | 10111 | 1010001 | 0 | 1001011 | 100011011 | 1000100 | 1111 |
Color Harmonies of #310C40
Complementary color
Monochromatic Colors of #310C40
Black with #310C40
Text Example
Text Example
White with #310C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310C40; }
p { color: rgb(49,12,64); }
H1.HeaderClassName
{
color: #310C40;
}
.AnyTagClassName
{
color: #310C40;
}
</style>
background-color css
<style>
a { background-color: #310C40; }
a { background-color: rgb(49,12,64); }
div.DivClassName
{
background-color: #310C40;
}
.BgClassName
{
background-color: #310C40;
}
</style>
border-color css
<style>
span { border-color: #310C40; }
span { border-color: rgb(49,12,64); }
td.TdClassName
{
border-color: #310C40;
}
.TagClassName
{
border-color: #310C40;
}
</style>