Shades of Blackcurrant #120B19
Tints of Blackcurrant #120B19
RGB
CMYK
RGB Variations
Color information
#120B19 (or 0x120B19) is known color: Blackcurrant. HEX triplet: 12, 0B and 19. RGB value is (18,11,25). Sum of RGB (Red+Green+Blue) = 18+11+25=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 11 (4.69% from 255 or 20.37% from 54); Blue value is 25 (10.16% from 255 or 46.30% from 54); Max value from RGB is 25 - color contains mainly: blue. Hex color #120B19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B19 is #EDF4E6. Grayscale: #0E0E0E. Windows color (decimal): -15594727 or 1641234. OLE color: 1641234.
HSL color Cylindrical-coordinate representation of color #120B19: hue angle of 270º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #120B19 is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 18 | 11 | 25 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.90 |
| HSL | 270º | 0.39% | 0.07% | - |
| HSV(B) | 270º | 0.56% | 0.1% | - |
| XYZ | 0.54 | 0.44 | 0.98 | - |
| YUV | 14.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 11 | 25 | 0.28 | 0.56 | 0 | 0.90 | 270 | 0.39 | 0.07 |
| Hex | 12 | B | 19 | 1C | 38 | 0 | 5A | 10E | 27 | 7 |
| Octal | 22 | 13 | 31 | 34 | 70 | 0 | 132 | 416 | 47 | 7 |
| Binary | 10010 | 1011 | 11001 | 11100 | 111000 | 0 | 1011010 | 100001110 | 100111 | 111 |
Color Harmonies of #120B19
Complementary color
Monochromatic Colors of #120B19
Black with #120B19
Text Example
Text Example
White with #120B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120B19; }
p { color: rgb(18,11,25); }
H1.HeaderClassName
{
color: #120B19;
}
.AnyTagClassName
{
color: #120B19;
}
</style>
background-color css
<style>
a { background-color: #120B19; }
a { background-color: rgb(18,11,25); }
div.DivClassName
{
background-color: #120B19;
}
.BgClassName
{
background-color: #120B19;
}
</style>
border-color css
<style>
span { border-color: #120B19; }
span { border-color: rgb(18,11,25); }
td.TdClassName
{
border-color: #120B19;
}
.TagClassName
{
border-color: #120B19;
}
</style>