Shades of Blackcurrant #130130
Tints of Blackcurrant #130130
RGB
CMYK
RGB Variations
Color information
#130130 (or 0x130130) is known color: Blackcurrant. HEX triplet: 13, 01 and 30. RGB value is (19,1,48). Sum of RGB (Red+Green+Blue) = 19+1+48=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 48 (19.14% from 255 or 70.59% from 68); Max value from RGB is 48 - color contains mainly: blue. Hex color #130130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130130 is #ECFECF. Grayscale: #0B0B0B. Windows color (decimal): -15531728 or 3146003. OLE color: 3146003.
HSL color Cylindrical-coordinate representation of color #130130: hue angle of 262.98º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #130130 is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 1 | 48 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.81 |
| HSL | 262.98º | 0.96% | 0.1% | - |
| HSV(B) | 262.98º | 0.98% | 0.19% | - |
| XYZ | 0.81 | 0.37 | 2.83 | - |
| YUV | 11.74 | 148.46 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 48 | 0.60 | 0.98 | 0 | 0.81 | 262.98 | 0.96 | 0.1 |
| Hex | 13 | 1 | 30 | 3C | 62 | 0 | 51 | 107 | 60 | A |
| Octal | 23 | 1 | 60 | 74 | 142 | 0 | 121 | 407 | 140 | 12 |
| Binary | 10011 | 1 | 110000 | 111100 | 1100010 | 0 | 1010001 | 100000111 | 1100000 | 1010 |
Color Harmonies of #130130
Complementary color
Monochromatic Colors of #130130
Black with #130130
Text Example
Text Example
White with #130130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130130; }
p { color: rgb(19,1,48); }
H1.HeaderClassName
{
color: #130130;
}
.AnyTagClassName
{
color: #130130;
}
</style>
background-color css
<style>
a { background-color: #130130; }
a { background-color: rgb(19,1,48); }
div.DivClassName
{
background-color: #130130;
}
.BgClassName
{
background-color: #130130;
}
</style>
border-color css
<style>
span { border-color: #130130; }
span { border-color: rgb(19,1,48); }
td.TdClassName
{
border-color: #130130;
}
.TagClassName
{
border-color: #130130;
}
</style>