Shades of Blackcurrant #120214
Tints of Blackcurrant #120214
RGB
CMYK
RGB Variations
Color information
#120214 (or 0x120214) is known color: Blackcurrant. HEX triplet: 12, 02 and 14. RGB value is (18,2,20). Sum of RGB (Red+Green+Blue) = 18+2+20=40 (5% of max value = 765). Red value is 18 (7.42% from 255 or 45% from 40); Green value is 2 (1.17% from 255 or 5% from 40); Blue value is 20 (8.20% from 255 or 50% from 40); Max value from RGB is 20 - color contains mainly: blue. Hex color #120214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120214 is #EDFDEB. Grayscale: #080808. Windows color (decimal): -15597036 or 1311250. OLE color: 1311250.
HSL color Cylindrical-coordinate representation of color #120214: hue angle of 293.33º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #120214 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 18 | 2 | 20 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.92 |
| HSL | 293.33º | 0.82% | 0.04% | - |
| HSV(B) | 293.33º | 0.9% | 0.08% | - |
| XYZ | 0.4 | 0.22 | 0.68 | - |
| YUV | 8.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 20 | 0.10 | 0.90 | 0 | 0.92 | 293.33 | 0.82 | 0.04 |
| Hex | 12 | 2 | 14 | A | 5A | 0 | 5C | 125 | 52 | 4 |
| Octal | 22 | 2 | 24 | 12 | 132 | 0 | 134 | 445 | 122 | 4 |
| Binary | 10010 | 10 | 10100 | 1010 | 1011010 | 0 | 1011100 | 100100101 | 1010010 | 100 |
Color Harmonies of #120214
Complementary color
Monochromatic Colors of #120214
Black with #120214
Text Example
Text Example
White with #120214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120214; }
p { color: rgb(18,2,20); }
H1.HeaderClassName
{
color: #120214;
}
.AnyTagClassName
{
color: #120214;
}
</style>
background-color css
<style>
a { background-color: #120214; }
a { background-color: rgb(18,2,20); }
div.DivClassName
{
background-color: #120214;
}
.BgClassName
{
background-color: #120214;
}
</style>
border-color css
<style>
span { border-color: #120214; }
span { border-color: rgb(18,2,20); }
td.TdClassName
{
border-color: #120214;
}
.TagClassName
{
border-color: #120214;
}
</style>