Shades of Blackcurrant #130F18
Tints of Blackcurrant #130F18
RGB
CMYK
RGB Variations
Color information
#130F18 (or 0x130F18) is known color: Blackcurrant. HEX triplet: 13, 0F and 18. RGB value is (19,15,24). Sum of RGB (Red+Green+Blue) = 19+15+24=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 15 (6.25% from 255 or 25.86% from 58); Blue value is 24 (9.77% from 255 or 41.38% from 58); Max value from RGB is 24 - color contains mainly: blue. Hex color #130F18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130F18 is #ECF0E7. Grayscale: #111111. Windows color (decimal): -15528168 or 1576723. OLE color: 1576723.
HSL color Cylindrical-coordinate representation of color #130F18: hue angle of 266.67º degrees, saturation: 0.23, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #130F18 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 19 | 15 | 24 | - |
| CMYK | 0.21 | 0.37 | 0 | 0.91 |
| HSL | 266.67º | 0.23% | 0.08% | - |
| HSV(B) | 266.67º | 0.38% | 0.09% | - |
| XYZ | 0.6 | 0.55 | 0.94 | - |
| YUV | 17.22 | 131.83 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 15 | 24 | 0.21 | 0.37 | 0 | 0.91 | 266.67 | 0.23 | 0.08 |
| Hex | 13 | F | 18 | 15 | 25 | 0 | 5B | 10B | 17 | 8 |
| Octal | 23 | 17 | 30 | 25 | 45 | 0 | 133 | 413 | 27 | 10 |
| Binary | 10011 | 1111 | 11000 | 10101 | 100101 | 0 | 1011011 | 100001011 | 10111 | 1000 |
Color Harmonies of #130F18
Complementary color
Monochromatic Colors of #130F18
Black with #130F18
Text Example
Text Example
White with #130F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130F18; }
p { color: rgb(19,15,24); }
H1.HeaderClassName
{
color: #130F18;
}
.AnyTagClassName
{
color: #130F18;
}
</style>
background-color css
<style>
a { background-color: #130F18; }
a { background-color: rgb(19,15,24); }
div.DivClassName
{
background-color: #130F18;
}
.BgClassName
{
background-color: #130F18;
}
</style>
border-color css
<style>
span { border-color: #130F18; }
span { border-color: rgb(19,15,24); }
td.TdClassName
{
border-color: #130F18;
}
.TagClassName
{
border-color: #130F18;
}
</style>