Shades of Blackcurrant #130916
Tints of Blackcurrant #130916
RGB
CMYK
RGB Variations
Color information
#130916 (or 0x130916) is known color: Blackcurrant. HEX triplet: 13, 09 and 16. RGB value is (19,9,22). Sum of RGB (Red+Green+Blue) = 19+9+22=50 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38% from 50); Green value is 9 (3.91% from 255 or 18% from 50); Blue value is 22 (8.98% from 255 or 44% from 50); Max value from RGB is 22 - color contains mainly: blue. Hex color #130916 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130916 is #ECF6E9. Grayscale: #0D0D0D. Windows color (decimal): -15529706 or 1444115. OLE color: 1444115.
HSL color Cylindrical-coordinate representation of color #130916: hue angle of 286.15º degrees, saturation: 0.42, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #130916 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 19 | 9 | 22 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.91 |
| HSL | 286.15º | 0.42% | 0.06% | - |
| HSV(B) | 286.15º | 0.59% | 0.09% | - |
| XYZ | 0.51 | 0.39 | 0.81 | - |
| YUV | 13.47 | 132.81 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 9 | 22 | 0.14 | 0.59 | 0 | 0.91 | 286.15 | 0.42 | 0.06 |
| Hex | 13 | 9 | 16 | E | 3B | 0 | 5B | 11E | 2A | 6 |
| Octal | 23 | 11 | 26 | 16 | 73 | 0 | 133 | 436 | 52 | 6 |
| Binary | 10011 | 1001 | 10110 | 1110 | 111011 | 0 | 1011011 | 100011110 | 101010 | 110 |
Color Harmonies of #130916
Complementary color
Monochromatic Colors of #130916
Black with #130916
Text Example
Text Example
White with #130916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130916; }
p { color: rgb(19,9,22); }
H1.HeaderClassName
{
color: #130916;
}
.AnyTagClassName
{
color: #130916;
}
</style>
background-color css
<style>
a { background-color: #130916; }
a { background-color: rgb(19,9,22); }
div.DivClassName
{
background-color: #130916;
}
.BgClassName
{
background-color: #130916;
}
</style>
border-color css
<style>
span { border-color: #130916; }
span { border-color: rgb(19,9,22); }
td.TdClassName
{
border-color: #130916;
}
.TagClassName
{
border-color: #130916;
}
</style>