Shades of Blackcurrant #190C32
Tints of Blackcurrant #190C32
RGB
CMYK
RGB Variations
Color information
#190C32 (or 0x190C32) is known color: Blackcurrant. HEX triplet: 19, 0C and 32. RGB value is (25,12,50). Sum of RGB (Red+Green+Blue) = 25+12+50=87 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.74% from 87); Green value is 12 (5.08% from 255 or 13.79% from 87); Blue value is 50 (19.92% from 255 or 57.47% from 87); Max value from RGB is 50 - color contains mainly: blue. Hex color #190C32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190C32 is #E6F3CD. Grayscale: #141414. Windows color (decimal): -15135694 or 3279897. OLE color: 3279897.
HSL color Cylindrical-coordinate representation of color #190C32: hue angle of 260.53º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #190C32 is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 12 | 50 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.80 |
| HSL | 260.53º | 0.61% | 0.12% | - |
| HSV(B) | 260.53º | 0.76% | 0.2% | - |
| XYZ | 1.11 | 0.7 | 3.09 | - |
| YUV | 20.22 | 144.81 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 12 | 50 | 0.50 | 0.76 | 0 | 0.80 | 260.53 | 0.61 | 0.12 |
| Hex | 19 | C | 32 | 32 | 4C | 0 | 50 | 105 | 3D | C |
| Octal | 31 | 14 | 62 | 62 | 114 | 0 | 120 | 405 | 75 | 14 |
| Binary | 11001 | 1100 | 110010 | 110010 | 1001100 | 0 | 1010000 | 100000101 | 111101 | 1100 |
Color Harmonies of #190C32
Complementary color
Monochromatic Colors of #190C32
Black with #190C32
Text Example
Text Example
White with #190C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190C32; }
p { color: rgb(25,12,50); }
H1.HeaderClassName
{
color: #190C32;
}
.AnyTagClassName
{
color: #190C32;
}
</style>
background-color css
<style>
a { background-color: #190C32; }
a { background-color: rgb(25,12,50); }
div.DivClassName
{
background-color: #190C32;
}
.BgClassName
{
background-color: #190C32;
}
</style>
border-color css
<style>
span { border-color: #190C32; }
span { border-color: rgb(25,12,50); }
td.TdClassName
{
border-color: #190C32;
}
.TagClassName
{
border-color: #190C32;
}
</style>