Shades of Blackcurrant #130B16
Tints of Blackcurrant #130B16
RGB
CMYK
RGB Variations
Color information
#130B16 (or 0x130B16) is known color: Blackcurrant. HEX triplet: 13, 0B and 16. RGB value is (19,11,22). Sum of RGB (Red+Green+Blue) = 19+11+22=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 11 (4.69% from 255 or 21.15% from 52); Blue value is 22 (8.98% from 255 or 42.31% from 52); Max value from RGB is 22 - color contains mainly: blue. Hex color #130B16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130B16 is #ECF4E9. Grayscale: #0E0E0E. Windows color (decimal): -15529194 or 1444627. OLE color: 1444627.
HSL color Cylindrical-coordinate representation of color #130B16: hue angle of 283.64º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #130B16 is Cyan = 0.14, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 19 | 11 | 22 | - |
| CMYK | 0.14 | 0.5 | 0 | 0.91 |
| HSL | 283.64º | 0.33% | 0.06% | - |
| HSV(B) | 283.64º | 0.5% | 0.09% | - |
| XYZ | 0.53 | 0.44 | 0.82 | - |
| YUV | 14.65 | 132.15 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 22 | 0.14 | 0.5 | 0 | 0.91 | 283.64 | 0.33 | 0.06 |
| Hex | 13 | B | 16 | E | 32 | 0 | 5B | 11C | 21 | 6 |
| Octal | 23 | 13 | 26 | 16 | 62 | 0 | 133 | 434 | 41 | 6 |
| Binary | 10011 | 1011 | 10110 | 1110 | 110010 | 0 | 1011011 | 100011100 | 100001 | 110 |
Color Harmonies of #130B16
Complementary color
Monochromatic Colors of #130B16
Black with #130B16
Text Example
Text Example
White with #130B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130B16; }
p { color: rgb(19,11,22); }
H1.HeaderClassName
{
color: #130B16;
}
.AnyTagClassName
{
color: #130B16;
}
</style>
background-color css
<style>
a { background-color: #130B16; }
a { background-color: rgb(19,11,22); }
div.DivClassName
{
background-color: #130B16;
}
.BgClassName
{
background-color: #130B16;
}
</style>
border-color css
<style>
span { border-color: #130B16; }
span { border-color: rgb(19,11,22); }
td.TdClassName
{
border-color: #130B16;
}
.TagClassName
{
border-color: #130B16;
}
</style>