Shades of Blackcurrant #19021C
Tints of Blackcurrant #19021C
RGB
CMYK
RGB Variations
Color information
#19021C (or 0x19021C) is known color: Blackcurrant. HEX triplet: 19, 02 and 1C. RGB value is (25,2,28). Sum of RGB (Red+Green+Blue) = 25+2+28=55 (7% of max value = 765). Red value is 25 (10.16% from 255 or 45.45% from 55); Green value is 2 (1.17% from 255 or 3.64% from 55); Blue value is 28 (11.33% from 255 or 50.91% from 55); Max value from RGB is 28 - color contains mainly: blue. Hex color #19021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19021C is #E6FDE3. Grayscale: #0B0B0B. Windows color (decimal): -15138276 or 1835545. OLE color: 1835545.
HSL color Cylindrical-coordinate representation of color #19021C: hue angle of 293.08º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #19021C is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 2 | 28 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.89 |
| HSL | 293.08º | 0.87% | 0.06% | - |
| HSV(B) | 293.08º | 0.93% | 0.11% | - |
| XYZ | 0.63 | 0.33 | 1.13 | - |
| YUV | 11.84 | 137.12 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 2 | 28 | 0.11 | 0.93 | 0 | 0.89 | 293.08 | 0.87 | 0.06 |
| Hex | 19 | 2 | 1C | B | 5D | 0 | 59 | 125 | 57 | 6 |
| Octal | 31 | 2 | 34 | 13 | 135 | 0 | 131 | 445 | 127 | 6 |
| Binary | 11001 | 10 | 11100 | 1011 | 1011101 | 0 | 1011001 | 100100101 | 1010111 | 110 |
Color Harmonies of #19021C
Complementary color
Monochromatic Colors of #19021C
Black with #19021C
Text Example
Text Example
White with #19021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19021C; }
p { color: rgb(25,2,28); }
H1.HeaderClassName
{
color: #19021C;
}
.AnyTagClassName
{
color: #19021C;
}
</style>
background-color css
<style>
a { background-color: #19021C; }
a { background-color: rgb(25,2,28); }
div.DivClassName
{
background-color: #19021C;
}
.BgClassName
{
background-color: #19021C;
}
</style>
border-color css
<style>
span { border-color: #19021C; }
span { border-color: rgb(25,2,28); }
td.TdClassName
{
border-color: #19021C;
}
.TagClassName
{
border-color: #19021C;
}
</style>