Shades of Blackcurrant #130517
Tints of Blackcurrant #130517
RGB
CMYK
RGB Variations
Color information
#130517 (or 0x130517) is known color: Blackcurrant. HEX triplet: 13, 05 and 17. RGB value is (19,5,23). Sum of RGB (Red+Green+Blue) = 19+5+23=47 (6% of max value = 765). Red value is 19 (7.81% from 255 or 40.43% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 23 (9.38% from 255 or 48.94% from 47); Max value from RGB is 23 - color contains mainly: blue. Hex color #130517 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130517 is #ECFAE8. Grayscale: #0B0B0B. Windows color (decimal): -15530729 or 1508627. OLE color: 1508627.
HSL color Cylindrical-coordinate representation of color #130517: hue angle of 286.67º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #130517 is Cyan = 0.17, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 19 | 5 | 23 | - |
| CMYK | 0.17 | 0.78 | 0 | 0.91 |
| HSL | 286.67º | 0.64% | 0.05% | - |
| HSV(B) | 286.67º | 0.78% | 0.09% | - |
| XYZ | 0.48 | 0.31 | 0.85 | - |
| YUV | 11.24 | 134.64 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 23 | 0.17 | 0.78 | 0 | 0.91 | 286.67 | 0.64 | 0.05 |
| Hex | 13 | 5 | 17 | 11 | 4E | 0 | 5B | 11F | 40 | 5 |
| Octal | 23 | 5 | 27 | 21 | 116 | 0 | 133 | 437 | 100 | 5 |
| Binary | 10011 | 101 | 10111 | 10001 | 1001110 | 0 | 1011011 | 100011111 | 1000000 | 101 |
Color Harmonies of #130517
Complementary color
Monochromatic Colors of #130517
Black with #130517
Text Example
Text Example
White with #130517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130517; }
p { color: rgb(19,5,23); }
H1.HeaderClassName
{
color: #130517;
}
.AnyTagClassName
{
color: #130517;
}
</style>
background-color css
<style>
a { background-color: #130517; }
a { background-color: rgb(19,5,23); }
div.DivClassName
{
background-color: #130517;
}
.BgClassName
{
background-color: #130517;
}
</style>
border-color css
<style>
span { border-color: #130517; }
span { border-color: rgb(19,5,23); }
td.TdClassName
{
border-color: #130517;
}
.TagClassName
{
border-color: #130517;
}
</style>