Shades of Blackcurrant #311643
Tints of Blackcurrant #311643
RGB
CMYK
RGB Variations
Color information
#311643 (or 0x311643) is known color: Blackcurrant. HEX triplet: 31, 16 and 43. RGB value is (49,22,67). Sum of RGB (Red+Green+Blue) = 49+22+67=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 67 (26.56% from 255 or 48.55% from 138); Max value from RGB is 67 - color contains mainly: blue. Hex color #311643 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311643 is #CEE9BC. Grayscale: #232323. Windows color (decimal): -13560253 or 4396593. OLE color: 4396593.
HSL color Cylindrical-coordinate representation of color #311643: hue angle of 276º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #311643 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 22 | 67 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.74 |
| HSL | 276º | 0.51% | 0.17% | - |
| HSV(B) | 276º | 0.67% | 0.26% | - |
| XYZ | 2.57 | 1.63 | 5.49 | - |
| YUV | 35.2 | 145.95 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 22 | 67 | 0.27 | 0.67 | 0 | 0.74 | 276 | 0.51 | 0.17 |
| Hex | 31 | 16 | 43 | 1B | 43 | 0 | 4A | 114 | 33 | 11 |
| Octal | 61 | 26 | 103 | 33 | 103 | 0 | 112 | 424 | 63 | 21 |
| Binary | 110001 | 10110 | 1000011 | 11011 | 1000011 | 0 | 1001010 | 100010100 | 110011 | 10001 |
Color Harmonies of #311643
Complementary color
Monochromatic Colors of #311643
Black with #311643
Text Example
Text Example
White with #311643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311643; }
p { color: rgb(49,22,67); }
H1.HeaderClassName
{
color: #311643;
}
.AnyTagClassName
{
color: #311643;
}
</style>
background-color css
<style>
a { background-color: #311643; }
a { background-color: rgb(49,22,67); }
div.DivClassName
{
background-color: #311643;
}
.BgClassName
{
background-color: #311643;
}
</style>
border-color css
<style>
span { border-color: #311643; }
span { border-color: rgb(49,22,67); }
td.TdClassName
{
border-color: #311643;
}
.TagClassName
{
border-color: #311643;
}
</style>