Shades of Blackcurrant #130615
Tints of Blackcurrant #130615
RGB
CMYK
RGB Variations
Color information
#130615 (or 0x130615) is known color: Blackcurrant. HEX triplet: 13, 06 and 15. RGB value is (19,6,21). Sum of RGB (Red+Green+Blue) = 19+6+21=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 6 (2.73% from 255 or 13.04% from 46); Blue value is 21 (8.59% from 255 or 45.65% from 46); Max value from RGB is 21 - color contains mainly: blue. Hex color #130615 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130615 is #ECF9EA. Grayscale: #0B0B0B. Windows color (decimal): -15530475 or 1377811. OLE color: 1377811.
HSL color Cylindrical-coordinate representation of color #130615: hue angle of 292º degrees, saturation: 0.56, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #130615 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 19 | 6 | 21 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.92 |
| HSL | 292º | 0.56% | 0.05% | - |
| HSV(B) | 292º | 0.71% | 0.08% | - |
| XYZ | 0.47 | 0.32 | 0.75 | - |
| YUV | 11.6 | 133.31 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 6 | 21 | 0.10 | 0.71 | 0 | 0.92 | 292 | 0.56 | 0.05 |
| Hex | 13 | 6 | 15 | A | 47 | 0 | 5C | 124 | 38 | 5 |
| Octal | 23 | 6 | 25 | 12 | 107 | 0 | 134 | 444 | 70 | 5 |
| Binary | 10011 | 110 | 10101 | 1010 | 1000111 | 0 | 1011100 | 100100100 | 111000 | 101 |
Color Harmonies of #130615
Complementary color
Monochromatic Colors of #130615
Black with #130615
Text Example
Text Example
White with #130615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130615; }
p { color: rgb(19,6,21); }
H1.HeaderClassName
{
color: #130615;
}
.AnyTagClassName
{
color: #130615;
}
</style>
background-color css
<style>
a { background-color: #130615; }
a { background-color: rgb(19,6,21); }
div.DivClassName
{
background-color: #130615;
}
.BgClassName
{
background-color: #130615;
}
</style>
border-color css
<style>
span { border-color: #130615; }
span { border-color: rgb(19,6,21); }
td.TdClassName
{
border-color: #130615;
}
.TagClassName
{
border-color: #130615;
}
</style>