Shades of Blackcurrant #190028
Tints of Blackcurrant #190028
RGB
CMYK
RGB Variations
Color information
#190028 (or 0x190028) is known color: Blackcurrant. HEX triplet: 19, 00 and 28. RGB value is (25,0,40). Sum of RGB (Red+Green+Blue) = 25+0+40=65 (8% of max value = 765). Red value is 25 (10.16% from 255 or 38.46% from 65); Green value is 0 (0.39% from 255 or 0% from 65); Blue value is 40 (16.02% from 255 or 61.54% from 65); Max value from RGB is 40 - color contains mainly: blue. Hex color #190028 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190028 is #E6FFD7. Grayscale: #0B0B0B. Windows color (decimal): -15138776 or 2621465. OLE color: 2621465.
HSL color Cylindrical-coordinate representation of color #190028: hue angle of 277.5º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190028 is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 0 | 40 | - |
| CMYK | 0.38 | 1 | 0 | 0.84 |
| HSL | 277.5º | 1% | 0.08% | - |
| HSV(B) | 277.5º | 1% | 0.16% | - |
| XYZ | 0.78 | 0.36 | 2.04 | - |
| YUV | 12.04 | 143.78 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 40 | 0.38 | 1 | 0 | 0.84 | 277.5 | 1 | 0.08 |
| Hex | 19 | 0 | 28 | 26 | 64 | 0 | 54 | 116 | 64 | 8 |
| Octal | 31 | 0 | 50 | 46 | 144 | 0 | 124 | 426 | 144 | 10 |
| Binary | 11001 | 0 | 101000 | 100110 | 1100100 | 0 | 1010100 | 100010110 | 1100100 | 1000 |
Color Harmonies of #190028
Complementary color
Monochromatic Colors of #190028
Black with #190028
Text Example
Text Example
White with #190028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190028; }
p { color: rgb(25,0,40); }
H1.HeaderClassName
{
color: #190028;
}
.AnyTagClassName
{
color: #190028;
}
</style>
background-color css
<style>
a { background-color: #190028; }
a { background-color: rgb(25,0,40); }
div.DivClassName
{
background-color: #190028;
}
.BgClassName
{
background-color: #190028;
}
</style>
border-color css
<style>
span { border-color: #190028; }
span { border-color: rgb(25,0,40); }
td.TdClassName
{
border-color: #190028;
}
.TagClassName
{
border-color: #190028;
}
</style>