Shades of Blackcurrant #190043
Tints of Blackcurrant #190043
RGB
CMYK
RGB Variations
Color information
#190043 (or 0x190043) is known color: Blackcurrant. HEX triplet: 19, 00 and 43. RGB value is (25,0,67). Sum of RGB (Red+Green+Blue) = 25+0+67=92 (12% of max value = 765). Red value is 25 (10.16% from 255 or 27.17% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 67 (26.56% from 255 or 72.83% from 92); Max value from RGB is 67 - color contains mainly: blue. Hex color #190043 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190043 is #E6FFBC. Grayscale: #0E0E0E. Windows color (decimal): -15138749 or 4390937. OLE color: 4390937.
HSL color Cylindrical-coordinate representation of color #190043: hue angle of 262.39º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #190043 is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 25 | 0 | 67 | - |
| CMYK | 0.63 | 1 | 0 | 0.74 |
| HSL | 262.39º | 1% | 0.13% | - |
| HSV(B) | 262.39º | 1% | 0.26% | - |
| XYZ | 1.41 | 0.61 | 5.35 | - |
| YUV | 15.11 | 157.28 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 67 | 0.63 | 1 | 0 | 0.74 | 262.39 | 1 | 0.13 |
| Hex | 19 | 0 | 43 | 3F | 64 | 0 | 4A | 106 | 64 | D |
| Octal | 31 | 0 | 103 | 77 | 144 | 0 | 112 | 406 | 144 | 15 |
| Binary | 11001 | 0 | 1000011 | 111111 | 1100100 | 0 | 1001010 | 100000110 | 1100100 | 1101 |
Color Harmonies of #190043
Complementary color
Monochromatic Colors of #190043
Black with #190043
Text Example
Text Example
White with #190043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190043; }
p { color: rgb(25,0,67); }
H1.HeaderClassName
{
color: #190043;
}
.AnyTagClassName
{
color: #190043;
}
</style>
background-color css
<style>
a { background-color: #190043; }
a { background-color: rgb(25,0,67); }
div.DivClassName
{
background-color: #190043;
}
.BgClassName
{
background-color: #190043;
}
</style>
border-color css
<style>
span { border-color: #190043; }
span { border-color: rgb(25,0,67); }
td.TdClassName
{
border-color: #190043;
}
.TagClassName
{
border-color: #190043;
}
</style>