Shades of Blackcurrant #311746
Tints of Blackcurrant #311746
RGB
CMYK
RGB Variations
Color information
#311746 (or 0x311746) is known color: Blackcurrant. HEX triplet: 31, 17 and 46. RGB value is (49,23,70). Sum of RGB (Red+Green+Blue) = 49+23+70=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 70 (27.73% from 255 or 49.30% from 142); Max value from RGB is 70 - color contains mainly: blue. Hex color #311746 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311746 is #CEE8B9. Grayscale: #232323. Windows color (decimal): -13559994 or 4593457. OLE color: 4593457.
HSL color Cylindrical-coordinate representation of color #311746: hue angle of 273.19º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #311746 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 23 | 70 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.73 |
| HSL | 273.19º | 0.51% | 0.18% | - |
| HSV(B) | 273.19º | 0.67% | 0.27% | - |
| XYZ | 2.68 | 1.71 | 5.98 | - |
| YUV | 36.13 | 147.11 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 23 | 70 | 0.30 | 0.67 | 0 | 0.73 | 273.19 | 0.51 | 0.18 |
| Hex | 31 | 17 | 46 | 1E | 43 | 0 | 49 | 111 | 33 | 12 |
| Octal | 61 | 27 | 106 | 36 | 103 | 0 | 111 | 421 | 63 | 22 |
| Binary | 110001 | 10111 | 1000110 | 11110 | 1000011 | 0 | 1001001 | 100010001 | 110011 | 10010 |
Color Harmonies of #311746
Complementary color
Monochromatic Colors of #311746
Black with #311746
Text Example
Text Example
White with #311746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311746; }
p { color: rgb(49,23,70); }
H1.HeaderClassName
{
color: #311746;
}
.AnyTagClassName
{
color: #311746;
}
</style>
background-color css
<style>
a { background-color: #311746; }
a { background-color: rgb(49,23,70); }
div.DivClassName
{
background-color: #311746;
}
.BgClassName
{
background-color: #311746;
}
</style>
border-color css
<style>
span { border-color: #311746; }
span { border-color: rgb(49,23,70); }
td.TdClassName
{
border-color: #311746;
}
.TagClassName
{
border-color: #311746;
}
</style>