Shades of Blackcurrant #311937
Tints of Blackcurrant #311937
RGB
CMYK
RGB Variations
Color information
#311937 (or 0x311937) is known color: Blackcurrant. HEX triplet: 31, 19 and 37. RGB value is (49,25,55). Sum of RGB (Red+Green+Blue) = 49+25+55=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 25 (10.16% from 255 or 19.38% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 55 - color contains mainly: blue. Hex color #311937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311937 is #CEE6C8. Grayscale: #232323. Windows color (decimal): -13559497 or 3610929. OLE color: 3610929.
HSL color Cylindrical-coordinate representation of color #311937: hue angle of 288º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #311937 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 25 | 55 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.78 |
| HSL | 288º | 0.38% | 0.16% | - |
| HSV(B) | 288º | 0.55% | 0.22% | - |
| XYZ | 2.3 | 1.62 | 3.81 | - |
| YUV | 35.6 | 138.95 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 25 | 55 | 0.11 | 0.55 | 0 | 0.78 | 288 | 0.38 | 0.16 |
| Hex | 31 | 19 | 37 | B | 37 | 0 | 4E | 120 | 26 | 10 |
| Octal | 61 | 31 | 67 | 13 | 67 | 0 | 116 | 440 | 46 | 20 |
| Binary | 110001 | 11001 | 110111 | 1011 | 110111 | 0 | 1001110 | 100100000 | 100110 | 10000 |
Color Harmonies of #311937
Complementary color
Monochromatic Colors of #311937
Black with #311937
Text Example
Text Example
White with #311937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311937; }
p { color: rgb(49,25,55); }
H1.HeaderClassName
{
color: #311937;
}
.AnyTagClassName
{
color: #311937;
}
</style>
background-color css
<style>
a { background-color: #311937; }
a { background-color: rgb(49,25,55); }
div.DivClassName
{
background-color: #311937;
}
.BgClassName
{
background-color: #311937;
}
</style>
border-color css
<style>
span { border-color: #311937; }
span { border-color: rgb(49,25,55); }
td.TdClassName
{
border-color: #311937;
}
.TagClassName
{
border-color: #311937;
}
</style>