Shades of Blackcurrant #130D17
Tints of Blackcurrant #130D17
RGB
CMYK
RGB Variations
Color information
#130D17 (or 0x130D17) is known color: Blackcurrant. HEX triplet: 13, 0D and 17. RGB value is (19,13,23). Sum of RGB (Red+Green+Blue) = 19+13+23=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 13 (5.47% from 255 or 23.64% from 55); Blue value is 23 (9.38% from 255 or 41.82% from 55); Max value from RGB is 23 - color contains mainly: blue. Hex color #130D17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130D17 is #ECF2E8. Grayscale: #0F0F0F. Windows color (decimal): -15528681 or 1510675. OLE color: 1510675.
HSL color Cylindrical-coordinate representation of color #130D17: hue angle of 276º degrees, saturation: 0.28, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #130D17 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 19 | 13 | 23 | - |
| CMYK | 0.17 | 0.43 | 0 | 0.91 |
| HSL | 276º | 0.28% | 0.07% | - |
| HSV(B) | 276º | 0.43% | 0.09% | - |
| XYZ | 0.57 | 0.49 | 0.87 | - |
| YUV | 15.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 23 | 0.17 | 0.43 | 0 | 0.91 | 276 | 0.28 | 0.07 |
| Hex | 13 | D | 17 | 11 | 2B | 0 | 5B | 114 | 1C | 7 |
| Octal | 23 | 15 | 27 | 21 | 53 | 0 | 133 | 424 | 34 | 7 |
| Binary | 10011 | 1101 | 10111 | 10001 | 101011 | 0 | 1011011 | 100010100 | 11100 | 111 |
Color Harmonies of #130D17
Complementary color
Monochromatic Colors of #130D17
Black with #130D17
Text Example
Text Example
White with #130D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D17; }
p { color: rgb(19,13,23); }
H1.HeaderClassName
{
color: #130D17;
}
.AnyTagClassName
{
color: #130D17;
}
</style>
background-color css
<style>
a { background-color: #130D17; }
a { background-color: rgb(19,13,23); }
div.DivClassName
{
background-color: #130D17;
}
.BgClassName
{
background-color: #130D17;
}
</style>
border-color css
<style>
span { border-color: #130D17; }
span { border-color: rgb(19,13,23); }
td.TdClassName
{
border-color: #130D17;
}
.TagClassName
{
border-color: #130D17;
}
</style>