Shades of Blackcurrant #190031
Tints of Blackcurrant #190031
RGB
CMYK
RGB Variations
Color information
#190031 (or 0x190031) is known color: Blackcurrant. HEX triplet: 19, 00 and 31. RGB value is (25,0,49). Sum of RGB (Red+Green+Blue) = 25+0+49=74 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.78% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 49 (19.53% from 255 or 66.22% from 74); Max value from RGB is 49 - color contains mainly: blue. Hex color #190031 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190031 is #E6FFCE. Grayscale: #0C0C0C. Windows color (decimal): -15138767 or 3211289. OLE color: 3211289.
HSL color Cylindrical-coordinate representation of color #190031: hue angle of 270.61º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190031 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 25 | 0 | 49 | - |
| CMYK | 0.49 | 1 | 0 | 0.81 |
| HSL | 270.61º | 1% | 0.1% | - |
| HSV(B) | 270.61º | 1% | 0.19% | - |
| XYZ | 0.96 | 0.43 | 2.94 | - |
| YUV | 13.06 | 148.28 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 49 | 0.49 | 1 | 0 | 0.81 | 270.61 | 1 | 0.1 |
| Hex | 19 | 0 | 31 | 31 | 64 | 0 | 51 | 10F | 64 | A |
| Octal | 31 | 0 | 61 | 61 | 144 | 0 | 121 | 417 | 144 | 12 |
| Binary | 11001 | 0 | 110001 | 110001 | 1100100 | 0 | 1010001 | 100001111 | 1100100 | 1010 |
Color Harmonies of #190031
Complementary color
Monochromatic Colors of #190031
Black with #190031
Text Example
Text Example
White with #190031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190031; }
p { color: rgb(25,0,49); }
H1.HeaderClassName
{
color: #190031;
}
.AnyTagClassName
{
color: #190031;
}
</style>
background-color css
<style>
a { background-color: #190031; }
a { background-color: rgb(25,0,49); }
div.DivClassName
{
background-color: #190031;
}
.BgClassName
{
background-color: #190031;
}
</style>
border-color css
<style>
span { border-color: #190031; }
span { border-color: rgb(25,0,49); }
td.TdClassName
{
border-color: #190031;
}
.TagClassName
{
border-color: #190031;
}
</style>