Shades of Blackcurrant #19011D
Tints of Blackcurrant #19011D
RGB
CMYK
RGB Variations
Color information
#19011D (or 0x19011D) is known color: Blackcurrant. HEX triplet: 19, 01 and 1D. RGB value is (25,1,29). Sum of RGB (Red+Green+Blue) = 25+1+29=55 (7% of max value = 765). Red value is 25 (10.16% from 255 or 45.45% from 55); Green value is 1 (0.78% from 255 or 1.82% from 55); Blue value is 29 (11.72% from 255 or 52.73% from 55); Max value from RGB is 29 - color contains mainly: blue. Hex color #19011D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19011D is #E6FEE2. Grayscale: #0B0B0B. Windows color (decimal): -15138531 or 1900825. OLE color: 1900825.
HSL color Cylindrical-coordinate representation of color #19011D: hue angle of 291.43º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #19011D is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 1 | 29 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.89 |
| HSL | 291.43º | 0.93% | 0.06% | - |
| HSV(B) | 291.43º | 0.97% | 0.11% | - |
| XYZ | 0.63 | 0.32 | 1.19 | - |
| YUV | 11.37 | 137.95 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 29 | 0.14 | 0.97 | 0 | 0.89 | 291.43 | 0.93 | 0.06 |
| Hex | 19 | 1 | 1D | E | 61 | 0 | 59 | 123 | 5D | 6 |
| Octal | 31 | 1 | 35 | 16 | 141 | 0 | 131 | 443 | 135 | 6 |
| Binary | 11001 | 1 | 11101 | 1110 | 1100001 | 0 | 1011001 | 100100011 | 1011101 | 110 |
Color Harmonies of #19011D
Complementary color
Monochromatic Colors of #19011D
Black with #19011D
Text Example
Text Example
White with #19011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19011D; }
p { color: rgb(25,1,29); }
H1.HeaderClassName
{
color: #19011D;
}
.AnyTagClassName
{
color: #19011D;
}
</style>
background-color css
<style>
a { background-color: #19011D; }
a { background-color: rgb(25,1,29); }
div.DivClassName
{
background-color: #19011D;
}
.BgClassName
{
background-color: #19011D;
}
</style>
border-color css
<style>
span { border-color: #19011D; }
span { border-color: rgb(25,1,29); }
td.TdClassName
{
border-color: #19011D;
}
.TagClassName
{
border-color: #19011D;
}
</style>