Shades of Blackcurrant #311441
Tints of Blackcurrant #311441
RGB
CMYK
RGB Variations
Color information
#311441 (or 0x311441) is known color: Blackcurrant. HEX triplet: 31, 14 and 41. RGB value is (49,20,65). Sum of RGB (Red+Green+Blue) = 49+20+65=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 65 - color contains mainly: blue. Hex color #311441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311441 is #CEEBBE. Grayscale: #212121. Windows color (decimal): -13560767 or 4265009. OLE color: 4265009.
HSL color Cylindrical-coordinate representation of color #311441: hue angle of 278.67º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #311441 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 20 | 65 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.75 |
| HSL | 278.67º | 0.53% | 0.17% | - |
| HSV(B) | 278.67º | 0.69% | 0.25% | - |
| XYZ | 2.47 | 1.53 | 5.17 | - |
| YUV | 33.8 | 145.61 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 20 | 65 | 0.25 | 0.69 | 0 | 0.75 | 278.67 | 0.53 | 0.17 |
| Hex | 31 | 14 | 41 | 19 | 45 | 0 | 4B | 117 | 35 | 11 |
| Octal | 61 | 24 | 101 | 31 | 105 | 0 | 113 | 427 | 65 | 21 |
| Binary | 110001 | 10100 | 1000001 | 11001 | 1000101 | 0 | 1001011 | 100010111 | 110101 | 10001 |
Color Harmonies of #311441
Complementary color
Monochromatic Colors of #311441
Black with #311441
Text Example
Text Example
White with #311441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311441; }
p { color: rgb(49,20,65); }
H1.HeaderClassName
{
color: #311441;
}
.AnyTagClassName
{
color: #311441;
}
</style>
background-color css
<style>
a { background-color: #311441; }
a { background-color: rgb(49,20,65); }
div.DivClassName
{
background-color: #311441;
}
.BgClassName
{
background-color: #311441;
}
</style>
border-color css
<style>
span { border-color: #311441; }
span { border-color: rgb(49,20,65); }
td.TdClassName
{
border-color: #311441;
}
.TagClassName
{
border-color: #311441;
}
</style>