Shades of Blackcurrant #190538
Tints of Blackcurrant #190538
RGB
CMYK
RGB Variations
Color information
#190538 (or 0x190538) is known color: Blackcurrant. HEX triplet: 19, 05 and 38. RGB value is (25,5,56). Sum of RGB (Red+Green+Blue) = 25+5+56=86 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.07% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 56 (22.27% from 255 or 65.12% from 86); Max value from RGB is 56 - color contains mainly: blue. Hex color #190538 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190538 is #E6FAC7. Grayscale: #101010. Windows color (decimal): -15137480 or 3671321. OLE color: 3671321.
HSL color Cylindrical-coordinate representation of color #190538: hue angle of 263.53º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #190538 is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 25 | 5 | 56 | - |
| CMYK | 0.55 | 0.91 | 0 | 0.78 |
| HSL | 263.53º | 0.84% | 0.12% | - |
| HSV(B) | 263.53º | 0.91% | 0.22% | - |
| XYZ | 1.17 | 0.6 | 3.8 | - |
| YUV | 16.79 | 150.13 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 5 | 56 | 0.55 | 0.91 | 0 | 0.78 | 263.53 | 0.84 | 0.12 |
| Hex | 19 | 5 | 38 | 37 | 5B | 0 | 4E | 108 | 54 | C |
| Octal | 31 | 5 | 70 | 67 | 133 | 0 | 116 | 410 | 124 | 14 |
| Binary | 11001 | 101 | 111000 | 110111 | 1011011 | 0 | 1001110 | 100001000 | 1010100 | 1100 |
Color Harmonies of #190538
Complementary color
Monochromatic Colors of #190538
Black with #190538
Text Example
Text Example
White with #190538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190538; }
p { color: rgb(25,5,56); }
H1.HeaderClassName
{
color: #190538;
}
.AnyTagClassName
{
color: #190538;
}
</style>
background-color css
<style>
a { background-color: #190538; }
a { background-color: rgb(25,5,56); }
div.DivClassName
{
background-color: #190538;
}
.BgClassName
{
background-color: #190538;
}
</style>
border-color css
<style>
span { border-color: #190538; }
span { border-color: rgb(25,5,56); }
td.TdClassName
{
border-color: #190538;
}
.TagClassName
{
border-color: #190538;
}
</style>