Shades of Blackcurrant #120C13
Tints of Blackcurrant #120C13
RGB
CMYK
RGB Variations
Color information
#120C13 (or 0x120C13) is known color: Blackcurrant. HEX triplet: 12, 0C and 13. RGB value is (18,12,19). Sum of RGB (Red+Green+Blue) = 18+12+19=49 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36.73% from 49); Green value is 12 (5.08% from 255 or 24.49% from 49); Blue value is 19 (7.81% from 255 or 38.78% from 49); Max value from RGB is 19 - color contains mainly: blue. Hex color #120C13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120C13 is #EDF3EC. Grayscale: #0E0E0E. Windows color (decimal): -15594477 or 1248274. OLE color: 1248274.
HSL color Cylindrical-coordinate representation of color #120C13: hue angle of 291.43º degrees, saturation: 0.23, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #120C13 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 12 | 19 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.93 |
| HSL | 291.43º | 0.23% | 0.06% | - |
| HSV(B) | 291.43º | 0.37% | 0.07% | - |
| XYZ | 0.5 | 0.44 | 0.67 | - |
| YUV | 14.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 12 | 19 | 0.05 | 0.37 | 0 | 0.93 | 291.43 | 0.23 | 0.06 |
| Hex | 12 | C | 13 | 5 | 25 | 0 | 5D | 123 | 17 | 6 |
| Octal | 22 | 14 | 23 | 5 | 45 | 0 | 135 | 443 | 27 | 6 |
| Binary | 10010 | 1100 | 10011 | 101 | 100101 | 0 | 1011101 | 100100011 | 10111 | 110 |
Color Harmonies of #120C13
Complementary color
Monochromatic Colors of #120C13
Black with #120C13
Text Example
Text Example
White with #120C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120C13; }
p { color: rgb(18,12,19); }
H1.HeaderClassName
{
color: #120C13;
}
.AnyTagClassName
{
color: #120C13;
}
</style>
background-color css
<style>
a { background-color: #120C13; }
a { background-color: rgb(18,12,19); }
div.DivClassName
{
background-color: #120C13;
}
.BgClassName
{
background-color: #120C13;
}
</style>
border-color css
<style>
span { border-color: #120C13; }
span { border-color: rgb(18,12,19); }
td.TdClassName
{
border-color: #120C13;
}
.TagClassName
{
border-color: #120C13;
}
</style>