Shades of Blackcurrant #120124
Tints of Blackcurrant #120124
RGB
CMYK
RGB Variations
Color information
#120124 (or 0x120124) is known color: Blackcurrant. HEX triplet: 12, 01 and 24. RGB value is (18,1,36). Sum of RGB (Red+Green+Blue) = 18+1+36=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 1 (0.78% from 255 or 1.82% from 55); Blue value is 36 (14.45% from 255 or 65.45% from 55); Max value from RGB is 36 - color contains mainly: blue. Hex color #120124 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120124 is #EDFEDB. Grayscale: #090909. Windows color (decimal): -15597276 or 2359570. OLE color: 2359570.
HSL color Cylindrical-coordinate representation of color #120124: hue angle of 269.14º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #120124 is Cyan = 0.5, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 18 | 1 | 36 | - |
| CMYK | 0.5 | 0.97 | 0 | 0.86 |
| HSL | 269.14º | 0.95% | 0.07% | - |
| HSV(B) | 269.14º | 0.97% | 0.14% | - |
| XYZ | 0.58 | 0.28 | 1.69 | - |
| YUV | 10.07 | 142.63 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 36 | 0.5 | 0.97 | 0 | 0.86 | 269.14 | 0.95 | 0.07 |
| Hex | 12 | 1 | 24 | 32 | 61 | 0 | 56 | 10D | 5F | 7 |
| Octal | 22 | 1 | 44 | 62 | 141 | 0 | 126 | 415 | 137 | 7 |
| Binary | 10010 | 1 | 100100 | 110010 | 1100001 | 0 | 1010110 | 100001101 | 1011111 | 111 |
Color Harmonies of #120124
Complementary color
Monochromatic Colors of #120124
Black with #120124
Text Example
Text Example
White with #120124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120124; }
p { color: rgb(18,1,36); }
H1.HeaderClassName
{
color: #120124;
}
.AnyTagClassName
{
color: #120124;
}
</style>
background-color css
<style>
a { background-color: #120124; }
a { background-color: rgb(18,1,36); }
div.DivClassName
{
background-color: #120124;
}
.BgClassName
{
background-color: #120124;
}
</style>
border-color css
<style>
span { border-color: #120124; }
span { border-color: rgb(18,1,36); }
td.TdClassName
{
border-color: #120124;
}
.TagClassName
{
border-color: #120124;
}
</style>