Shades of Blackcurrant #311837
Tints of Blackcurrant #311837
RGB
CMYK
RGB Variations
Color information
#311837 (or 0x311837) is known color: Blackcurrant. HEX triplet: 31, 18 and 37. RGB value is (49,24,55). Sum of RGB (Red+Green+Blue) = 49+24+55=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 24 (9.77% from 255 or 18.75% from 128); Blue value is 55 (21.88% from 255 or 42.97% from 128); Max value from RGB is 55 - color contains mainly: blue. Hex color #311837 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311837 is #CEE7C8. Grayscale: #222222. Windows color (decimal): -13559753 or 3610673. OLE color: 3610673.
HSL color Cylindrical-coordinate representation of color #311837: hue angle of 288.39º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #311837 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 24 | 55 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.78 |
| HSL | 288.39º | 0.39% | 0.15% | - |
| HSV(B) | 288.39º | 0.56% | 0.22% | - |
| XYZ | 2.28 | 1.58 | 3.8 | - |
| YUV | 35.01 | 139.28 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 24 | 55 | 0.11 | 0.56 | 0 | 0.78 | 288.39 | 0.39 | 0.15 |
| Hex | 31 | 18 | 37 | B | 38 | 0 | 4E | 120 | 27 | F |
| Octal | 61 | 30 | 67 | 13 | 70 | 0 | 116 | 440 | 47 | 17 |
| Binary | 110001 | 11000 | 110111 | 1011 | 111000 | 0 | 1001110 | 100100000 | 100111 | 1111 |
Color Harmonies of #311837
Complementary color
Monochromatic Colors of #311837
Black with #311837
Text Example
Text Example
White with #311837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311837; }
p { color: rgb(49,24,55); }
H1.HeaderClassName
{
color: #311837;
}
.AnyTagClassName
{
color: #311837;
}
</style>
background-color css
<style>
a { background-color: #311837; }
a { background-color: rgb(49,24,55); }
div.DivClassName
{
background-color: #311837;
}
.BgClassName
{
background-color: #311837;
}
</style>
border-color css
<style>
span { border-color: #311837; }
span { border-color: rgb(49,24,55); }
td.TdClassName
{
border-color: #311837;
}
.TagClassName
{
border-color: #311837;
}
</style>