Shades of Blackcurrant #190138
Tints of Blackcurrant #190138
RGB
CMYK
RGB Variations
Color information
#190138 (or 0x190138) is known color: Blackcurrant. HEX triplet: 19, 01 and 38. RGB value is (25,1,56). Sum of RGB (Red+Green+Blue) = 25+1+56=82 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.49% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 56 (22.27% from 255 or 68.29% from 82); Max value from RGB is 56 - color contains mainly: blue. Hex color #190138 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190138 is #E6FEC7. Grayscale: #0E0E0E. Windows color (decimal): -15138504 or 3670297. OLE color: 3670297.
HSL color Cylindrical-coordinate representation of color #190138: hue angle of 266.18º 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 #190138 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 1 | 56 | - |
| CMYK | 0.55 | 0.98 | 0 | 0.78 |
| HSL | 266.18º | 0.96% | 0.11% | - |
| HSV(B) | 266.18º | 0.98% | 0.22% | - |
| XYZ | 1.13 | 0.51 | 3.78 | - |
| YUV | 14.45 | 151.45 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 56 | 0.55 | 0.98 | 0 | 0.78 | 266.18 | 0.96 | 0.11 |
| Hex | 19 | 1 | 38 | 37 | 62 | 0 | 4E | 10A | 60 | B |
| Octal | 31 | 1 | 70 | 67 | 142 | 0 | 116 | 412 | 140 | 13 |
| Binary | 11001 | 1 | 111000 | 110111 | 1100010 | 0 | 1001110 | 100001010 | 1100000 | 1011 |
Color Harmonies of #190138
Complementary color
Monochromatic Colors of #190138
Black with #190138
Text Example
Text Example
White with #190138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190138; }
p { color: rgb(25,1,56); }
H1.HeaderClassName
{
color: #190138;
}
.AnyTagClassName
{
color: #190138;
}
</style>
background-color css
<style>
a { background-color: #190138; }
a { background-color: rgb(25,1,56); }
div.DivClassName
{
background-color: #190138;
}
.BgClassName
{
background-color: #190138;
}
</style>
border-color css
<style>
span { border-color: #190138; }
span { border-color: rgb(25,1,56); }
td.TdClassName
{
border-color: #190138;
}
.TagClassName
{
border-color: #190138;
}
</style>