Shades of Blackcurrant #311841
Tints of Blackcurrant #311841
RGB
CMYK
RGB Variations
Color information
#311841 (or 0x311841) is known color: Blackcurrant. HEX triplet: 31, 18 and 41. RGB value is (49,24,65). Sum of RGB (Red+Green+Blue) = 49+24+65=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 65 (25.78% from 255 or 47.10% from 138); Max value from RGB is 65 - color contains mainly: blue. Hex color #311841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311841 is #CEE7BE. Grayscale: #242424. Windows color (decimal): -13559743 or 4266033. OLE color: 4266033.
HSL color Cylindrical-coordinate representation of color #311841: hue angle of 276.59º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #311841 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 24 | 65 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.75 |
| HSL | 276.59º | 0.46% | 0.17% | - |
| HSV(B) | 276.59º | 0.63% | 0.25% | - |
| XYZ | 2.55 | 1.69 | 5.19 | - |
| YUV | 36.15 | 144.28 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 24 | 65 | 0.25 | 0.63 | 0 | 0.75 | 276.59 | 0.46 | 0.17 |
| Hex | 31 | 18 | 41 | 19 | 3F | 0 | 4B | 115 | 2E | 11 |
| Octal | 61 | 30 | 101 | 31 | 77 | 0 | 113 | 425 | 56 | 21 |
| Binary | 110001 | 11000 | 1000001 | 11001 | 111111 | 0 | 1001011 | 100010101 | 101110 | 10001 |
Color Harmonies of #311841
Complementary color
Monochromatic Colors of #311841
Black with #311841
Text Example
Text Example
White with #311841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311841; }
p { color: rgb(49,24,65); }
H1.HeaderClassName
{
color: #311841;
}
.AnyTagClassName
{
color: #311841;
}
</style>
background-color css
<style>
a { background-color: #311841; }
a { background-color: rgb(49,24,65); }
div.DivClassName
{
background-color: #311841;
}
.BgClassName
{
background-color: #311841;
}
</style>
border-color css
<style>
span { border-color: #311841; }
span { border-color: rgb(49,24,65); }
td.TdClassName
{
border-color: #311841;
}
.TagClassName
{
border-color: #311841;
}
</style>