Shades of Blackcurrant #190334
Tints of Blackcurrant #190334
RGB
CMYK
RGB Variations
Color information
#190334 (or 0x190334) is known color: Blackcurrant. HEX triplet: 19, 03 and 34. RGB value is (25,3,52). Sum of RGB (Red+Green+Blue) = 25+3+52=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 52 (20.70% from 255 or 65% from 80); Max value from RGB is 52 - color contains mainly: blue. Hex color #190334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190334 is #E6FCCB. Grayscale: #0E0E0E. Windows color (decimal): -15137996 or 3408665. OLE color: 3408665.
HSL color Cylindrical-coordinate representation of color #190334: hue angle of 266.94º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #190334 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 3 | 52 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.80 |
| HSL | 266.94º | 0.89% | 0.11% | - |
| HSV(B) | 266.94º | 0.94% | 0.2% | - |
| XYZ | 1.05 | 0.52 | 3.29 | - |
| YUV | 15.16 | 148.79 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 3 | 52 | 0.52 | 0.94 | 0 | 0.80 | 266.94 | 0.89 | 0.11 |
| Hex | 19 | 3 | 34 | 34 | 5E | 0 | 50 | 10B | 59 | B |
| Octal | 31 | 3 | 64 | 64 | 136 | 0 | 120 | 413 | 131 | 13 |
| Binary | 11001 | 11 | 110100 | 110100 | 1011110 | 0 | 1010000 | 100001011 | 1011001 | 1011 |
Color Harmonies of #190334
Complementary color
Monochromatic Colors of #190334
Black with #190334
Text Example
Text Example
White with #190334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190334; }
p { color: rgb(25,3,52); }
H1.HeaderClassName
{
color: #190334;
}
.AnyTagClassName
{
color: #190334;
}
</style>
background-color css
<style>
a { background-color: #190334; }
a { background-color: rgb(25,3,52); }
div.DivClassName
{
background-color: #190334;
}
.BgClassName
{
background-color: #190334;
}
</style>
border-color css
<style>
span { border-color: #190334; }
span { border-color: rgb(25,3,52); }
td.TdClassName
{
border-color: #190334;
}
.TagClassName
{
border-color: #190334;
}
</style>