Shades of Blackcurrant #19022E
Tints of Blackcurrant #19022E
RGB
CMYK
RGB Variations
Color information
#19022E (or 0x19022E) is known color: Blackcurrant. HEX triplet: 19, 02 and 2E. RGB value is (25,2,46). Sum of RGB (Red+Green+Blue) = 25+2+46=73 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.25% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 46 (18.36% from 255 or 63.01% from 73); Max value from RGB is 46 - color contains mainly: blue. Hex color #19022E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19022E is #E6FDD1. Grayscale: #0D0D0D. Windows color (decimal): -15138258 or 3015193. OLE color: 3015193.
HSL color Cylindrical-coordinate representation of color #19022E: hue angle of 271.36º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #19022E is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 2 | 46 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.82 |
| HSL | 271.36º | 0.92% | 0.09% | - |
| HSV(B) | 271.36º | 0.96% | 0.18% | - |
| XYZ | 0.92 | 0.45 | 2.62 | - |
| YUV | 13.89 | 146.12 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 46 | 0.46 | 0.96 | 0 | 0.82 | 271.36 | 0.92 | 0.09 |
| Hex | 19 | 2 | 2E | 2E | 60 | 0 | 52 | 10F | 5C | 9 |
| Octal | 31 | 2 | 56 | 56 | 140 | 0 | 122 | 417 | 134 | 11 |
| Binary | 11001 | 10 | 101110 | 101110 | 1100000 | 0 | 1010010 | 100001111 | 1011100 | 1001 |
Color Harmonies of #19022E
Complementary color
Monochromatic Colors of #19022E
Black with #19022E
Text Example
Text Example
White with #19022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19022E; }
p { color: rgb(25,2,46); }
H1.HeaderClassName
{
color: #19022E;
}
.AnyTagClassName
{
color: #19022E;
}
</style>
background-color css
<style>
a { background-color: #19022E; }
a { background-color: rgb(25,2,46); }
div.DivClassName
{
background-color: #19022E;
}
.BgClassName
{
background-color: #19022E;
}
</style>
border-color css
<style>
span { border-color: #19022E; }
span { border-color: rgb(25,2,46); }
td.TdClassName
{
border-color: #19022E;
}
.TagClassName
{
border-color: #19022E;
}
</style>