Shades of Blackcurrant #190533
Tints of Blackcurrant #190533
RGB
CMYK
RGB Variations
Color information
#190533 (or 0x190533) is known color: Blackcurrant. HEX triplet: 19, 05 and 33. RGB value is (25,5,51). Sum of RGB (Red+Green+Blue) = 25+5+51=81 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.86% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 51 (20.31% from 255 or 62.96% from 81); Max value from RGB is 51 - color contains mainly: blue. Hex color #190533 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190533 is #E6FACC. Grayscale: #101010. Windows color (decimal): -15137485 or 3343641. OLE color: 3343641.
HSL color Cylindrical-coordinate representation of color #190533: hue angle of 266.09º 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 #190533 is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 25 | 5 | 51 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.8 |
| HSL | 266.09º | 0.82% | 0.11% | - |
| HSV(B) | 266.09º | 0.9% | 0.2% | - |
| XYZ | 1.05 | 0.55 | 3.18 | - |
| YUV | 16.22 | 147.63 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 5 | 51 | 0.51 | 0.90 | 0 | 0.8 | 266.09 | 0.82 | 0.11 |
| Hex | 19 | 5 | 33 | 33 | 5A | 0 | 50 | 10A | 52 | B |
| Octal | 31 | 5 | 63 | 63 | 132 | 0 | 120 | 412 | 122 | 13 |
| Binary | 11001 | 101 | 110011 | 110011 | 1011010 | 0 | 1010000 | 100001010 | 1010010 | 1011 |
Color Harmonies of #190533
Complementary color
Monochromatic Colors of #190533
Black with #190533
Text Example
Text Example
White with #190533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190533; }
p { color: rgb(25,5,51); }
H1.HeaderClassName
{
color: #190533;
}
.AnyTagClassName
{
color: #190533;
}
</style>
background-color css
<style>
a { background-color: #190533; }
a { background-color: rgb(25,5,51); }
div.DivClassName
{
background-color: #190533;
}
.BgClassName
{
background-color: #190533;
}
</style>
border-color css
<style>
span { border-color: #190533; }
span { border-color: rgb(25,5,51); }
td.TdClassName
{
border-color: #190533;
}
.TagClassName
{
border-color: #190533;
}
</style>