Shades of Blackcurrant #130D18
Tints of Blackcurrant #130D18
RGB
CMYK
RGB Variations
Color information
#130D18 (or 0x130D18) is known color: Blackcurrant. HEX triplet: 13, 0D and 18. RGB value is (19,13,24). Sum of RGB (Red+Green+Blue) = 19+13+24=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 13 (5.47% from 255 or 23.21% from 56); Blue value is 24 (9.77% from 255 or 42.86% from 56); Max value from RGB is 24 - color contains mainly: blue. Hex color #130D18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130D18 is #ECF2E7. Grayscale: #101010. Windows color (decimal): -15528680 or 1576211. OLE color: 1576211.
HSL color Cylindrical-coordinate representation of color #130D18: hue angle of 272.73º degrees, saturation: 0.3, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #130D18 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 19 | 13 | 24 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.91 |
| HSL | 272.73º | 0.3% | 0.07% | - |
| HSV(B) | 272.73º | 0.46% | 0.09% | - |
| XYZ | 0.58 | 0.49 | 0.93 | - |
| YUV | 16.05 | 132.49 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 13 | 24 | 0.21 | 0.46 | 0 | 0.91 | 272.73 | 0.3 | 0.07 |
| Hex | 13 | D | 18 | 15 | 2E | 0 | 5B | 111 | 1E | 7 |
| Octal | 23 | 15 | 30 | 25 | 56 | 0 | 133 | 421 | 36 | 7 |
| Binary | 10011 | 1101 | 11000 | 10101 | 101110 | 0 | 1011011 | 100010001 | 11110 | 111 |
Color Harmonies of #130D18
Complementary color
Monochromatic Colors of #130D18
Black with #130D18
Text Example
Text Example
White with #130D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130D18; }
p { color: rgb(19,13,24); }
H1.HeaderClassName
{
color: #130D18;
}
.AnyTagClassName
{
color: #130D18;
}
</style>
background-color css
<style>
a { background-color: #130D18; }
a { background-color: rgb(19,13,24); }
div.DivClassName
{
background-color: #130D18;
}
.BgClassName
{
background-color: #130D18;
}
</style>
border-color css
<style>
span { border-color: #130D18; }
span { border-color: rgb(19,13,24); }
td.TdClassName
{
border-color: #130D18;
}
.TagClassName
{
border-color: #130D18;
}
</style>