Shades of Blackcurrant #190139
Tints of Blackcurrant #190139
RGB
CMYK
RGB Variations
Color information
#190139 (or 0x190139) is known color: Blackcurrant. HEX triplet: 19, 01 and 39. RGB value is (25,1,57). Sum of RGB (Red+Green+Blue) = 25+1+57=83 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.12% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 57 (22.66% from 255 or 68.67% from 83); Max value from RGB is 57 - color contains mainly: blue. Hex color #190139 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190139 is #E6FEC6. Grayscale: #0E0E0E. Windows color (decimal): -15138503 or 3735833. OLE color: 3735833.
HSL color Cylindrical-coordinate representation of color #190139: hue angle of 265.71º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #190139 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 1 | 57 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.78 |
| HSL | 265.71º | 0.97% | 0.11% | - |
| HSV(B) | 265.71º | 0.98% | 0.22% | - |
| XYZ | 1.15 | 0.52 | 3.91 | - |
| YUV | 14.56 | 151.95 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 57 | 0.56 | 0.98 | 0 | 0.78 | 265.71 | 0.97 | 0.11 |
| Hex | 19 | 1 | 39 | 38 | 62 | 0 | 4E | 10A | 61 | B |
| Octal | 31 | 1 | 71 | 70 | 142 | 0 | 116 | 412 | 141 | 13 |
| Binary | 11001 | 1 | 111001 | 111000 | 1100010 | 0 | 1001110 | 100001010 | 1100001 | 1011 |
Color Harmonies of #190139
Complementary color
Monochromatic Colors of #190139
Black with #190139
Text Example
Text Example
White with #190139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190139; }
p { color: rgb(25,1,57); }
H1.HeaderClassName
{
color: #190139;
}
.AnyTagClassName
{
color: #190139;
}
</style>
background-color css
<style>
a { background-color: #190139; }
a { background-color: rgb(25,1,57); }
div.DivClassName
{
background-color: #190139;
}
.BgClassName
{
background-color: #190139;
}
</style>
border-color css
<style>
span { border-color: #190139; }
span { border-color: rgb(25,1,57); }
td.TdClassName
{
border-color: #190139;
}
.TagClassName
{
border-color: #190139;
}
</style>