Shades of Blackcurrant #130031
Tints of Blackcurrant #130031
RGB
CMYK
RGB Variations
Color information
#130031 (or 0x130031) is known color: Blackcurrant. HEX triplet: 13, 00 and 31. RGB value is (19,0,49). Sum of RGB (Red+Green+Blue) = 19+0+49=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 49 (19.53% from 255 or 72.06% from 68); Max value from RGB is 49 - color contains mainly: blue. Hex color #130031 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130031 is #ECFFCE. Grayscale: #0B0B0B. Windows color (decimal): -15531983 or 3211283. OLE color: 3211283.
HSL color Cylindrical-coordinate representation of color #130031: hue angle of 263.27º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #130031 is Cyan = 0.61, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 0 | 49 | - |
| CMYK | 0.61 | 1 | 0 | 0.81 |
| HSL | 263.27º | 1% | 0.1% | - |
| HSV(B) | 263.27º | 1% | 0.19% | - |
| XYZ | 0.82 | 0.36 | 2.93 | - |
| YUV | 11.27 | 149.29 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 49 | 0.61 | 1 | 0 | 0.81 | 263.27 | 1 | 0.1 |
| Hex | 13 | 0 | 31 | 3D | 64 | 0 | 51 | 107 | 64 | A |
| Octal | 23 | 0 | 61 | 75 | 144 | 0 | 121 | 407 | 144 | 12 |
| Binary | 10011 | 0 | 110001 | 111101 | 1100100 | 0 | 1010001 | 100000111 | 1100100 | 1010 |
Color Harmonies of #130031
Complementary color
Monochromatic Colors of #130031
Black with #130031
Text Example
Text Example
White with #130031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130031; }
p { color: rgb(19,0,49); }
H1.HeaderClassName
{
color: #130031;
}
.AnyTagClassName
{
color: #130031;
}
</style>
background-color css
<style>
a { background-color: #130031; }
a { background-color: rgb(19,0,49); }
div.DivClassName
{
background-color: #130031;
}
.BgClassName
{
background-color: #130031;
}
</style>
border-color css
<style>
span { border-color: #130031; }
span { border-color: rgb(19,0,49); }
td.TdClassName
{
border-color: #130031;
}
.TagClassName
{
border-color: #130031;
}
</style>