Shades of Blackcurrant #130A15
Tints of Blackcurrant #130A15
RGB
CMYK
RGB Variations
Color information
#130A15 (or 0x130A15) is known color: Blackcurrant. HEX triplet: 13, 0A and 15. RGB value is (19,10,21). Sum of RGB (Red+Green+Blue) = 19+10+21=50 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38% from 50); Green value is 10 (4.30% from 255 or 20% from 50); Blue value is 21 (8.59% from 255 or 42% from 50); Max value from RGB is 21 - color contains mainly: blue. Hex color #130A15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130A15 is #ECF5EA. Grayscale: #0D0D0D. Windows color (decimal): -15529451 or 1378835. OLE color: 1378835.
HSL color Cylindrical-coordinate representation of color #130A15: hue angle of 289.09º degrees, saturation: 0.35, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #130A15 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 19 | 10 | 21 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.92 |
| HSL | 289.09º | 0.35% | 0.06% | - |
| HSV(B) | 289.09º | 0.52% | 0.08% | - |
| XYZ | 0.51 | 0.41 | 0.76 | - |
| YUV | 13.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 21 | 0.10 | 0.52 | 0 | 0.92 | 289.09 | 0.35 | 0.06 |
| Hex | 13 | A | 15 | A | 34 | 0 | 5C | 121 | 23 | 6 |
| Octal | 23 | 12 | 25 | 12 | 64 | 0 | 134 | 441 | 43 | 6 |
| Binary | 10011 | 1010 | 10101 | 1010 | 110100 | 0 | 1011100 | 100100001 | 100011 | 110 |
Color Harmonies of #130A15
Complementary color
Monochromatic Colors of #130A15
Black with #130A15
Text Example
Text Example
White with #130A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130A15; }
p { color: rgb(19,10,21); }
H1.HeaderClassName
{
color: #130A15;
}
.AnyTagClassName
{
color: #130A15;
}
</style>
background-color css
<style>
a { background-color: #130A15; }
a { background-color: rgb(19,10,21); }
div.DivClassName
{
background-color: #130A15;
}
.BgClassName
{
background-color: #130A15;
}
</style>
border-color css
<style>
span { border-color: #130A15; }
span { border-color: rgb(19,10,21); }
td.TdClassName
{
border-color: #130A15;
}
.TagClassName
{
border-color: #130A15;
}
</style>