Shades of Blackcurrant #190B32
Tints of Blackcurrant #190B32
RGB
CMYK
RGB Variations
Color information
#190B32 (or 0x190B32) is known color: Blackcurrant. HEX triplet: 19, 0B and 32. RGB value is (25,11,50). Sum of RGB (Red+Green+Blue) = 25+11+50=86 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.07% from 86); Green value is 11 (4.69% from 255 or 12.79% from 86); Blue value is 50 (19.92% from 255 or 58.14% from 86); Max value from RGB is 50 - color contains mainly: blue. Hex color #190B32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190B32 is #E6F4CD. Grayscale: #131313. Windows color (decimal): -15135950 or 3279641. OLE color: 3279641.
HSL color Cylindrical-coordinate representation of color #190B32: hue angle of 261.54º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #190B32 is Cyan = 0.50, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 11 | 50 | - |
| CMYK | 0.50 | 0.78 | 0 | 0.80 |
| HSL | 261.54º | 0.64% | 0.12% | - |
| HSV(B) | 261.54º | 0.78% | 0.2% | - |
| XYZ | 1.1 | 0.68 | 3.09 | - |
| YUV | 19.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 11 | 50 | 0.50 | 0.78 | 0 | 0.80 | 261.54 | 0.64 | 0.12 |
| Hex | 19 | B | 32 | 32 | 4E | 0 | 50 | 106 | 40 | C |
| Octal | 31 | 13 | 62 | 62 | 116 | 0 | 120 | 406 | 100 | 14 |
| Binary | 11001 | 1011 | 110010 | 110010 | 1001110 | 0 | 1010000 | 100000110 | 1000000 | 1100 |
Color Harmonies of #190B32
Complementary color
Monochromatic Colors of #190B32
Black with #190B32
Text Example
Text Example
White with #190B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190B32; }
p { color: rgb(25,11,50); }
H1.HeaderClassName
{
color: #190B32;
}
.AnyTagClassName
{
color: #190B32;
}
</style>
background-color css
<style>
a { background-color: #190B32; }
a { background-color: rgb(25,11,50); }
div.DivClassName
{
background-color: #190B32;
}
.BgClassName
{
background-color: #190B32;
}
</style>
border-color css
<style>
span { border-color: #190B32; }
span { border-color: rgb(25,11,50); }
td.TdClassName
{
border-color: #190B32;
}
.TagClassName
{
border-color: #190B32;
}
</style>