Shades of Blackcurrant #130915
Tints of Blackcurrant #130915
RGB
CMYK
RGB Variations
Color information
#130915 (or 0x130915) is known color: Blackcurrant. HEX triplet: 13, 09 and 15. RGB value is (19,9,21). Sum of RGB (Red+Green+Blue) = 19+9+21=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 9 (3.91% from 255 or 18.37% from 49); Blue value is 21 (8.59% from 255 or 42.86% from 49); Max value from RGB is 21 - color contains mainly: blue. Hex color #130915 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130915 is #ECF6EA. Grayscale: #0D0D0D. Windows color (decimal): -15529707 or 1378579. OLE color: 1378579.
HSL color Cylindrical-coordinate representation of color #130915: hue angle of 290º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #130915 is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 19 | 9 | 21 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.92 |
| HSL | 290º | 0.4% | 0.06% | - |
| HSV(B) | 290º | 0.57% | 0.08% | - |
| XYZ | 0.5 | 0.39 | 0.76 | - |
| YUV | 13.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 9 | 21 | 0.10 | 0.57 | 0 | 0.92 | 290 | 0.4 | 0.06 |
| Hex | 13 | 9 | 15 | A | 39 | 0 | 5C | 122 | 28 | 6 |
| Octal | 23 | 11 | 25 | 12 | 71 | 0 | 134 | 442 | 50 | 6 |
| Binary | 10011 | 1001 | 10101 | 1010 | 111001 | 0 | 1011100 | 100100010 | 101000 | 110 |
Color Harmonies of #130915
Complementary color
Monochromatic Colors of #130915
Black with #130915
Text Example
Text Example
White with #130915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130915; }
p { color: rgb(19,9,21); }
H1.HeaderClassName
{
color: #130915;
}
.AnyTagClassName
{
color: #130915;
}
</style>
background-color css
<style>
a { background-color: #130915; }
a { background-color: rgb(19,9,21); }
div.DivClassName
{
background-color: #130915;
}
.BgClassName
{
background-color: #130915;
}
</style>
border-color css
<style>
span { border-color: #130915; }
span { border-color: rgb(19,9,21); }
td.TdClassName
{
border-color: #130915;
}
.TagClassName
{
border-color: #130915;
}
</style>