Shades of Blackcurrant #311243
Tints of Blackcurrant #311243
RGB
CMYK
RGB Variations
Color information
#311243 (or 0x311243) is known color: Blackcurrant. HEX triplet: 31, 12 and 43. RGB value is (49,18,67). Sum of RGB (Red+Green+Blue) = 49+18+67=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 67 (26.56% from 255 or 50% from 134); Max value from RGB is 67 - color contains mainly: blue. Hex color #311243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311243 is #CEEDBC. Grayscale: #202020. Windows color (decimal): -13561277 or 4395569. OLE color: 4395569.
HSL color Cylindrical-coordinate representation of color #311243: hue angle of 277.96º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #311243 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 49 | 18 | 67 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.74 |
| HSL | 277.96º | 0.58% | 0.17% | - |
| HSV(B) | 277.96º | 0.73% | 0.26% | - |
| XYZ | 2.5 | 1.49 | 5.47 | - |
| YUV | 32.86 | 147.27 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 18 | 67 | 0.27 | 0.73 | 0 | 0.74 | 277.96 | 0.58 | 0.17 |
| Hex | 31 | 12 | 43 | 1B | 49 | 0 | 4A | 116 | 3A | 11 |
| Octal | 61 | 22 | 103 | 33 | 111 | 0 | 112 | 426 | 72 | 21 |
| Binary | 110001 | 10010 | 1000011 | 11011 | 1001001 | 0 | 1001010 | 100010110 | 111010 | 10001 |
Color Harmonies of #311243
Complementary color
Monochromatic Colors of #311243
Black with #311243
Text Example
Text Example
White with #311243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311243; }
p { color: rgb(49,18,67); }
H1.HeaderClassName
{
color: #311243;
}
.AnyTagClassName
{
color: #311243;
}
</style>
background-color css
<style>
a { background-color: #311243; }
a { background-color: rgb(49,18,67); }
div.DivClassName
{
background-color: #311243;
}
.BgClassName
{
background-color: #311243;
}
</style>
border-color css
<style>
span { border-color: #311243; }
span { border-color: rgb(49,18,67); }
td.TdClassName
{
border-color: #311243;
}
.TagClassName
{
border-color: #311243;
}
</style>