Shades of Blackcurrant #190127
Tints of Blackcurrant #190127
RGB
CMYK
RGB Variations
Color information
#190127 (or 0x190127) is known color: Blackcurrant. HEX triplet: 19, 01 and 27. RGB value is (25,1,39). Sum of RGB (Red+Green+Blue) = 25+1+39=65 (8% of max value = 765). Red value is 25 (10.16% from 255 or 38.46% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 39 (15.62% from 255 or 60% from 65); Max value from RGB is 39 - color contains mainly: blue. Hex color #190127 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190127 is #E6FED8. Grayscale: #0C0C0C. Windows color (decimal): -15138521 or 2556185. OLE color: 2556185.
HSL color Cylindrical-coordinate representation of color #190127: hue angle of 277.89º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #190127 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 25 | 1 | 39 | - |
| CMYK | 0.36 | 0.97 | 0 | 0.85 |
| HSL | 277.89º | 0.95% | 0.08% | - |
| HSV(B) | 277.89º | 0.97% | 0.15% | - |
| XYZ | 0.78 | 0.37 | 1.95 | - |
| YUV | 12.51 | 142.95 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 39 | 0.36 | 0.97 | 0 | 0.85 | 277.89 | 0.95 | 0.08 |
| Hex | 19 | 1 | 27 | 24 | 61 | 0 | 55 | 116 | 5F | 8 |
| Octal | 31 | 1 | 47 | 44 | 141 | 0 | 125 | 426 | 137 | 10 |
| Binary | 11001 | 1 | 100111 | 100100 | 1100001 | 0 | 1010101 | 100010110 | 1011111 | 1000 |
Color Harmonies of #190127
Complementary color
Monochromatic Colors of #190127
Black with #190127
Text Example
Text Example
White with #190127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190127; }
p { color: rgb(25,1,39); }
H1.HeaderClassName
{
color: #190127;
}
.AnyTagClassName
{
color: #190127;
}
</style>
background-color css
<style>
a { background-color: #190127; }
a { background-color: rgb(25,1,39); }
div.DivClassName
{
background-color: #190127;
}
.BgClassName
{
background-color: #190127;
}
</style>
border-color css
<style>
span { border-color: #190127; }
span { border-color: rgb(25,1,39); }
td.TdClassName
{
border-color: #190127;
}
.TagClassName
{
border-color: #190127;
}
</style>