Shades of Blackcurrant #120122
Tints of Blackcurrant #120122
RGB
CMYK
RGB Variations
Color information
#120122 (or 0x120122) is known color: Blackcurrant. HEX triplet: 12, 01 and 22. RGB value is (18,1,34). Sum of RGB (Red+Green+Blue) = 18+1+34=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 34 (13.67% from 255 or 64.15% from 53); Max value from RGB is 34 - color contains mainly: blue. Hex color #120122 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120122 is #EDFEDD. Grayscale: #090909. Windows color (decimal): -15597278 or 2228498. OLE color: 2228498.
HSL color Cylindrical-coordinate representation of color #120122: hue angle of 270.91º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #120122 is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 18 | 1 | 34 | - |
| CMYK | 0.47 | 0.97 | 0 | 0.87 |
| HSL | 270.91º | 0.94% | 0.07% | - |
| HSV(B) | 270.91º | 0.97% | 0.13% | - |
| XYZ | 0.55 | 0.27 | 1.54 | - |
| YUV | 9.85 | 141.63 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 34 | 0.47 | 0.97 | 0 | 0.87 | 270.91 | 0.94 | 0.07 |
| Hex | 12 | 1 | 22 | 2F | 61 | 0 | 57 | 10F | 5E | 7 |
| Octal | 22 | 1 | 42 | 57 | 141 | 0 | 127 | 417 | 136 | 7 |
| Binary | 10010 | 1 | 100010 | 101111 | 1100001 | 0 | 1010111 | 100001111 | 1011110 | 111 |
Color Harmonies of #120122
Complementary color
Monochromatic Colors of #120122
Black with #120122
Text Example
Text Example
White with #120122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120122; }
p { color: rgb(18,1,34); }
H1.HeaderClassName
{
color: #120122;
}
.AnyTagClassName
{
color: #120122;
}
</style>
background-color css
<style>
a { background-color: #120122; }
a { background-color: rgb(18,1,34); }
div.DivClassName
{
background-color: #120122;
}
.BgClassName
{
background-color: #120122;
}
</style>
border-color css
<style>
span { border-color: #120122; }
span { border-color: rgb(18,1,34); }
td.TdClassName
{
border-color: #120122;
}
.TagClassName
{
border-color: #120122;
}
</style>