Shades of Blackcurrant #19131C
Tints of Blackcurrant #19131C
RGB
CMYK
RGB Variations
Color information
#19131C (or 0x19131C) is known color: Blackcurrant. HEX triplet: 19, 13 and 1C. RGB value is (25,19,28). Sum of RGB (Red+Green+Blue) = 25+19+28=72 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.72% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 28 - color contains mainly: blue. Hex color #19131C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19131C is #E6ECE3. Grayscale: #151515. Windows color (decimal): -15133924 or 1839897. OLE color: 1839897.
HSL color Cylindrical-coordinate representation of color #19131C: hue angle of 280º degrees, saturation: 0.19, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #19131C is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 25 | 19 | 28 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.89 |
| HSL | 280º | 0.19% | 0.09% | - |
| HSV(B) | 280º | 0.32% | 0.11% | - |
| XYZ | 0.84 | 0.76 | 1.2 | - |
| YUV | 21.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 19 | 28 | 0.11 | 0.32 | 0 | 0.89 | 280 | 0.19 | 0.09 |
| Hex | 19 | 13 | 1C | B | 20 | 0 | 59 | 118 | 13 | 9 |
| Octal | 31 | 23 | 34 | 13 | 40 | 0 | 131 | 430 | 23 | 11 |
| Binary | 11001 | 10011 | 11100 | 1011 | 100000 | 0 | 1011001 | 100011000 | 10011 | 1001 |
Color Harmonies of #19131C
Complementary color
Monochromatic Colors of #19131C
Black with #19131C
Text Example
Text Example
White with #19131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19131C; }
p { color: rgb(25,19,28); }
H1.HeaderClassName
{
color: #19131C;
}
.AnyTagClassName
{
color: #19131C;
}
</style>
background-color css
<style>
a { background-color: #19131C; }
a { background-color: rgb(25,19,28); }
div.DivClassName
{
background-color: #19131C;
}
.BgClassName
{
background-color: #19131C;
}
</style>
border-color css
<style>
span { border-color: #19131C; }
span { border-color: rgb(25,19,28); }
td.TdClassName
{
border-color: #19131C;
}
.TagClassName
{
border-color: #19131C;
}
</style>