Shades of Blackcurrant #19041C
Tints of Blackcurrant #19041C
RGB
CMYK
RGB Variations
Color information
#19041C (or 0x19041C) is known color: Blackcurrant. HEX triplet: 19, 04 and 1C. RGB value is (25,4,28). Sum of RGB (Red+Green+Blue) = 25+4+28=57 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.86% from 57); Green value is 4 (1.95% from 255 or 7.02% from 57); Blue value is 28 (11.33% from 255 or 49.12% from 57); Max value from RGB is 28 - color contains mainly: blue. Hex color #19041C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19041C is #E6FBE3. Grayscale: #0C0C0C. Windows color (decimal): -15137764 or 1836057. OLE color: 1836057.
HSL color Cylindrical-coordinate representation of color #19041C: hue angle of 292.5º degrees, saturation: 0.75, 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 #19041C is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 4 | 28 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.89 |
| HSL | 292.5º | 0.75% | 0.06% | - |
| HSV(B) | 292.5º | 0.86% | 0.11% | - |
| XYZ | 0.65 | 0.38 | 1.14 | - |
| YUV | 13.02 | 136.46 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 4 | 28 | 0.11 | 0.86 | 0 | 0.89 | 292.5 | 0.75 | 0.06 |
| Hex | 19 | 4 | 1C | B | 56 | 0 | 59 | 124 | 4B | 6 |
| Octal | 31 | 4 | 34 | 13 | 126 | 0 | 131 | 444 | 113 | 6 |
| Binary | 11001 | 100 | 11100 | 1011 | 1010110 | 0 | 1011001 | 100100100 | 1001011 | 110 |
Color Harmonies of #19041C
Complementary color
Monochromatic Colors of #19041C
Black with #19041C
Text Example
Text Example
White with #19041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19041C; }
p { color: rgb(25,4,28); }
H1.HeaderClassName
{
color: #19041C;
}
.AnyTagClassName
{
color: #19041C;
}
</style>
background-color css
<style>
a { background-color: #19041C; }
a { background-color: rgb(25,4,28); }
div.DivClassName
{
background-color: #19041C;
}
.BgClassName
{
background-color: #19041C;
}
</style>
border-color css
<style>
span { border-color: #19041C; }
span { border-color: rgb(25,4,28); }
td.TdClassName
{
border-color: #19041C;
}
.TagClassName
{
border-color: #19041C;
}
</style>