Shades of Blackcurrant #311143
Tints of Blackcurrant #311143
RGB
CMYK
RGB Variations
Color information
#311143 (or 0x311143) is known color: Blackcurrant. HEX triplet: 31, 11 and 43. RGB value is (49,17,67). Sum of RGB (Red+Green+Blue) = 49+17+67=133 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.84% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 67 (26.56% from 255 or 50.38% from 133); Max value from RGB is 67 - color contains mainly: blue. Hex color #311143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311143 is #CEEEBC. Grayscale: #202020. Windows color (decimal): -13561533 or 4395313. OLE color: 4395313.
HSL color Cylindrical-coordinate representation of color #311143: hue angle of 278.4º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #311143 is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 17 | 67 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.74 |
| HSL | 278.4º | 0.6% | 0.16% | - |
| HSV(B) | 278.4º | 0.75% | 0.26% | - |
| XYZ | 2.48 | 1.46 | 5.46 | - |
| YUV | 32.27 | 147.6 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 17 | 67 | 0.27 | 0.75 | 0 | 0.74 | 278.4 | 0.6 | 0.16 |
| Hex | 31 | 11 | 43 | 1B | 4B | 0 | 4A | 116 | 3C | 10 |
| Octal | 61 | 21 | 103 | 33 | 113 | 0 | 112 | 426 | 74 | 20 |
| Binary | 110001 | 10001 | 1000011 | 11011 | 1001011 | 0 | 1001010 | 100010110 | 111100 | 10000 |
Color Harmonies of #311143
Complementary color
Monochromatic Colors of #311143
Black with #311143
Text Example
Text Example
White with #311143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311143; }
p { color: rgb(49,17,67); }
H1.HeaderClassName
{
color: #311143;
}
.AnyTagClassName
{
color: #311143;
}
</style>
background-color css
<style>
a { background-color: #311143; }
a { background-color: rgb(49,17,67); }
div.DivClassName
{
background-color: #311143;
}
.BgClassName
{
background-color: #311143;
}
</style>
border-color css
<style>
span { border-color: #311143; }
span { border-color: rgb(49,17,67); }
td.TdClassName
{
border-color: #311143;
}
.TagClassName
{
border-color: #311143;
}
</style>