Shades of Blackcurrant #190034
Tints of Blackcurrant #190034
RGB
CMYK
RGB Variations
Color information
#190034 (or 0x190034) is known color: Blackcurrant. HEX triplet: 19, 00 and 34. RGB value is (25,0,52). Sum of RGB (Red+Green+Blue) = 25+0+52=77 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.47% from 77); Green value is 0 (0.39% from 255 or 0% from 77); Blue value is 52 (20.70% from 255 or 67.53% from 77); Max value from RGB is 52 - color contains mainly: blue. Hex color #190034 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190034 is #E6FFCB. Grayscale: #0D0D0D. Windows color (decimal): -15138764 or 3407897. OLE color: 3407897.
HSL color Cylindrical-coordinate representation of color #190034: hue angle of 268.85º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190034 is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 0 | 52 | - |
| CMYK | 0.52 | 1 | 0 | 0.80 |
| HSL | 268.85º | 1% | 0.1% | - |
| HSV(B) | 268.85º | 1% | 0.2% | - |
| XYZ | 1.02 | 0.45 | 3.28 | - |
| YUV | 13.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 52 | 0.52 | 1 | 0 | 0.80 | 268.85 | 1 | 0.1 |
| Hex | 19 | 0 | 34 | 34 | 64 | 0 | 50 | 10D | 64 | A |
| Octal | 31 | 0 | 64 | 64 | 144 | 0 | 120 | 415 | 144 | 12 |
| Binary | 11001 | 0 | 110100 | 110100 | 1100100 | 0 | 1010000 | 100001101 | 1100100 | 1010 |
Color Harmonies of #190034
Complementary color
Monochromatic Colors of #190034
Black with #190034
Text Example
Text Example
White with #190034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190034; }
p { color: rgb(25,0,52); }
H1.HeaderClassName
{
color: #190034;
}
.AnyTagClassName
{
color: #190034;
}
</style>
background-color css
<style>
a { background-color: #190034; }
a { background-color: rgb(25,0,52); }
div.DivClassName
{
background-color: #190034;
}
.BgClassName
{
background-color: #190034;
}
</style>
border-color css
<style>
span { border-color: #190034; }
span { border-color: rgb(25,0,52); }
td.TdClassName
{
border-color: #190034;
}
.TagClassName
{
border-color: #190034;
}
</style>