Shades of Blackcurrant #120F14
Tints of Blackcurrant #120F14
RGB
CMYK
RGB Variations
Color information
#120F14 (or 0x120F14) is known color: Blackcurrant. HEX triplet: 12, 0F and 14. RGB value is (18,15,20). Sum of RGB (Red+Green+Blue) = 18+15+20=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 15 (6.25% from 255 or 28.30% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 20 - color contains mainly: blue. Hex color #120F14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F14 is #EDF0EB. Grayscale: #101010. Windows color (decimal): -15593708 or 1314578. OLE color: 1314578.
HSL color Cylindrical-coordinate representation of color #120F14: hue angle of 276º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #120F14 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 18 | 15 | 20 | - |
| CMYK | 0.10 | 0.25 | 0 | 0.92 |
| HSL | 276º | 0.14% | 0.07% | - |
| HSV(B) | 276º | 0.25% | 0.08% | - |
| XYZ | 0.55 | 0.52 | 0.73 | - |
| YUV | 16.47 | 129.99 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 15 | 20 | 0.10 | 0.25 | 0 | 0.92 | 276 | 0.14 | 0.07 |
| Hex | 12 | F | 14 | A | 19 | 0 | 5C | 114 | E | 7 |
| Octal | 22 | 17 | 24 | 12 | 31 | 0 | 134 | 424 | 16 | 7 |
| Binary | 10010 | 1111 | 10100 | 1010 | 11001 | 0 | 1011100 | 100010100 | 1110 | 111 |
Color Harmonies of #120F14
Complementary color
Monochromatic Colors of #120F14
Black with #120F14
Text Example
Text Example
White with #120F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120F14; }
p { color: rgb(18,15,20); }
H1.HeaderClassName
{
color: #120F14;
}
.AnyTagClassName
{
color: #120F14;
}
</style>
background-color css
<style>
a { background-color: #120F14; }
a { background-color: rgb(18,15,20); }
div.DivClassName
{
background-color: #120F14;
}
.BgClassName
{
background-color: #120F14;
}
</style>
border-color css
<style>
span { border-color: #120F14; }
span { border-color: rgb(18,15,20); }
td.TdClassName
{
border-color: #120F14;
}
.TagClassName
{
border-color: #120F14;
}
</style>