Shades of Blackcurrant #311241
Tints of Blackcurrant #311241
RGB
CMYK
RGB Variations
Color information
#311241 (or 0x311241) is known color: Blackcurrant. HEX triplet: 31, 12 and 41. RGB value is (49,18,65). Sum of RGB (Red+Green+Blue) = 49+18+65=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 65 (25.78% from 255 or 49.24% from 132); Max value from RGB is 65 - color contains mainly: blue. Hex color #311241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311241 is #CEEDBE. Grayscale: #202020. Windows color (decimal): -13561279 or 4264497. OLE color: 4264497.
HSL color Cylindrical-coordinate representation of color #311241: hue angle of 279.57º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #311241 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 18 | 65 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.75 |
| HSL | 279.57º | 0.57% | 0.16% | - |
| HSV(B) | 279.57º | 0.72% | 0.25% | - |
| XYZ | 2.44 | 1.47 | 5.16 | - |
| YUV | 32.63 | 146.27 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 18 | 65 | 0.25 | 0.72 | 0 | 0.75 | 279.57 | 0.57 | 0.16 |
| Hex | 31 | 12 | 41 | 19 | 48 | 0 | 4B | 118 | 39 | 10 |
| Octal | 61 | 22 | 101 | 31 | 110 | 0 | 113 | 430 | 71 | 20 |
| Binary | 110001 | 10010 | 1000001 | 11001 | 1001000 | 0 | 1001011 | 100011000 | 111001 | 10000 |
Color Harmonies of #311241
Complementary color
Monochromatic Colors of #311241
Black with #311241
Text Example
Text Example
White with #311241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311241; }
p { color: rgb(49,18,65); }
H1.HeaderClassName
{
color: #311241;
}
.AnyTagClassName
{
color: #311241;
}
</style>
background-color css
<style>
a { background-color: #311241; }
a { background-color: rgb(49,18,65); }
div.DivClassName
{
background-color: #311241;
}
.BgClassName
{
background-color: #311241;
}
</style>
border-color css
<style>
span { border-color: #311241; }
span { border-color: rgb(49,18,65); }
td.TdClassName
{
border-color: #311241;
}
.TagClassName
{
border-color: #311241;
}
</style>