Shades of Blackcurrant #31193F
Tints of Blackcurrant #31193F
RGB
CMYK
RGB Variations
Color information
#31193F (or 0x31193F) is known color: Blackcurrant. HEX triplet: 31, 19 and 3F. RGB value is (49,25,63). Sum of RGB (Red+Green+Blue) = 49+25+63=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 63 (25% from 255 or 45.99% from 137); Max value from RGB is 63 - color contains mainly: blue. Hex color #31193F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31193F is #CEE6C0. Grayscale: #242424. Windows color (decimal): -13559489 or 4135217. OLE color: 4135217.
HSL color Cylindrical-coordinate representation of color #31193F: hue angle of 277.89º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31193F is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 25 | 63 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.75 |
| HSL | 277.89º | 0.43% | 0.17% | - |
| HSV(B) | 277.89º | 0.6% | 0.25% | - |
| XYZ | 2.51 | 1.71 | 4.9 | - |
| YUV | 36.51 | 142.95 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 25 | 63 | 0.22 | 0.60 | 0 | 0.75 | 277.89 | 0.43 | 0.17 |
| Hex | 31 | 19 | 3F | 16 | 3C | 0 | 4B | 116 | 2B | 11 |
| Octal | 61 | 31 | 77 | 26 | 74 | 0 | 113 | 426 | 53 | 21 |
| Binary | 110001 | 11001 | 111111 | 10110 | 111100 | 0 | 1001011 | 100010110 | 101011 | 10001 |
Color Harmonies of #31193F
Complementary color
Monochromatic Colors of #31193F
Black with #31193F
Text Example
Text Example
White with #31193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31193F; }
p { color: rgb(49,25,63); }
H1.HeaderClassName
{
color: #31193F;
}
.AnyTagClassName
{
color: #31193F;
}
</style>
background-color css
<style>
a { background-color: #31193F; }
a { background-color: rgb(49,25,63); }
div.DivClassName
{
background-color: #31193F;
}
.BgClassName
{
background-color: #31193F;
}
</style>
border-color css
<style>
span { border-color: #31193F; }
span { border-color: rgb(49,25,63); }
td.TdClassName
{
border-color: #31193F;
}
.TagClassName
{
border-color: #31193F;
}
</style>