Shades of Blackcurrant #130D14
Tints of Blackcurrant #130D14
RGB
CMYK
RGB Variations
Color information
#130D14 (or 0x130D14) is known color: Blackcurrant. HEX triplet: 13, 0D and 14. RGB value is (19,13,20). Sum of RGB (Red+Green+Blue) = 19+13+20=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 13 (5.47% from 255 or 25% from 52); Blue value is 20 (8.20% from 255 or 38.46% from 52); Max value from RGB is 20 - color contains mainly: blue. Hex color #130D14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130D14 is #ECF2EB. Grayscale: #0F0F0F. Windows color (decimal): -15528684 or 1314067. OLE color: 1314067.
HSL color Cylindrical-coordinate representation of color #130D14: hue angle of 291.43º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #130D14 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 19 | 13 | 20 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.92 |
| HSL | 291.43º | 0.21% | 0.06% | - |
| HSV(B) | 291.43º | 0.35% | 0.08% | - |
| XYZ | 0.54 | 0.48 | 0.73 | - |
| YUV | 15.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 20 | 0.05 | 0.35 | 0 | 0.92 | 291.43 | 0.21 | 0.06 |
| Hex | 13 | D | 14 | 5 | 23 | 0 | 5C | 123 | 15 | 6 |
| Octal | 23 | 15 | 24 | 5 | 43 | 0 | 134 | 443 | 25 | 6 |
| Binary | 10011 | 1101 | 10100 | 101 | 100011 | 0 | 1011100 | 100100011 | 10101 | 110 |
Color Harmonies of #130D14
Complementary color
Monochromatic Colors of #130D14
Black with #130D14
Text Example
Text Example
White with #130D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D14; }
p { color: rgb(19,13,20); }
H1.HeaderClassName
{
color: #130D14;
}
.AnyTagClassName
{
color: #130D14;
}
</style>
background-color css
<style>
a { background-color: #130D14; }
a { background-color: rgb(19,13,20); }
div.DivClassName
{
background-color: #130D14;
}
.BgClassName
{
background-color: #130D14;
}
</style>
border-color css
<style>
span { border-color: #130D14; }
span { border-color: rgb(19,13,20); }
td.TdClassName
{
border-color: #130D14;
}
.TagClassName
{
border-color: #130D14;
}
</style>