Shades of Blackcurrant #310C53
Tints of Blackcurrant #310C53
RGB
CMYK
RGB Variations
Color information
#310C53 (or 0x310C53) is known color: Blackcurrant. HEX triplet: 31, 0C and 53. RGB value is (49,12,83). Sum of RGB (Red+Green+Blue) = 49+12+83=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 83 (32.81% from 255 or 57.64% from 144); Max value from RGB is 83 - color contains mainly: blue. Hex color #310C53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310C53 is #CEF3AC. Grayscale: #1E1E1E. Windows color (decimal): -13562797 or 5442609. OLE color: 5442609.
HSL color Cylindrical-coordinate representation of color #310C53: hue angle of 271.27º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #310C53 is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 49 | 12 | 83 | - |
| CMYK | 0.41 | 0.86 | 0 | 0.67 |
| HSL | 271.27º | 0.75% | 0.19% | - |
| HSV(B) | 271.27º | 0.86% | 0.33% | - |
| XYZ | 2.96 | 1.54 | 8.32 | - |
| YUV | 31.16 | 157.26 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 12 | 83 | 0.41 | 0.86 | 0 | 0.67 | 271.27 | 0.75 | 0.19 |
| Hex | 31 | C | 53 | 29 | 56 | 0 | 43 | 10F | 4B | 13 |
| Octal | 61 | 14 | 123 | 51 | 126 | 0 | 103 | 417 | 113 | 23 |
| Binary | 110001 | 1100 | 1010011 | 101001 | 1010110 | 0 | 1000011 | 100001111 | 1001011 | 10011 |
Color Harmonies of #310C53
Complementary color
Monochromatic Colors of #310C53
Black with #310C53
Text Example
Text Example
White with #310C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310C53; }
p { color: rgb(49,12,83); }
H1.HeaderClassName
{
color: #310C53;
}
.AnyTagClassName
{
color: #310C53;
}
</style>
background-color css
<style>
a { background-color: #310C53; }
a { background-color: rgb(49,12,83); }
div.DivClassName
{
background-color: #310C53;
}
.BgClassName
{
background-color: #310C53;
}
</style>
border-color css
<style>
span { border-color: #310C53; }
span { border-color: rgb(49,12,83); }
td.TdClassName
{
border-color: #310C53;
}
.TagClassName
{
border-color: #310C53;
}
</style>