Shades of Blackcurrant #311237
Tints of Blackcurrant #311237
RGB
CMYK
RGB Variations
Color information
#311237 (or 0x311237) is known color: Blackcurrant. HEX triplet: 31, 12 and 37. RGB value is (49,18,55). Sum of RGB (Red+Green+Blue) = 49+18+55=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 18 (7.42% from 255 or 14.75% from 122); Blue value is 55 (21.88% from 255 or 45.08% from 122); Max value from RGB is 55 - color contains mainly: blue. Hex color #311237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311237 is #CEEDC8. Grayscale: #1F1F1F. Windows color (decimal): -13561289 or 3609137. OLE color: 3609137.
HSL color Cylindrical-coordinate representation of color #311237: hue angle of 290.27º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #311237 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 18 | 55 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.78 |
| HSL | 290.27º | 0.51% | 0.14% | - |
| HSV(B) | 290.27º | 0.67% | 0.22% | - |
| XYZ | 2.17 | 1.36 | 3.76 | - |
| YUV | 31.49 | 141.27 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 18 | 55 | 0.11 | 0.67 | 0 | 0.78 | 290.27 | 0.51 | 0.14 |
| Hex | 31 | 12 | 37 | B | 43 | 0 | 4E | 122 | 33 | E |
| Octal | 61 | 22 | 67 | 13 | 103 | 0 | 116 | 442 | 63 | 16 |
| Binary | 110001 | 10010 | 110111 | 1011 | 1000011 | 0 | 1001110 | 100100010 | 110011 | 1110 |
Color Harmonies of #311237
Complementary color
Monochromatic Colors of #311237
Black with #311237
Text Example
Text Example
White with #311237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311237; }
p { color: rgb(49,18,55); }
H1.HeaderClassName
{
color: #311237;
}
.AnyTagClassName
{
color: #311237;
}
</style>
background-color css
<style>
a { background-color: #311237; }
a { background-color: rgb(49,18,55); }
div.DivClassName
{
background-color: #311237;
}
.BgClassName
{
background-color: #311237;
}
</style>
border-color css
<style>
span { border-color: #311237; }
span { border-color: rgb(49,18,55); }
td.TdClassName
{
border-color: #311237;
}
.TagClassName
{
border-color: #311237;
}
</style>