Shades of Blackcurrant #19101D
Tints of Blackcurrant #19101D
RGB
CMYK
RGB Variations
Color information
#19101D (or 0x19101D) is known color: Blackcurrant. HEX triplet: 19, 10 and 1D. RGB value is (25,16,29). Sum of RGB (Red+Green+Blue) = 25+16+29=70 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.71% from 70); Green value is 16 (6.64% from 255 or 22.86% from 70); Blue value is 29 (11.72% from 255 or 41.43% from 70); Max value from RGB is 29 - color contains mainly: blue. Hex color #19101D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19101D is #E6EFE2. Grayscale: #141414. Windows color (decimal): -15134691 or 1904665. OLE color: 1904665.
HSL color Cylindrical-coordinate representation of color #19101D: hue angle of 281.54º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #19101D is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 16 | 29 | - |
| CMYK | 0.14 | 0.45 | 0 | 0.89 |
| HSL | 281.54º | 0.29% | 0.09% | - |
| HSV(B) | 281.54º | 0.45% | 0.11% | - |
| XYZ | 0.81 | 0.67 | 1.25 | - |
| YUV | 20.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 16 | 29 | 0.14 | 0.45 | 0 | 0.89 | 281.54 | 0.29 | 0.09 |
| Hex | 19 | 10 | 1D | E | 2D | 0 | 59 | 11A | 1D | 9 |
| Octal | 31 | 20 | 35 | 16 | 55 | 0 | 131 | 432 | 35 | 11 |
| Binary | 11001 | 10000 | 11101 | 1110 | 101101 | 0 | 1011001 | 100011010 | 11101 | 1001 |
Color Harmonies of #19101D
Complementary color
Monochromatic Colors of #19101D
Black with #19101D
Text Example
Text Example
White with #19101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19101D; }
p { color: rgb(25,16,29); }
H1.HeaderClassName
{
color: #19101D;
}
.AnyTagClassName
{
color: #19101D;
}
</style>
background-color css
<style>
a { background-color: #19101D; }
a { background-color: rgb(25,16,29); }
div.DivClassName
{
background-color: #19101D;
}
.BgClassName
{
background-color: #19101D;
}
</style>
border-color css
<style>
span { border-color: #19101D; }
span { border-color: rgb(25,16,29); }
td.TdClassName
{
border-color: #19101D;
}
.TagClassName
{
border-color: #19101D;
}
</style>