Shades of Blackcurrant #130B18
Tints of Blackcurrant #130B18
RGB
CMYK
RGB Variations
Color information
#130B18 (or 0x130B18) is known color: Blackcurrant. HEX triplet: 13, 0B and 18. RGB value is (19,11,24). Sum of RGB (Red+Green+Blue) = 19+11+24=54 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.19% from 54); Green value is 11 (4.69% from 255 or 20.37% from 54); Blue value is 24 (9.77% from 255 or 44.44% from 54); Max value from RGB is 24 - color contains mainly: blue. Hex color #130B18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130B18 is #ECF4E7. Grayscale: #0E0E0E. Windows color (decimal): -15529192 or 1575699. OLE color: 1575699.
HSL color Cylindrical-coordinate representation of color #130B18: hue angle of 276.92º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #130B18 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 19 | 11 | 24 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.91 |
| HSL | 276.92º | 0.37% | 0.07% | - |
| HSV(B) | 276.92º | 0.54% | 0.09% | - |
| XYZ | 0.55 | 0.44 | 0.92 | - |
| YUV | 14.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 11 | 24 | 0.21 | 0.54 | 0 | 0.91 | 276.92 | 0.37 | 0.07 |
| Hex | 13 | B | 18 | 15 | 36 | 0 | 5B | 115 | 25 | 7 |
| Octal | 23 | 13 | 30 | 25 | 66 | 0 | 133 | 425 | 45 | 7 |
| Binary | 10011 | 1011 | 11000 | 10101 | 110110 | 0 | 1011011 | 100010101 | 100101 | 111 |
Color Harmonies of #130B18
Complementary color
Monochromatic Colors of #130B18
Black with #130B18
Text Example
Text Example
White with #130B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130B18; }
p { color: rgb(19,11,24); }
H1.HeaderClassName
{
color: #130B18;
}
.AnyTagClassName
{
color: #130B18;
}
</style>
background-color css
<style>
a { background-color: #130B18; }
a { background-color: rgb(19,11,24); }
div.DivClassName
{
background-color: #130B18;
}
.BgClassName
{
background-color: #130B18;
}
</style>
border-color css
<style>
span { border-color: #130B18; }
span { border-color: rgb(19,11,24); }
td.TdClassName
{
border-color: #130B18;
}
.TagClassName
{
border-color: #130B18;
}
</style>