Shades of Blackcurrant #130331
Tints of Blackcurrant #130331
RGB
CMYK
RGB Variations
Color information
#130331 (or 0x130331) is known color: Blackcurrant. HEX triplet: 13, 03 and 31. RGB value is (19,3,49). Sum of RGB (Red+Green+Blue) = 19+3+49=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 3 (1.56% from 255 or 4.23% from 71); Blue value is 49 (19.53% from 255 or 69.01% from 71); Max value from RGB is 49 - color contains mainly: blue. Hex color #130331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130331 is #ECFCCE. Grayscale: #0C0C0C. Windows color (decimal): -15531215 or 3212051. OLE color: 3212051.
HSL color Cylindrical-coordinate representation of color #130331: hue angle of 260.87º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130331 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 3 | 49 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.81 |
| HSL | 260.87º | 0.88% | 0.1% | - |
| HSV(B) | 260.87º | 0.94% | 0.19% | - |
| XYZ | 0.86 | 0.43 | 2.94 | - |
| YUV | 13.03 | 148.3 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 49 | 0.61 | 0.94 | 0 | 0.81 | 260.87 | 0.88 | 0.1 |
| Hex | 13 | 3 | 31 | 3D | 5E | 0 | 51 | 105 | 58 | A |
| Octal | 23 | 3 | 61 | 75 | 136 | 0 | 121 | 405 | 130 | 12 |
| Binary | 10011 | 11 | 110001 | 111101 | 1011110 | 0 | 1010001 | 100000101 | 1011000 | 1010 |
Color Harmonies of #130331
Complementary color
Monochromatic Colors of #130331
Black with #130331
Text Example
Text Example
White with #130331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130331; }
p { color: rgb(19,3,49); }
H1.HeaderClassName
{
color: #130331;
}
.AnyTagClassName
{
color: #130331;
}
</style>
background-color css
<style>
a { background-color: #130331; }
a { background-color: rgb(19,3,49); }
div.DivClassName
{
background-color: #130331;
}
.BgClassName
{
background-color: #130331;
}
</style>
border-color css
<style>
span { border-color: #130331; }
span { border-color: rgb(19,3,49); }
td.TdClassName
{
border-color: #130331;
}
.TagClassName
{
border-color: #130331;
}
</style>