Shades of Blackcurrant #190137
Tints of Blackcurrant #190137
RGB
CMYK
RGB Variations
Color information
#190137 (or 0x190137) is known color: Blackcurrant. HEX triplet: 19, 01 and 37. RGB value is (25,1,55). Sum of RGB (Red+Green+Blue) = 25+1+55=81 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.86% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 55 (21.88% from 255 or 67.90% from 81); Max value from RGB is 55 - color contains mainly: blue. Hex color #190137 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190137 is #E6FEC8. Grayscale: #0E0E0E. Windows color (decimal): -15138505 or 3604761. OLE color: 3604761.
HSL color Cylindrical-coordinate representation of color #190137: hue angle of 266.67º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #190137 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 1 | 55 | - |
| CMYK | 0.55 | 0.98 | 0 | 0.78 |
| HSL | 266.67º | 0.96% | 0.11% | - |
| HSV(B) | 266.67º | 0.98% | 0.22% | - |
| XYZ | 1.1 | 0.5 | 3.65 | - |
| YUV | 14.33 | 150.95 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 55 | 0.55 | 0.98 | 0 | 0.78 | 266.67 | 0.96 | 0.11 |
| Hex | 19 | 1 | 37 | 37 | 62 | 0 | 4E | 10B | 60 | B |
| Octal | 31 | 1 | 67 | 67 | 142 | 0 | 116 | 413 | 140 | 13 |
| Binary | 11001 | 1 | 110111 | 110111 | 1100010 | 0 | 1001110 | 100001011 | 1100000 | 1011 |
Color Harmonies of #190137
Complementary color
Monochromatic Colors of #190137
Black with #190137
Text Example
Text Example
White with #190137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190137; }
p { color: rgb(25,1,55); }
H1.HeaderClassName
{
color: #190137;
}
.AnyTagClassName
{
color: #190137;
}
</style>
background-color css
<style>
a { background-color: #190137; }
a { background-color: rgb(25,1,55); }
div.DivClassName
{
background-color: #190137;
}
.BgClassName
{
background-color: #190137;
}
</style>
border-color css
<style>
span { border-color: #190137; }
span { border-color: rgb(25,1,55); }
td.TdClassName
{
border-color: #190137;
}
.TagClassName
{
border-color: #190137;
}
</style>