Shades of Blackcurrant #311644
Tints of Blackcurrant #311644
RGB
CMYK
RGB Variations
Color information
#311644 (or 0x311644) is known color: Blackcurrant. HEX triplet: 31, 16 and 44. RGB value is (49,22,68). Sum of RGB (Red+Green+Blue) = 49+22+68=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 68 (26.95% from 255 or 48.92% from 139); Max value from RGB is 68 - color contains mainly: blue. Hex color #311644 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311644 is #CEE9BB. Grayscale: #232323. Windows color (decimal): -13560252 or 4462129. OLE color: 4462129.
HSL color Cylindrical-coordinate representation of color #311644: hue angle of 275.22º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #311644 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 22 | 68 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.73 |
| HSL | 275.22º | 0.51% | 0.18% | - |
| HSV(B) | 275.22º | 0.68% | 0.27% | - |
| XYZ | 2.6 | 1.64 | 5.65 | - |
| YUV | 35.32 | 146.45 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 22 | 68 | 0.28 | 0.68 | 0 | 0.73 | 275.22 | 0.51 | 0.18 |
| Hex | 31 | 16 | 44 | 1C | 44 | 0 | 49 | 113 | 33 | 12 |
| Octal | 61 | 26 | 104 | 34 | 104 | 0 | 111 | 423 | 63 | 22 |
| Binary | 110001 | 10110 | 1000100 | 11100 | 1000100 | 0 | 1001001 | 100010011 | 110011 | 10010 |
Color Harmonies of #311644
Complementary color
Monochromatic Colors of #311644
Black with #311644
Text Example
Text Example
White with #311644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311644; }
p { color: rgb(49,22,68); }
H1.HeaderClassName
{
color: #311644;
}
.AnyTagClassName
{
color: #311644;
}
</style>
background-color css
<style>
a { background-color: #311644; }
a { background-color: rgb(49,22,68); }
div.DivClassName
{
background-color: #311644;
}
.BgClassName
{
background-color: #311644;
}
</style>
border-color css
<style>
span { border-color: #311644; }
span { border-color: rgb(49,22,68); }
td.TdClassName
{
border-color: #311644;
}
.TagClassName
{
border-color: #311644;
}
</style>