Shades of Blackcurrant #19022D
Tints of Blackcurrant #19022D
RGB
CMYK
RGB Variations
Color information
#19022D (or 0x19022D) is known color: Blackcurrant. HEX triplet: 19, 02 and 2D. RGB value is (25,2,45). Sum of RGB (Red+Green+Blue) = 25+2+45=72 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.72% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 45 (17.97% from 255 or 62.5% from 72); Max value from RGB is 45 - color contains mainly: blue. Hex color #19022D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19022D is #E6FDD2. Grayscale: #0D0D0D. Windows color (decimal): -15138259 or 2949657. OLE color: 2949657.
HSL color Cylindrical-coordinate representation of color #19022D: hue angle of 272.09º degrees, saturation: 0.91, 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 #19022D is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 25 | 2 | 45 | - |
| CMYK | 0.44 | 0.96 | 0 | 0.82 |
| HSL | 272.09º | 0.91% | 0.09% | - |
| HSV(B) | 272.09º | 0.96% | 0.18% | - |
| XYZ | 0.9 | 0.44 | 2.52 | - |
| YUV | 13.78 | 145.62 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 45 | 0.44 | 0.96 | 0 | 0.82 | 272.09 | 0.91 | 0.09 |
| Hex | 19 | 2 | 2D | 2C | 60 | 0 | 52 | 110 | 5B | 9 |
| Octal | 31 | 2 | 55 | 54 | 140 | 0 | 122 | 420 | 133 | 11 |
| Binary | 11001 | 10 | 101101 | 101100 | 1100000 | 0 | 1010010 | 100010000 | 1011011 | 1001 |
Color Harmonies of #19022D
Complementary color
Monochromatic Colors of #19022D
Black with #19022D
Text Example
Text Example
White with #19022D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19022D; }
p { color: rgb(25,2,45); }
H1.HeaderClassName
{
color: #19022D;
}
.AnyTagClassName
{
color: #19022D;
}
</style>
background-color css
<style>
a { background-color: #19022D; }
a { background-color: rgb(25,2,45); }
div.DivClassName
{
background-color: #19022D;
}
.BgClassName
{
background-color: #19022D;
}
</style>
border-color css
<style>
span { border-color: #19022D; }
span { border-color: rgb(25,2,45); }
td.TdClassName
{
border-color: #19022D;
}
.TagClassName
{
border-color: #19022D;
}
</style>