Shades of Blackcurrant #19131D
Tints of Blackcurrant #19131D
RGB
CMYK
RGB Variations
Color information
#19131D (or 0x19131D) is known color: Blackcurrant. HEX triplet: 19, 13 and 1D. RGB value is (25,19,29). Sum of RGB (Red+Green+Blue) = 25+19+29=73 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.25% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 29 (11.72% from 255 or 39.73% from 73); Max value from RGB is 29 - color contains mainly: blue. Hex color #19131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19131D is #E6ECE2. Grayscale: #151515. Windows color (decimal): -15133923 or 1905433. OLE color: 1905433.
HSL color Cylindrical-coordinate representation of color #19131D: hue angle of 276º degrees, saturation: 0.21, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #19131D is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 19 | 29 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.89 |
| HSL | 276º | 0.21% | 0.09% | - |
| HSV(B) | 276º | 0.34% | 0.11% | - |
| XYZ | 0.86 | 0.76 | 1.26 | - |
| YUV | 21.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 19 | 29 | 0.14 | 0.34 | 0 | 0.89 | 276 | 0.21 | 0.09 |
| Hex | 19 | 13 | 1D | E | 22 | 0 | 59 | 114 | 15 | 9 |
| Octal | 31 | 23 | 35 | 16 | 42 | 0 | 131 | 424 | 25 | 11 |
| Binary | 11001 | 10011 | 11101 | 1110 | 100010 | 0 | 1011001 | 100010100 | 10101 | 1001 |
Color Harmonies of #19131D
Complementary color
Monochromatic Colors of #19131D
Black with #19131D
Text Example
Text Example
White with #19131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19131D; }
p { color: rgb(25,19,29); }
H1.HeaderClassName
{
color: #19131D;
}
.AnyTagClassName
{
color: #19131D;
}
</style>
background-color css
<style>
a { background-color: #19131D; }
a { background-color: rgb(25,19,29); }
div.DivClassName
{
background-color: #19131D;
}
.BgClassName
{
background-color: #19131D;
}
</style>
border-color css
<style>
span { border-color: #19131D; }
span { border-color: rgb(25,19,29); }
td.TdClassName
{
border-color: #19131D;
}
.TagClassName
{
border-color: #19131D;
}
</style>