Shades of Blackcurrant #312037
Tints of Blackcurrant #312037
RGB
CMYK
RGB Variations
Color information
#312037 (or 0x312037) is known color: Blackcurrant. HEX triplet: 31, 20 and 37. RGB value is (49,32,55). Sum of RGB (Red+Green+Blue) = 49+32+55=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 32 (12.89% from 255 or 23.53% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 55 - color contains mainly: blue. Hex color #312037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312037 is #CEDFC8. Grayscale: #272727. Windows color (decimal): -13557705 or 3612721. OLE color: 3612721.
HSL color Cylindrical-coordinate representation of color #312037: hue angle of 284.35º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #312037 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 32 | 55 | - |
| CMYK | 0.11 | 0.42 | 0 | 0.78 |
| HSL | 284.35º | 0.26% | 0.17% | - |
| HSV(B) | 284.35º | 0.42% | 0.22% | - |
| XYZ | 2.47 | 1.96 | 3.86 | - |
| YUV | 39.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 32 | 55 | 0.11 | 0.42 | 0 | 0.78 | 284.35 | 0.26 | 0.17 |
| Hex | 31 | 20 | 37 | B | 2A | 0 | 4E | 11C | 1A | 11 |
| Octal | 61 | 40 | 67 | 13 | 52 | 0 | 116 | 434 | 32 | 21 |
| Binary | 110001 | 100000 | 110111 | 1011 | 101010 | 0 | 1001110 | 100011100 | 11010 | 10001 |
Color Harmonies of #312037
Complementary color
Monochromatic Colors of #312037
Black with #312037
Text Example
Text Example
White with #312037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312037; }
p { color: rgb(49,32,55); }
H1.HeaderClassName
{
color: #312037;
}
.AnyTagClassName
{
color: #312037;
}
</style>
background-color css
<style>
a { background-color: #312037; }
a { background-color: rgb(49,32,55); }
div.DivClassName
{
background-color: #312037;
}
.BgClassName
{
background-color: #312037;
}
</style>
border-color css
<style>
span { border-color: #312037; }
span { border-color: rgb(49,32,55); }
td.TdClassName
{
border-color: #312037;
}
.TagClassName
{
border-color: #312037;
}
</style>