Shades of Blackcurrant #311941
Tints of Blackcurrant #311941
RGB
CMYK
RGB Variations
Color information
#311941 (or 0x311941) is known color: Blackcurrant. HEX triplet: 31, 19 and 41. RGB value is (49,25,65). Sum of RGB (Red+Green+Blue) = 49+25+65=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 65 (25.78% from 255 or 46.76% from 139); Max value from RGB is 65 - color contains mainly: blue. Hex color #311941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311941 is #CEE6BE. Grayscale: #242424. Windows color (decimal): -13559487 or 4266289. OLE color: 4266289.
HSL color Cylindrical-coordinate representation of color #311941: hue angle of 276º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #311941 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 25 | 65 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.75 |
| HSL | 276º | 0.44% | 0.18% | - |
| HSV(B) | 276º | 0.62% | 0.25% | - |
| XYZ | 2.57 | 1.73 | 5.2 | - |
| YUV | 36.74 | 143.95 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 25 | 65 | 0.25 | 0.62 | 0 | 0.75 | 276 | 0.44 | 0.18 |
| Hex | 31 | 19 | 41 | 19 | 3E | 0 | 4B | 114 | 2C | 12 |
| Octal | 61 | 31 | 101 | 31 | 76 | 0 | 113 | 424 | 54 | 22 |
| Binary | 110001 | 11001 | 1000001 | 11001 | 111110 | 0 | 1001011 | 100010100 | 101100 | 10010 |
Color Harmonies of #311941
Complementary color
Monochromatic Colors of #311941
Black with #311941
Text Example
Text Example
White with #311941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311941; }
p { color: rgb(49,25,65); }
H1.HeaderClassName
{
color: #311941;
}
.AnyTagClassName
{
color: #311941;
}
</style>
background-color css
<style>
a { background-color: #311941; }
a { background-color: rgb(49,25,65); }
div.DivClassName
{
background-color: #311941;
}
.BgClassName
{
background-color: #311941;
}
</style>
border-color css
<style>
span { border-color: #311941; }
span { border-color: rgb(49,25,65); }
td.TdClassName
{
border-color: #311941;
}
.TagClassName
{
border-color: #311941;
}
</style>