Shades of Blackcurrant #120119
Tints of Blackcurrant #120119
RGB
CMYK
RGB Variations
Color information
#120119 (or 0x120119) is known color: Blackcurrant. HEX triplet: 12, 01 and 19. RGB value is (18,1,25). Sum of RGB (Red+Green+Blue) = 18+1+25=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 1 (0.78% from 255 or 2.27% from 44); Blue value is 25 (10.16% from 255 or 56.82% from 44); Max value from RGB is 25 - color contains mainly: blue. Hex color #120119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120119 is #EDFEE6. Grayscale: #080808. Windows color (decimal): -15597287 or 1638674. OLE color: 1638674.
HSL color Cylindrical-coordinate representation of color #120119: hue angle of 282.5º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #120119 is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 18 | 1 | 25 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.90 |
| HSL | 282.5º | 0.92% | 0.05% | - |
| HSV(B) | 282.5º | 0.96% | 0.1% | - |
| XYZ | 0.44 | 0.22 | 0.94 | - |
| YUV | 8.82 | 137.13 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 25 | 0.28 | 0.96 | 0 | 0.90 | 282.5 | 0.92 | 0.05 |
| Hex | 12 | 1 | 19 | 1C | 60 | 0 | 5A | 11A | 5C | 5 |
| Octal | 22 | 1 | 31 | 34 | 140 | 0 | 132 | 432 | 134 | 5 |
| Binary | 10010 | 1 | 11001 | 11100 | 1100000 | 0 | 1011010 | 100011010 | 1011100 | 101 |
Color Harmonies of #120119
Complementary color
Monochromatic Colors of #120119
Black with #120119
Text Example
Text Example
White with #120119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120119; }
p { color: rgb(18,1,25); }
H1.HeaderClassName
{
color: #120119;
}
.AnyTagClassName
{
color: #120119;
}
</style>
background-color css
<style>
a { background-color: #120119; }
a { background-color: rgb(18,1,25); }
div.DivClassName
{
background-color: #120119;
}
.BgClassName
{
background-color: #120119;
}
</style>
border-color css
<style>
span { border-color: #120119; }
span { border-color: rgb(18,1,25); }
td.TdClassName
{
border-color: #120119;
}
.TagClassName
{
border-color: #120119;
}
</style>