Shades of Blackcurrant #311C39
Tints of Blackcurrant #311C39
RGB
CMYK
RGB Variations
Color information
#311C39 (or 0x311C39) is known color: Blackcurrant. HEX triplet: 31, 1C and 39. RGB value is (49,28,57). Sum of RGB (Red+Green+Blue) = 49+28+57=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 57 (22.66% from 255 or 42.54% from 134); Max value from RGB is 57 - color contains mainly: blue. Hex color #311C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311C39 is #CEE3C6. Grayscale: #252525. Windows color (decimal): -13558727 or 3742769. OLE color: 3742769.
HSL color Cylindrical-coordinate representation of color #311C39: hue angle of 283.45º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #311C39 is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 28 | 57 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.78 |
| HSL | 283.45º | 0.34% | 0.17% | - |
| HSV(B) | 283.45º | 0.51% | 0.22% | - |
| XYZ | 2.42 | 1.78 | 4.09 | - |
| YUV | 37.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 28 | 57 | 0.14 | 0.51 | 0 | 0.78 | 283.45 | 0.34 | 0.17 |
| Hex | 31 | 1C | 39 | E | 33 | 0 | 4E | 11B | 22 | 11 |
| Octal | 61 | 34 | 71 | 16 | 63 | 0 | 116 | 433 | 42 | 21 |
| Binary | 110001 | 11100 | 111001 | 1110 | 110011 | 0 | 1001110 | 100011011 | 100010 | 10001 |
Color Harmonies of #311C39
Complementary color
Monochromatic Colors of #311C39
Black with #311C39
Text Example
Text Example
White with #311C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311C39; }
p { color: rgb(49,28,57); }
H1.HeaderClassName
{
color: #311C39;
}
.AnyTagClassName
{
color: #311C39;
}
</style>
background-color css
<style>
a { background-color: #311C39; }
a { background-color: rgb(49,28,57); }
div.DivClassName
{
background-color: #311C39;
}
.BgClassName
{
background-color: #311C39;
}
</style>
border-color css
<style>
span { border-color: #311C39; }
span { border-color: rgb(49,28,57); }
td.TdClassName
{
border-color: #311C39;
}
.TagClassName
{
border-color: #311C39;
}
</style>