Shades of Blackcurrant #310937
Tints of Blackcurrant #310937
RGB
CMYK
RGB Variations
Color information
#310937 (or 0x310937) is known color: Blackcurrant. HEX triplet: 31, 09 and 37. RGB value is (49,9,55). Sum of RGB (Red+Green+Blue) = 49+9+55=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 9 (3.91% from 255 or 7.96% from 113); Blue value is 55 (21.88% from 255 or 48.67% from 113); Max value from RGB is 55 - color contains mainly: blue. Hex color #310937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310937 is #CEF6C8. Grayscale: #1A1A1A. Windows color (decimal): -13563593 or 3606833. OLE color: 3606833.
HSL color Cylindrical-coordinate representation of color #310937: hue angle of 292.17º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #310937 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 9 | 55 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.78 |
| HSL | 292.17º | 0.72% | 0.13% | - |
| HSV(B) | 292.17º | 0.84% | 0.22% | - |
| XYZ | 2.05 | 1.12 | 3.72 | - |
| YUV | 26.2 | 144.25 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 9 | 55 | 0.11 | 0.84 | 0 | 0.78 | 292.17 | 0.72 | 0.13 |
| Hex | 31 | 9 | 37 | B | 54 | 0 | 4E | 124 | 48 | D |
| Octal | 61 | 11 | 67 | 13 | 124 | 0 | 116 | 444 | 110 | 15 |
| Binary | 110001 | 1001 | 110111 | 1011 | 1010100 | 0 | 1001110 | 100100100 | 1001000 | 1101 |
Color Harmonies of #310937
Complementary color
Monochromatic Colors of #310937
Black with #310937
Text Example
Text Example
White with #310937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310937; }
p { color: rgb(49,9,55); }
H1.HeaderClassName
{
color: #310937;
}
.AnyTagClassName
{
color: #310937;
}
</style>
background-color css
<style>
a { background-color: #310937; }
a { background-color: rgb(49,9,55); }
div.DivClassName
{
background-color: #310937;
}
.BgClassName
{
background-color: #310937;
}
</style>
border-color css
<style>
span { border-color: #310937; }
span { border-color: rgb(49,9,55); }
td.TdClassName
{
border-color: #310937;
}
.TagClassName
{
border-color: #310937;
}
</style>