Shades of Blackcurrant #19011E
Tints of Blackcurrant #19011E
RGB
CMYK
RGB Variations
Color information
#19011E (or 0x19011E) is known color: Blackcurrant. HEX triplet: 19, 01 and 1E. RGB value is (25,1,30). Sum of RGB (Red+Green+Blue) = 25+1+30=56 (7% of max value = 765). Red value is 25 (10.16% from 255 or 44.64% from 56); Green value is 1 (0.78% from 255 or 1.79% from 56); Blue value is 30 (12.11% from 255 or 53.57% from 56); Max value from RGB is 30 - color contains mainly: blue. Hex color #19011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19011E is #E6FEE1. Grayscale: #0B0B0B. Windows color (decimal): -15138530 or 1966361. OLE color: 1966361.
HSL color Cylindrical-coordinate representation of color #19011E: hue angle of 289.66º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #19011E is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 25 | 1 | 30 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.88 |
| HSL | 289.66º | 0.94% | 0.06% | - |
| HSV(B) | 289.66º | 0.97% | 0.12% | - |
| XYZ | 0.65 | 0.32 | 1.26 | - |
| YUV | 11.48 | 138.45 | 137.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 1 | 30 | 0.17 | 0.97 | 0 | 0.88 | 289.66 | 0.94 | 0.06 |
| Hex | 19 | 1 | 1E | 11 | 61 | 0 | 58 | 122 | 5E | 6 |
| Octal | 31 | 1 | 36 | 21 | 141 | 0 | 130 | 442 | 136 | 6 |
| Binary | 11001 | 1 | 11110 | 10001 | 1100001 | 0 | 1011000 | 100100010 | 1011110 | 110 |
Color Harmonies of #19011E
Complementary color
Monochromatic Colors of #19011E
Black with #19011E
Text Example
Text Example
White with #19011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19011E; }
p { color: rgb(25,1,30); }
H1.HeaderClassName
{
color: #19011E;
}
.AnyTagClassName
{
color: #19011E;
}
</style>
background-color css
<style>
a { background-color: #19011E; }
a { background-color: rgb(25,1,30); }
div.DivClassName
{
background-color: #19011E;
}
.BgClassName
{
background-color: #19011E;
}
</style>
border-color css
<style>
span { border-color: #19011E; }
span { border-color: rgb(25,1,30); }
td.TdClassName
{
border-color: #19011E;
}
.TagClassName
{
border-color: #19011E;
}
</style>