Shades of Blackcurrant #130034
Tints of Blackcurrant #130034
RGB
CMYK
RGB Variations
Color information
#130034 (or 0x130034) is known color: Blackcurrant. HEX triplet: 13, 00 and 34. RGB value is (19,0,52). Sum of RGB (Red+Green+Blue) = 19+0+52=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 52 (20.70% from 255 or 73.24% from 71); Max value from RGB is 52 - color contains mainly: blue. Hex color #130034 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130034 is #ECFFCB. Grayscale: #0B0B0B. Windows color (decimal): -15531980 or 3407891. OLE color: 3407891.
HSL color Cylindrical-coordinate representation of color #130034: hue angle of 261.92º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #130034 is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 19 | 0 | 52 | - |
| CMYK | 0.63 | 1 | 0 | 0.80 |
| HSL | 261.92º | 1% | 0.1% | - |
| HSV(B) | 261.92º | 1% | 0.2% | - |
| XYZ | 0.89 | 0.39 | 3.28 | - |
| YUV | 11.61 | 150.79 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 52 | 0.63 | 1 | 0 | 0.80 | 261.92 | 1 | 0.1 |
| Hex | 13 | 0 | 34 | 3F | 64 | 0 | 50 | 106 | 64 | A |
| Octal | 23 | 0 | 64 | 77 | 144 | 0 | 120 | 406 | 144 | 12 |
| Binary | 10011 | 0 | 110100 | 111111 | 1100100 | 0 | 1010000 | 100000110 | 1100100 | 1010 |
Color Harmonies of #130034
Complementary color
Monochromatic Colors of #130034
Black with #130034
Text Example
Text Example
White with #130034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130034; }
p { color: rgb(19,0,52); }
H1.HeaderClassName
{
color: #130034;
}
.AnyTagClassName
{
color: #130034;
}
</style>
background-color css
<style>
a { background-color: #130034; }
a { background-color: rgb(19,0,52); }
div.DivClassName
{
background-color: #130034;
}
.BgClassName
{
background-color: #130034;
}
</style>
border-color css
<style>
span { border-color: #130034; }
span { border-color: rgb(19,0,52); }
td.TdClassName
{
border-color: #130034;
}
.TagClassName
{
border-color: #130034;
}
</style>