Shades of Blackcurrant #312139
Tints of Blackcurrant #312139
RGB
CMYK
RGB Variations
Color information
#312139 (or 0x312139) is known color: Blackcurrant. HEX triplet: 31, 21 and 39. RGB value is (49,33,57). Sum of RGB (Red+Green+Blue) = 49+33+57=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 33 (13.28% from 255 or 23.74% from 139); Blue value is 57 (22.66% from 255 or 41.01% from 139); Max value from RGB is 57 - color contains mainly: blue. Hex color #312139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312139 is #CEDEC6. Grayscale: #282828. Windows color (decimal): -13557447 or 3744049. OLE color: 3744049.
HSL color Cylindrical-coordinate representation of color #312139: hue angle of 280º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #312139 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 33 | 57 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.78 |
| HSL | 280º | 0.27% | 0.18% | - |
| HSV(B) | 280º | 0.42% | 0.22% | - |
| XYZ | 2.55 | 2.04 | 4.13 | - |
| YUV | 40.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 33 | 57 | 0.14 | 0.42 | 0 | 0.78 | 280 | 0.27 | 0.18 |
| Hex | 31 | 21 | 39 | E | 2A | 0 | 4E | 118 | 1B | 12 |
| Octal | 61 | 41 | 71 | 16 | 52 | 0 | 116 | 430 | 33 | 22 |
| Binary | 110001 | 100001 | 111001 | 1110 | 101010 | 0 | 1001110 | 100011000 | 11011 | 10010 |
Color Harmonies of #312139
Complementary color
Monochromatic Colors of #312139
Black with #312139
Text Example
Text Example
White with #312139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #312139; }
p { color: rgb(49,33,57); }
H1.HeaderClassName
{
color: #312139;
}
.AnyTagClassName
{
color: #312139;
}
</style>
background-color css
<style>
a { background-color: #312139; }
a { background-color: rgb(49,33,57); }
div.DivClassName
{
background-color: #312139;
}
.BgClassName
{
background-color: #312139;
}
</style>
border-color css
<style>
span { border-color: #312139; }
span { border-color: rgb(49,33,57); }
td.TdClassName
{
border-color: #312139;
}
.TagClassName
{
border-color: #312139;
}
</style>