Shades of Blackcurrant #311040
Tints of Blackcurrant #311040
RGB
CMYK
RGB Variations
Color information
#311040 (or 0x311040) is known color: Blackcurrant. HEX triplet: 31, 10 and 40. RGB value is (49,16,64). Sum of RGB (Red+Green+Blue) = 49+16+64=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 64 - color contains mainly: blue. Hex color #311040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311040 is #CEEFBF. Grayscale: #1F1F1F. Windows color (decimal): -13561792 or 4198449. OLE color: 4198449.
HSL color Cylindrical-coordinate representation of color #311040: hue angle of 281.25º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #311040 is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 16 | 64 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.75 |
| HSL | 281.25º | 0.6% | 0.16% | - |
| HSV(B) | 281.25º | 0.75% | 0.25% | - |
| XYZ | 2.38 | 1.39 | 4.99 | - |
| YUV | 31.34 | 146.43 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 16 | 64 | 0.23 | 0.75 | 0 | 0.75 | 281.25 | 0.6 | 0.16 |
| Hex | 31 | 10 | 40 | 17 | 4B | 0 | 4B | 119 | 3C | 10 |
| Octal | 61 | 20 | 100 | 27 | 113 | 0 | 113 | 431 | 74 | 20 |
| Binary | 110001 | 10000 | 1000000 | 10111 | 1001011 | 0 | 1001011 | 100011001 | 111100 | 10000 |
Color Harmonies of #311040
Complementary color
Monochromatic Colors of #311040
Black with #311040
Text Example
Text Example
White with #311040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311040; }
p { color: rgb(49,16,64); }
H1.HeaderClassName
{
color: #311040;
}
.AnyTagClassName
{
color: #311040;
}
</style>
background-color css
<style>
a { background-color: #311040; }
a { background-color: rgb(49,16,64); }
div.DivClassName
{
background-color: #311040;
}
.BgClassName
{
background-color: #311040;
}
</style>
border-color css
<style>
span { border-color: #311040; }
span { border-color: rgb(49,16,64); }
td.TdClassName
{
border-color: #311040;
}
.TagClassName
{
border-color: #311040;
}
</style>