Shades of Blackcurrant #310E37
Tints of Blackcurrant #310E37
RGB
CMYK
RGB Variations
Color information
#310E37 (or 0x310E37) is known color: Blackcurrant. HEX triplet: 31, 0E and 37. RGB value is (49,14,55). Sum of RGB (Red+Green+Blue) = 49+14+55=118 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.53% from 118); Green value is 14 (5.86% from 255 or 11.86% from 118); Blue value is 55 (21.88% from 255 or 46.61% from 118); Max value from RGB is 55 - color contains mainly: blue. Hex color #310E37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310E37 is #CEF1C8. Grayscale: #1D1D1D. Windows color (decimal): -13562313 or 3608113. OLE color: 3608113.
HSL color Cylindrical-coordinate representation of color #310E37: hue angle of 291.22º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #310E37 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 14 | 55 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.78 |
| HSL | 291.22º | 0.59% | 0.14% | - |
| HSV(B) | 291.22º | 0.75% | 0.22% | - |
| XYZ | 2.11 | 1.24 | 3.74 | - |
| YUV | 29.14 | 142.6 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 55 | 0.11 | 0.75 | 0 | 0.78 | 291.22 | 0.59 | 0.14 |
| Hex | 31 | E | 37 | B | 4B | 0 | 4E | 123 | 3B | E |
| Octal | 61 | 16 | 67 | 13 | 113 | 0 | 116 | 443 | 73 | 16 |
| Binary | 110001 | 1110 | 110111 | 1011 | 1001011 | 0 | 1001110 | 100100011 | 111011 | 1110 |
Color Harmonies of #310E37
Complementary color
Monochromatic Colors of #310E37
Black with #310E37
Text Example
Text Example
White with #310E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310E37; }
p { color: rgb(49,14,55); }
H1.HeaderClassName
{
color: #310E37;
}
.AnyTagClassName
{
color: #310E37;
}
</style>
background-color css
<style>
a { background-color: #310E37; }
a { background-color: rgb(49,14,55); }
div.DivClassName
{
background-color: #310E37;
}
.BgClassName
{
background-color: #310E37;
}
</style>
border-color css
<style>
span { border-color: #310E37; }
span { border-color: rgb(49,14,55); }
td.TdClassName
{
border-color: #310E37;
}
.TagClassName
{
border-color: #310E37;
}
</style>