Shades of Blackcurrant #120224
Tints of Blackcurrant #120224
RGB
CMYK
RGB Variations
Color information
#120224 (or 0x120224) is known color: Blackcurrant. HEX triplet: 12, 02 and 24. RGB value is (18,2,36). Sum of RGB (Red+Green+Blue) = 18+2+36=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 2 (1.17% from 255 or 3.57% from 56); Blue value is 36 (14.45% from 255 or 64.29% from 56); Max value from RGB is 36 - color contains mainly: blue. Hex color #120224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120224 is #EDFDDB. Grayscale: #0A0A0A. Windows color (decimal): -15597020 or 2359826. OLE color: 2359826.
HSL color Cylindrical-coordinate representation of color #120224: hue angle of 268.24º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120224 is Cyan = 0.5, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 18 | 2 | 36 | - |
| CMYK | 0.5 | 0.94 | 0 | 0.86 |
| HSL | 268.24º | 0.89% | 0.07% | - |
| HSV(B) | 268.24º | 0.94% | 0.14% | - |
| XYZ | 0.59 | 0.3 | 1.7 | - |
| YUV | 10.66 | 142.3 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 36 | 0.5 | 0.94 | 0 | 0.86 | 268.24 | 0.89 | 0.07 |
| Hex | 12 | 2 | 24 | 32 | 5E | 0 | 56 | 10C | 59 | 7 |
| Octal | 22 | 2 | 44 | 62 | 136 | 0 | 126 | 414 | 131 | 7 |
| Binary | 10010 | 10 | 100100 | 110010 | 1011110 | 0 | 1010110 | 100001100 | 1011001 | 111 |
Color Harmonies of #120224
Complementary color
Monochromatic Colors of #120224
Black with #120224
Text Example
Text Example
White with #120224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120224; }
p { color: rgb(18,2,36); }
H1.HeaderClassName
{
color: #120224;
}
.AnyTagClassName
{
color: #120224;
}
</style>
background-color css
<style>
a { background-color: #120224; }
a { background-color: rgb(18,2,36); }
div.DivClassName
{
background-color: #120224;
}
.BgClassName
{
background-color: #120224;
}
</style>
border-color css
<style>
span { border-color: #120224; }
span { border-color: rgb(18,2,36); }
td.TdClassName
{
border-color: #120224;
}
.TagClassName
{
border-color: #120224;
}
</style>