Shades of Blackcurrant #19001E
Tints of Blackcurrant #19001E
RGB
CMYK
RGB Variations
Color information
#19001E (or 0x19001E) is known color: Blackcurrant. HEX triplet: 19, 00 and 1E. RGB value is (25,0,30). Sum of RGB (Red+Green+Blue) = 25+0+30=55 (7% of max value = 765). Red value is 25 (10.16% from 255 or 45.45% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 30 (12.11% from 255 or 54.55% from 55); Max value from RGB is 30 - color contains mainly: blue. Hex color #19001E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19001E is #E6FFE1. Grayscale: #0A0A0A. Windows color (decimal): -15138786 or 1966105. OLE color: 1966105.
HSL color Cylindrical-coordinate representation of color #19001E: hue angle of 290º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #19001E is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 25 | 0 | 30 | - |
| CMYK | 0.17 | 1 | 0 | 0.88 |
| HSL | 290º | 1% | 0.06% | - |
| HSV(B) | 290º | 1% | 0.12% | - |
| XYZ | 0.64 | 0.3 | 1.25 | - |
| YUV | 10.9 | 138.78 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 0 | 30 | 0.17 | 1 | 0 | 0.88 | 290 | 1 | 0.06 |
| Hex | 19 | 0 | 1E | 11 | 64 | 0 | 58 | 122 | 64 | 6 |
| Octal | 31 | 0 | 36 | 21 | 144 | 0 | 130 | 442 | 144 | 6 |
| Binary | 11001 | 0 | 11110 | 10001 | 1100100 | 0 | 1011000 | 100100010 | 1100100 | 110 |
Color Harmonies of #19001E
Complementary color
Monochromatic Colors of #19001E
Black with #19001E
Text Example
Text Example
White with #19001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19001E; }
p { color: rgb(25,0,30); }
H1.HeaderClassName
{
color: #19001E;
}
.AnyTagClassName
{
color: #19001E;
}
</style>
background-color css
<style>
a { background-color: #19001E; }
a { background-color: rgb(25,0,30); }
div.DivClassName
{
background-color: #19001E;
}
.BgClassName
{
background-color: #19001E;
}
</style>
border-color css
<style>
span { border-color: #19001E; }
span { border-color: rgb(25,0,30); }
td.TdClassName
{
border-color: #19001E;
}
.TagClassName
{
border-color: #19001E;
}
</style>