Shades of Blackcurrant #190130
Tints of Blackcurrant #190130
RGB
CMYK
RGB Variations
Color information
#190130 (or 0x190130) is known color: Blackcurrant. HEX triplet: 19, 01 and 30. RGB value is (25,1,48). Sum of RGB (Red+Green+Blue) = 25+1+48=74 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.78% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 48 (19.14% from 255 or 64.86% from 74); Max value from RGB is 48 - color contains mainly: blue. Hex color #190130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190130 is #E6FECF. Grayscale: #0D0D0D. Windows color (decimal): -15138512 or 3146009. OLE color: 3146009.
HSL color Cylindrical-coordinate representation of color #190130: hue angle of 270.64º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #190130 is Cyan = 0.48, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 25 | 1 | 48 | - |
| CMYK | 0.48 | 0.98 | 0 | 0.81 |
| HSL | 270.64º | 0.96% | 0.1% | - |
| HSV(B) | 270.64º | 0.98% | 0.19% | - |
| XYZ | 0.95 | 0.44 | 2.83 | - |
| YUV | 13.53 | 147.45 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 48 | 0.48 | 0.98 | 0 | 0.81 | 270.64 | 0.96 | 0.1 |
| Hex | 19 | 1 | 30 | 30 | 62 | 0 | 51 | 10F | 60 | A |
| Octal | 31 | 1 | 60 | 60 | 142 | 0 | 121 | 417 | 140 | 12 |
| Binary | 11001 | 1 | 110000 | 110000 | 1100010 | 0 | 1010001 | 100001111 | 1100000 | 1010 |
Color Harmonies of #190130
Complementary color
Monochromatic Colors of #190130
Black with #190130
Text Example
Text Example
White with #190130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190130; }
p { color: rgb(25,1,48); }
H1.HeaderClassName
{
color: #190130;
}
.AnyTagClassName
{
color: #190130;
}
</style>
background-color css
<style>
a { background-color: #190130; }
a { background-color: rgb(25,1,48); }
div.DivClassName
{
background-color: #190130;
}
.BgClassName
{
background-color: #190130;
}
</style>
border-color css
<style>
span { border-color: #190130; }
span { border-color: rgb(25,1,48); }
td.TdClassName
{
border-color: #190130;
}
.TagClassName
{
border-color: #190130;
}
</style>