Shades of Blackcurrant #130E14
Tints of Blackcurrant #130E14
RGB
CMYK
RGB Variations
Color information
#130E14 (or 0x130E14) is known color: Blackcurrant. HEX triplet: 13, 0E and 14. RGB value is (19,14,20). Sum of RGB (Red+Green+Blue) = 19+14+20=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 14 (5.86% from 255 or 26.42% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 20 - color contains mainly: blue. Hex color #130E14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130E14 is #ECF1EB. Grayscale: #101010. Windows color (decimal): -15528428 or 1314323. OLE color: 1314323.
HSL color Cylindrical-coordinate representation of color #130E14: hue angle of 290º degrees, saturation: 0.18, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #130E14 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 19 | 14 | 20 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.92 |
| HSL | 290º | 0.18% | 0.07% | - |
| HSV(B) | 290º | 0.3% | 0.08% | - |
| XYZ | 0.55 | 0.5 | 0.73 | - |
| YUV | 16.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 14 | 20 | 0.05 | 0.30 | 0 | 0.92 | 290 | 0.18 | 0.07 |
| Hex | 13 | E | 14 | 5 | 1E | 0 | 5C | 122 | 12 | 7 |
| Octal | 23 | 16 | 24 | 5 | 36 | 0 | 134 | 442 | 22 | 7 |
| Binary | 10011 | 1110 | 10100 | 101 | 11110 | 0 | 1011100 | 100100010 | 10010 | 111 |
Color Harmonies of #130E14
Complementary color
Monochromatic Colors of #130E14
Black with #130E14
Text Example
Text Example
White with #130E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130E14; }
p { color: rgb(19,14,20); }
H1.HeaderClassName
{
color: #130E14;
}
.AnyTagClassName
{
color: #130E14;
}
</style>
background-color css
<style>
a { background-color: #130E14; }
a { background-color: rgb(19,14,20); }
div.DivClassName
{
background-color: #130E14;
}
.BgClassName
{
background-color: #130E14;
}
</style>
border-color css
<style>
span { border-color: #130E14; }
span { border-color: rgb(19,14,20); }
td.TdClassName
{
border-color: #130E14;
}
.TagClassName
{
border-color: #130E14;
}
</style>