Shades of Blackcurrant #190D26
Tints of Blackcurrant #190D26
RGB
CMYK
RGB Variations
Color information
#190D26 (or 0x190D26) is known color: Blackcurrant. HEX triplet: 19, 0D and 26. RGB value is (25,13,38). Sum of RGB (Red+Green+Blue) = 25+13+38=76 (10% of max value = 765). Red value is 25 (10.16% from 255 or 32.89% from 76); Green value is 13 (5.47% from 255 or 17.11% from 76); Blue value is 38 (15.23% from 255 or 50% from 76); Max value from RGB is 38 - color contains mainly: blue. Hex color #190D26 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #190D26 is #E6F2D9. Grayscale: #131313. Windows color (decimal): -15135450 or 2493721. OLE color: 2493721.
HSL color Cylindrical-coordinate representation of color #190D26: hue angle of 268.8º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #190D26 is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 25 | 13 | 38 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.85 |
| HSL | 268.8º | 0.49% | 0.1% | - |
| HSV(B) | 268.8º | 0.66% | 0.15% | - |
| XYZ | 0.89 | 0.63 | 1.91 | - |
| YUV | 19.44 | 138.48 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 13 | 38 | 0.34 | 0.66 | 0 | 0.85 | 268.8 | 0.49 | 0.1 |
| Hex | 19 | D | 26 | 22 | 42 | 0 | 55 | 10D | 31 | A |
| Octal | 31 | 15 | 46 | 42 | 102 | 0 | 125 | 415 | 61 | 12 |
| Binary | 11001 | 1101 | 100110 | 100010 | 1000010 | 0 | 1010101 | 100001101 | 110001 | 1010 |
Color Harmonies of #190D26
Complementary color
Monochromatic Colors of #190D26
Black with #190D26
Text Example
Text Example
White with #190D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #190D26; }
p { color: rgb(25,13,38); }
H1.HeaderClassName
{
color: #190D26;
}
.AnyTagClassName
{
color: #190D26;
}
</style>
background-color css
<style>
a { background-color: #190D26; }
a { background-color: rgb(25,13,38); }
div.DivClassName
{
background-color: #190D26;
}
.BgClassName
{
background-color: #190D26;
}
</style>
border-color css
<style>
span { border-color: #190D26; }
span { border-color: rgb(25,13,38); }
td.TdClassName
{
border-color: #190D26;
}
.TagClassName
{
border-color: #190D26;
}
</style>