Shades of Blackcurrant #19101C
Tints of Blackcurrant #19101C
RGB
CMYK
RGB Variations
Color information
#19101C (or 0x19101C) is known color: Blackcurrant. HEX triplet: 19, 10 and 1C. RGB value is (25,16,28). Sum of RGB (Red+Green+Blue) = 25+16+28=69 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.23% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 28 (11.33% from 255 or 40.58% from 69); Max value from RGB is 28 - color contains mainly: blue. Hex color #19101C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19101C is #E6EFE3. Grayscale: #141414. Windows color (decimal): -15134692 or 1839129. OLE color: 1839129.
HSL color Cylindrical-coordinate representation of color #19101C: hue angle of 285º degrees, saturation: 0.27, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #19101C is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 16 | 28 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.89 |
| HSL | 285º | 0.27% | 0.09% | - |
| HSV(B) | 285º | 0.43% | 0.11% | - |
| XYZ | 0.8 | 0.66 | 1.18 | - |
| YUV | 20.06 | 132.48 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 16 | 28 | 0.11 | 0.43 | 0 | 0.89 | 285 | 0.27 | 0.09 |
| Hex | 19 | 10 | 1C | B | 2B | 0 | 59 | 11D | 1B | 9 |
| Octal | 31 | 20 | 34 | 13 | 53 | 0 | 131 | 435 | 33 | 11 |
| Binary | 11001 | 10000 | 11100 | 1011 | 101011 | 0 | 1011001 | 100011101 | 11011 | 1001 |
Color Harmonies of #19101C
Complementary color
Monochromatic Colors of #19101C
Black with #19101C
Text Example
Text Example
White with #19101C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19101C; }
p { color: rgb(25,16,28); }
H1.HeaderClassName
{
color: #19101C;
}
.AnyTagClassName
{
color: #19101C;
}
</style>
background-color css
<style>
a { background-color: #19101C; }
a { background-color: rgb(25,16,28); }
div.DivClassName
{
background-color: #19101C;
}
.BgClassName
{
background-color: #19101C;
}
</style>
border-color css
<style>
span { border-color: #19101C; }
span { border-color: rgb(25,16,28); }
td.TdClassName
{
border-color: #19101C;
}
.TagClassName
{
border-color: #19101C;
}
</style>