Shades of Blackcurrant #120219
Tints of Blackcurrant #120219
RGB
CMYK
RGB Variations
Color information
#120219 (or 0x120219) is known color: Blackcurrant. HEX triplet: 12, 02 and 19. RGB value is (18,2,25). Sum of RGB (Red+Green+Blue) = 18+2+25=45 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40% from 45); Green value is 2 (1.17% from 255 or 4.44% from 45); Blue value is 25 (10.16% from 255 or 55.56% from 45); Max value from RGB is 25 - color contains mainly: blue. Hex color #120219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120219 is #EDFDE6. Grayscale: #090909. Windows color (decimal): -15597031 or 1638930. OLE color: 1638930.
HSL color Cylindrical-coordinate representation of color #120219: hue angle of 281.74º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #120219 is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 18 | 2 | 25 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.90 |
| HSL | 281.74º | 0.85% | 0.05% | - |
| HSV(B) | 281.74º | 0.92% | 0.1% | - |
| XYZ | 0.45 | 0.24 | 0.94 | - |
| YUV | 9.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 25 | 0.28 | 0.92 | 0 | 0.90 | 281.74 | 0.85 | 0.05 |
| Hex | 12 | 2 | 19 | 1C | 5C | 0 | 5A | 11A | 55 | 5 |
| Octal | 22 | 2 | 31 | 34 | 134 | 0 | 132 | 432 | 125 | 5 |
| Binary | 10010 | 10 | 11001 | 11100 | 1011100 | 0 | 1011010 | 100011010 | 1010101 | 101 |
Color Harmonies of #120219
Complementary color
Monochromatic Colors of #120219
Black with #120219
Text Example
Text Example
White with #120219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120219; }
p { color: rgb(18,2,25); }
H1.HeaderClassName
{
color: #120219;
}
.AnyTagClassName
{
color: #120219;
}
</style>
background-color css
<style>
a { background-color: #120219; }
a { background-color: rgb(18,2,25); }
div.DivClassName
{
background-color: #120219;
}
.BgClassName
{
background-color: #120219;
}
</style>
border-color css
<style>
span { border-color: #120219; }
span { border-color: rgb(18,2,25); }
td.TdClassName
{
border-color: #120219;
}
.TagClassName
{
border-color: #120219;
}
</style>