Shades of Blackcurrant #130020
Tints of Blackcurrant #130020
RGB
CMYK
RGB Variations
Color information
#130020 (or 0x130020) is known color: Blackcurrant. HEX triplet: 13, 00 and 20. RGB value is (19,0,32). Sum of RGB (Red+Green+Blue) = 19+0+32=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 0 (0.39% from 255 or 0% from 51); Blue value is 32 (12.89% from 255 or 62.75% from 51); Max value from RGB is 32 - color contains mainly: blue. Hex color #130020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130020 is #ECFFDF. Grayscale: #090909. Windows color (decimal): -15532000 or 2097171. OLE color: 2097171.
HSL color Cylindrical-coordinate representation of color #130020: hue angle of 275.62º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #130020 is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 0 | 32 | - |
| CMYK | 0.41 | 1 | 0 | 0.87 |
| HSL | 275.63º | 1% | 0.06% | - |
| HSV(B) | 275.63º | 1% | 0.13% | - |
| XYZ | 0.53 | 0.24 | 1.39 | - |
| YUV | 9.33 | 140.79 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 32 | 0.41 | 1 | 0 | 0.87 | 275.63 | 1 | 0.06 |
| Hex | 13 | 0 | 20 | 29 | 64 | 0 | 57 | 114 | 64 | 6 |
| Octal | 23 | 0 | 40 | 51 | 144 | 0 | 127 | 424 | 144 | 6 |
| Binary | 10011 | 0 | 100000 | 101001 | 1100100 | 0 | 1010111 | 100010100 | 1100100 | 110 |
Color Harmonies of #130020
Complementary color
Monochromatic Colors of #130020
Black with #130020
Text Example
Text Example
White with #130020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130020; }
p { color: rgb(19,0,32); }
H1.HeaderClassName
{
color: #130020;
}
.AnyTagClassName
{
color: #130020;
}
</style>
background-color css
<style>
a { background-color: #130020; }
a { background-color: rgb(19,0,32); }
div.DivClassName
{
background-color: #130020;
}
.BgClassName
{
background-color: #130020;
}
</style>
border-color css
<style>
span { border-color: #130020; }
span { border-color: rgb(19,0,32); }
td.TdClassName
{
border-color: #130020;
}
.TagClassName
{
border-color: #130020;
}
</style>