Shades of Blackcurrant #311041
Tints of Blackcurrant #311041
RGB
CMYK
RGB Variations
Color information
#311041 (or 0x311041) is known color: Blackcurrant. HEX triplet: 31, 10 and 41. RGB value is (49,16,65). Sum of RGB (Red+Green+Blue) = 49+16+65=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 65 (25.78% from 255 or 50% from 130); Max value from RGB is 65 - color contains mainly: blue. Hex color #311041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311041 is #CEEFBE. Grayscale: #1F1F1F. Windows color (decimal): -13561791 or 4263985. OLE color: 4263985.
HSL color Cylindrical-coordinate representation of color #311041: hue angle of 280.41º 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 #311041 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 16 | 65 | - |
| CMYK | 0.25 | 0.75 | 0 | 0.75 |
| HSL | 280.41º | 0.6% | 0.16% | - |
| HSV(B) | 280.41º | 0.75% | 0.25% | - |
| XYZ | 2.41 | 1.41 | 5.15 | - |
| YUV | 31.45 | 146.93 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 16 | 65 | 0.25 | 0.75 | 0 | 0.75 | 280.41 | 0.6 | 0.16 |
| Hex | 31 | 10 | 41 | 19 | 4B | 0 | 4B | 118 | 3C | 10 |
| Octal | 61 | 20 | 101 | 31 | 113 | 0 | 113 | 430 | 74 | 20 |
| Binary | 110001 | 10000 | 1000001 | 11001 | 1001011 | 0 | 1001011 | 100011000 | 111100 | 10000 |
Color Harmonies of #311041
Complementary color
Monochromatic Colors of #311041
Black with #311041
Text Example
Text Example
White with #311041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311041; }
p { color: rgb(49,16,65); }
H1.HeaderClassName
{
color: #311041;
}
.AnyTagClassName
{
color: #311041;
}
</style>
background-color css
<style>
a { background-color: #311041; }
a { background-color: rgb(49,16,65); }
div.DivClassName
{
background-color: #311041;
}
.BgClassName
{
background-color: #311041;
}
</style>
border-color css
<style>
span { border-color: #311041; }
span { border-color: rgb(49,16,65); }
td.TdClassName
{
border-color: #311041;
}
.TagClassName
{
border-color: #311041;
}
</style>