Shades of Blackcurrant #19023E
Tints of Blackcurrant #19023E
RGB
CMYK
RGB Variations
Color information
#19023E (or 0x19023E) is known color: Blackcurrant. HEX triplet: 19, 02 and 3E. RGB value is (25,2,62). Sum of RGB (Red+Green+Blue) = 25+2+62=89 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.09% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 62 (24.61% from 255 or 69.66% from 89); Max value from RGB is 62 - color contains mainly: blue. Hex color #19023E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19023E is #E6FDC1. Grayscale: #0F0F0F. Windows color (decimal): -15138242 or 4063769. OLE color: 4063769.
HSL color Cylindrical-coordinate representation of color #19023E: hue angle of 263º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #19023E is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 2 | 62 | - |
| CMYK | 0.60 | 0.97 | 0 | 0.76 |
| HSL | 263º | 0.94% | 0.13% | - |
| HSV(B) | 263º | 0.97% | 0.24% | - |
| XYZ | 1.29 | 0.6 | 4.6 | - |
| YUV | 15.72 | 154.12 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 62 | 0.60 | 0.97 | 0 | 0.76 | 263 | 0.94 | 0.13 |
| Hex | 19 | 2 | 3E | 3C | 61 | 0 | 4C | 107 | 5E | D |
| Octal | 31 | 2 | 76 | 74 | 141 | 0 | 114 | 407 | 136 | 15 |
| Binary | 11001 | 10 | 111110 | 111100 | 1100001 | 0 | 1001100 | 100000111 | 1011110 | 1101 |
Color Harmonies of #19023E
Complementary color
Monochromatic Colors of #19023E
Black with #19023E
Text Example
Text Example
White with #19023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19023E; }
p { color: rgb(25,2,62); }
H1.HeaderClassName
{
color: #19023E;
}
.AnyTagClassName
{
color: #19023E;
}
</style>
background-color css
<style>
a { background-color: #19023E; }
a { background-color: rgb(25,2,62); }
div.DivClassName
{
background-color: #19023E;
}
.BgClassName
{
background-color: #19023E;
}
</style>
border-color css
<style>
span { border-color: #19023E; }
span { border-color: rgb(25,2,62); }
td.TdClassName
{
border-color: #19023E;
}
.TagClassName
{
border-color: #19023E;
}
</style>