Shades of Blackcurrant #130B15
Tints of Blackcurrant #130B15
RGB
CMYK
RGB Variations
Color information
#130B15 (or 0x130B15) is known color: Blackcurrant. HEX triplet: 13, 0B and 15. RGB value is (19,11,21). Sum of RGB (Red+Green+Blue) = 19+11+21=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 11 (4.69% from 255 or 21.57% from 51); Blue value is 21 (8.59% from 255 or 41.18% from 51); Max value from RGB is 21 - color contains mainly: blue. Hex color #130B15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130B15 is #ECF4EA. Grayscale: #0E0E0E. Windows color (decimal): -15529195 or 1379091. OLE color: 1379091.
HSL color Cylindrical-coordinate representation of color #130B15: hue angle of 288º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #130B15 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 19 | 11 | 21 | - |
| CMYK | 0.10 | 0.48 | 0 | 0.92 |
| HSL | 288º | 0.31% | 0.06% | - |
| HSV(B) | 288º | 0.48% | 0.08% | - |
| XYZ | 0.52 | 0.43 | 0.77 | - |
| YUV | 14.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 21 | 0.10 | 0.48 | 0 | 0.92 | 288 | 0.31 | 0.06 |
| Hex | 13 | B | 15 | A | 30 | 0 | 5C | 120 | 1F | 6 |
| Octal | 23 | 13 | 25 | 12 | 60 | 0 | 134 | 440 | 37 | 6 |
| Binary | 10011 | 1011 | 10101 | 1010 | 110000 | 0 | 1011100 | 100100000 | 11111 | 110 |
Color Harmonies of #130B15
Complementary color
Monochromatic Colors of #130B15
Black with #130B15
Text Example
Text Example
White with #130B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130B15; }
p { color: rgb(19,11,21); }
H1.HeaderClassName
{
color: #130B15;
}
.AnyTagClassName
{
color: #130B15;
}
</style>
background-color css
<style>
a { background-color: #130B15; }
a { background-color: rgb(19,11,21); }
div.DivClassName
{
background-color: #130B15;
}
.BgClassName
{
background-color: #130B15;
}
</style>
border-color css
<style>
span { border-color: #130B15; }
span { border-color: rgb(19,11,21); }
td.TdClassName
{
border-color: #130B15;
}
.TagClassName
{
border-color: #130B15;
}
</style>