Shades of Blackcurrant #190122
Tints of Blackcurrant #190122
RGB
CMYK
RGB Variations
Color information
#190122 (or 0x190122) is known color: Blackcurrant. HEX triplet: 19, 01 and 22. RGB value is (25,1,34). Sum of RGB (Red+Green+Blue) = 25+1+34=60 (7% of max value = 765). Red value is 25 (10.16% from 255 or 41.67% from 60); Green value is 1 (0.78% from 255 or 1.67% from 60); Blue value is 34 (13.67% from 255 or 56.67% from 60); Max value from RGB is 34 - color contains mainly: blue. Hex color #190122 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190122 is #E6FEDD. Grayscale: #0B0B0B. Windows color (decimal): -15138526 or 2228505. OLE color: 2228505.
HSL color Cylindrical-coordinate representation of color #190122: hue angle of 283.64º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #190122 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 25 | 1 | 34 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.87 |
| HSL | 283.64º | 0.94% | 0.07% | - |
| HSV(B) | 283.64º | 0.97% | 0.13% | - |
| XYZ | 0.7 | 0.34 | 1.54 | - |
| YUV | 11.94 | 140.45 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 34 | 0.26 | 0.97 | 0 | 0.87 | 283.64 | 0.94 | 0.07 |
| Hex | 19 | 1 | 22 | 1A | 61 | 0 | 57 | 11C | 5E | 7 |
| Octal | 31 | 1 | 42 | 32 | 141 | 0 | 127 | 434 | 136 | 7 |
| Binary | 11001 | 1 | 100010 | 11010 | 1100001 | 0 | 1010111 | 100011100 | 1011110 | 111 |
Color Harmonies of #190122
Complementary color
Monochromatic Colors of #190122
Black with #190122
Text Example
Text Example
White with #190122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190122; }
p { color: rgb(25,1,34); }
H1.HeaderClassName
{
color: #190122;
}
.AnyTagClassName
{
color: #190122;
}
</style>
background-color css
<style>
a { background-color: #190122; }
a { background-color: rgb(25,1,34); }
div.DivClassName
{
background-color: #190122;
}
.BgClassName
{
background-color: #190122;
}
</style>
border-color css
<style>
span { border-color: #190122; }
span { border-color: rgb(25,1,34); }
td.TdClassName
{
border-color: #190122;
}
.TagClassName
{
border-color: #190122;
}
</style>