Shades of Blackcurrant #120019
Tints of Blackcurrant #120019
RGB
CMYK
RGB Variations
Color information
#120019 (or 0x120019) is known color: Blackcurrant. HEX triplet: 12, 00 and 19. RGB value is (18,0,25). Sum of RGB (Red+Green+Blue) = 18+0+25=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 0 (0.39% from 255 or 0% from 43); Blue value is 25 (10.16% from 255 or 58.14% from 43); Max value from RGB is 25 - color contains mainly: blue. Hex color #120019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120019 is #EDFFE6. Grayscale: #080808. Windows color (decimal): -15597543 or 1638418. OLE color: 1638418.
HSL color Cylindrical-coordinate representation of color #120019: hue angle of 283.2º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120019 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 18 | 0 | 25 | - |
| CMYK | 0.28 | 1 | 0 | 0.90 |
| HSL | 283.2º | 1% | 0.05% | - |
| HSV(B) | 283.2º | 1% | 0.1% | - |
| XYZ | 0.42 | 0.2 | 0.94 | - |
| YUV | 8.23 | 137.46 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 25 | 0.28 | 1 | 0 | 0.90 | 283.2 | 1 | 0.05 |
| Hex | 12 | 0 | 19 | 1C | 64 | 0 | 5A | 11B | 64 | 5 |
| Octal | 22 | 0 | 31 | 34 | 144 | 0 | 132 | 433 | 144 | 5 |
| Binary | 10010 | 0 | 11001 | 11100 | 1100100 | 0 | 1011010 | 100011011 | 1100100 | 101 |
Color Harmonies of #120019
Complementary color
Monochromatic Colors of #120019
Black with #120019
Text Example
Text Example
White with #120019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120019; }
p { color: rgb(18,0,25); }
H1.HeaderClassName
{
color: #120019;
}
.AnyTagClassName
{
color: #120019;
}
</style>
background-color css
<style>
a { background-color: #120019; }
a { background-color: rgb(18,0,25); }
div.DivClassName
{
background-color: #120019;
}
.BgClassName
{
background-color: #120019;
}
</style>
border-color css
<style>
span { border-color: #120019; }
span { border-color: rgb(18,0,25); }
td.TdClassName
{
border-color: #120019;
}
.TagClassName
{
border-color: #120019;
}
</style>