Shades of Blackcurrant #190140
Tints of Blackcurrant #190140
RGB
CMYK
RGB Variations
Color information
#190140 (or 0x190140) is known color: Blackcurrant. HEX triplet: 19, 01 and 40. RGB value is (25,1,64). Sum of RGB (Red+Green+Blue) = 25+1+64=90 (11% of max value = 765). Red value is 25 (10.16% from 255 or 27.78% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 64 (25.39% from 255 or 71.11% from 90); Max value from RGB is 64 - color contains mainly: blue. Hex color #190140 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190140 is #E6FEBF. Grayscale: #0F0F0F. Windows color (decimal): -15138496 or 4194585. OLE color: 4194585.
HSL color Cylindrical-coordinate representation of color #190140: hue angle of 262.86º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #190140 is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 25 | 1 | 64 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.75 |
| HSL | 262.86º | 0.97% | 0.13% | - |
| HSV(B) | 262.86º | 0.98% | 0.25% | - |
| XYZ | 1.34 | 0.6 | 4.9 | - |
| YUV | 15.36 | 155.45 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 64 | 0.61 | 0.98 | 0 | 0.75 | 262.86 | 0.97 | 0.13 |
| Hex | 19 | 1 | 40 | 3D | 62 | 0 | 4B | 107 | 61 | D |
| Octal | 31 | 1 | 100 | 75 | 142 | 0 | 113 | 407 | 141 | 15 |
| Binary | 11001 | 1 | 1000000 | 111101 | 1100010 | 0 | 1001011 | 100000111 | 1100001 | 1101 |
Color Harmonies of #190140
Complementary color
Monochromatic Colors of #190140
Black with #190140
Text Example
Text Example
White with #190140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190140; }
p { color: rgb(25,1,64); }
H1.HeaderClassName
{
color: #190140;
}
.AnyTagClassName
{
color: #190140;
}
</style>
background-color css
<style>
a { background-color: #190140; }
a { background-color: rgb(25,1,64); }
div.DivClassName
{
background-color: #190140;
}
.BgClassName
{
background-color: #190140;
}
</style>
border-color css
<style>
span { border-color: #190140; }
span { border-color: rgb(25,1,64); }
td.TdClassName
{
border-color: #190140;
}
.TagClassName
{
border-color: #190140;
}
</style>