Shades of Blackcurrant #190532
Tints of Blackcurrant #190532
RGB
CMYK
RGB Variations
Color information
#190532 (or 0x190532) is known color: Blackcurrant. HEX triplet: 19, 05 and 32. RGB value is (25,5,50). Sum of RGB (Red+Green+Blue) = 25+5+50=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 5 (2.34% from 255 or 6.25% from 80); Blue value is 50 (19.92% from 255 or 62.5% from 80); Max value from RGB is 50 - color contains mainly: blue. Hex color #190532 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190532 is #E6FACD. Grayscale: #0F0F0F. Windows color (decimal): -15137486 or 3278105. OLE color: 3278105.
HSL color Cylindrical-coordinate representation of color #190532: hue angle of 266.67º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #190532 is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 5 | 50 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.80 |
| HSL | 266.67º | 0.82% | 0.11% | - |
| HSV(B) | 266.67º | 0.9% | 0.2% | - |
| XYZ | 1.03 | 0.55 | 3.07 | - |
| YUV | 16.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 5 | 50 | 0.50 | 0.90 | 0 | 0.80 | 266.67 | 0.82 | 0.11 |
| Hex | 19 | 5 | 32 | 32 | 5A | 0 | 50 | 10B | 52 | B |
| Octal | 31 | 5 | 62 | 62 | 132 | 0 | 120 | 413 | 122 | 13 |
| Binary | 11001 | 101 | 110010 | 110010 | 1011010 | 0 | 1010000 | 100001011 | 1010010 | 1011 |
Color Harmonies of #190532
Complementary color
Monochromatic Colors of #190532
Black with #190532
Text Example
Text Example
White with #190532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190532; }
p { color: rgb(25,5,50); }
H1.HeaderClassName
{
color: #190532;
}
.AnyTagClassName
{
color: #190532;
}
</style>
background-color css
<style>
a { background-color: #190532; }
a { background-color: rgb(25,5,50); }
div.DivClassName
{
background-color: #190532;
}
.BgClassName
{
background-color: #190532;
}
</style>
border-color css
<style>
span { border-color: #190532; }
span { border-color: rgb(25,5,50); }
td.TdClassName
{
border-color: #190532;
}
.TagClassName
{
border-color: #190532;
}
</style>