Shades of Blackcurrant #311749
Tints of Blackcurrant #311749
RGB
CMYK
RGB Variations
Color information
#311749 (or 0x311749) is known color: Blackcurrant. HEX triplet: 31, 17 and 49. RGB value is (49,23,73). Sum of RGB (Red+Green+Blue) = 49+23+73=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #311749 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311749 is #CEE8B6. Grayscale: #242424. Windows color (decimal): -13559991 or 4790065. OLE color: 4790065.
HSL color Cylindrical-coordinate representation of color #311749: hue angle of 271.2º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #311749 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 49 | 23 | 73 | - |
| CMYK | 0.33 | 0.68 | 0 | 0.71 |
| HSL | 271.2º | 0.52% | 0.19% | - |
| HSV(B) | 271.2º | 0.68% | 0.29% | - |
| XYZ | 2.78 | 1.75 | 6.49 | - |
| YUV | 36.47 | 148.61 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 23 | 73 | 0.33 | 0.68 | 0 | 0.71 | 271.2 | 0.52 | 0.19 |
| Hex | 31 | 17 | 49 | 21 | 44 | 0 | 47 | 10F | 34 | 13 |
| Octal | 61 | 27 | 111 | 41 | 104 | 0 | 107 | 417 | 64 | 23 |
| Binary | 110001 | 10111 | 1001001 | 100001 | 1000100 | 0 | 1000111 | 100001111 | 110100 | 10011 |
Color Harmonies of #311749
Complementary color
Monochromatic Colors of #311749
Black with #311749
Text Example
Text Example
White with #311749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311749; }
p { color: rgb(49,23,73); }
H1.HeaderClassName
{
color: #311749;
}
.AnyTagClassName
{
color: #311749;
}
</style>
background-color css
<style>
a { background-color: #311749; }
a { background-color: rgb(49,23,73); }
div.DivClassName
{
background-color: #311749;
}
.BgClassName
{
background-color: #311749;
}
</style>
border-color css
<style>
span { border-color: #311749; }
span { border-color: rgb(49,23,73); }
td.TdClassName
{
border-color: #311749;
}
.TagClassName
{
border-color: #311749;
}
</style>