Shades of Blackcurrant #19151A
Tints of Blackcurrant #19151A
RGB
CMYK
RGB Variations
Color information
#19151A (or 0x19151A) is known color: Blackcurrant. HEX triplet: 19, 15 and 1A. RGB value is (25,21,26). Sum of RGB (Red+Green+Blue) = 25+21+26=72 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.72% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 26 (10.55% from 255 or 36.11% from 72); Max value from RGB is 26 - color contains mainly: blue. Hex color #19151A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19151A is #E6EAE5. Grayscale: #161616. Windows color (decimal): -15133414 or 1709337. OLE color: 1709337.
HSL color Cylindrical-coordinate representation of color #19151A: hue angle of 288º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #19151A is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 21 | 26 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.90 |
| HSL | 288º | 0.11% | 0.09% | - |
| HSV(B) | 288º | 0.19% | 0.1% | - |
| XYZ | 0.86 | 0.82 | 1.09 | - |
| YUV | 22.77 | 129.83 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 21 | 26 | 0.04 | 0.19 | 0 | 0.90 | 288 | 0.11 | 0.09 |
| Hex | 19 | 15 | 1A | 4 | 13 | 0 | 5A | 120 | B | 9 |
| Octal | 31 | 25 | 32 | 4 | 23 | 0 | 132 | 440 | 13 | 11 |
| Binary | 11001 | 10101 | 11010 | 100 | 10011 | 0 | 1011010 | 100100000 | 1011 | 1001 |
Color Harmonies of #19151A
Complementary color
Monochromatic Colors of #19151A
Black with #19151A
Text Example
Text Example
White with #19151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19151A; }
p { color: rgb(25,21,26); }
H1.HeaderClassName
{
color: #19151A;
}
.AnyTagClassName
{
color: #19151A;
}
</style>
background-color css
<style>
a { background-color: #19151A; }
a { background-color: rgb(25,21,26); }
div.DivClassName
{
background-color: #19151A;
}
.BgClassName
{
background-color: #19151A;
}
</style>
border-color css
<style>
span { border-color: #19151A; }
span { border-color: rgb(25,21,26); }
td.TdClassName
{
border-color: #19151A;
}
.TagClassName
{
border-color: #19151A;
}
</style>