Shades of Blackcurrant #19041D
Tints of Blackcurrant #19041D
RGB
CMYK
RGB Variations
Color information
#19041D (or 0x19041D) is known color: Blackcurrant. HEX triplet: 19, 04 and 1D. RGB value is (25,4,29). Sum of RGB (Red+Green+Blue) = 25+4+29=58 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.10% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 29 (11.72% from 255 or 50% from 58); Max value from RGB is 29 - color contains mainly: blue. Hex color #19041D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19041D is #E6FBE2. Grayscale: #0D0D0D. Windows color (decimal): -15137763 or 1901593. OLE color: 1901593.
HSL color Cylindrical-coordinate representation of color #19041D: hue angle of 290.4º degrees, saturation: 0.76, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19041D is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 4 | 29 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.89 |
| HSL | 290.4º | 0.76% | 0.06% | - |
| HSV(B) | 290.4º | 0.86% | 0.11% | - |
| XYZ | 0.67 | 0.38 | 1.2 | - |
| YUV | 13.13 | 136.96 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 4 | 29 | 0.14 | 0.86 | 0 | 0.89 | 290.4 | 0.76 | 0.06 |
| Hex | 19 | 4 | 1D | E | 56 | 0 | 59 | 122 | 4C | 6 |
| Octal | 31 | 4 | 35 | 16 | 126 | 0 | 131 | 442 | 114 | 6 |
| Binary | 11001 | 100 | 11101 | 1110 | 1010110 | 0 | 1011001 | 100100010 | 1001100 | 110 |
Color Harmonies of #19041D
Complementary color
Monochromatic Colors of #19041D
Black with #19041D
Text Example
Text Example
White with #19041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19041D; }
p { color: rgb(25,4,29); }
H1.HeaderClassName
{
color: #19041D;
}
.AnyTagClassName
{
color: #19041D;
}
</style>
background-color css
<style>
a { background-color: #19041D; }
a { background-color: rgb(25,4,29); }
div.DivClassName
{
background-color: #19041D;
}
.BgClassName
{
background-color: #19041D;
}
</style>
border-color css
<style>
span { border-color: #19041D; }
span { border-color: rgb(25,4,29); }
td.TdClassName
{
border-color: #19041D;
}
.TagClassName
{
border-color: #19041D;
}
</style>