Shades of Blackcurrant #120218
Tints of Blackcurrant #120218
RGB
CMYK
RGB Variations
Color information
#120218 (or 0x120218) is known color: Blackcurrant. HEX triplet: 12, 02 and 18. RGB value is (18,2,24). Sum of RGB (Red+Green+Blue) = 18+2+24=44 (5% of max value = 765). Red value is 18 (7.42% from 255 or 40.91% from 44); Green value is 2 (1.17% from 255 or 4.55% from 44); Blue value is 24 (9.77% from 255 or 54.55% from 44); Max value from RGB is 24 - color contains mainly: blue. Hex color #120218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120218 is #EDFDE7. Grayscale: #090909. Windows color (decimal): -15597032 or 1573394. OLE color: 1573394.
HSL color Cylindrical-coordinate representation of color #120218: hue angle of 283.64º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #120218 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 18 | 2 | 24 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.91 |
| HSL | 283.64º | 0.85% | 0.05% | - |
| HSV(B) | 283.64º | 0.92% | 0.09% | - |
| XYZ | 0.44 | 0.24 | 0.89 | - |
| YUV | 9.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 24 | 0.25 | 0.92 | 0 | 0.91 | 283.64 | 0.85 | 0.05 |
| Hex | 12 | 2 | 18 | 19 | 5C | 0 | 5B | 11C | 55 | 5 |
| Octal | 22 | 2 | 30 | 31 | 134 | 0 | 133 | 434 | 125 | 5 |
| Binary | 10010 | 10 | 11000 | 11001 | 1011100 | 0 | 1011011 | 100011100 | 1010101 | 101 |
Color Harmonies of #120218
Complementary color
Monochromatic Colors of #120218
Black with #120218
Text Example
Text Example
White with #120218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120218; }
p { color: rgb(18,2,24); }
H1.HeaderClassName
{
color: #120218;
}
.AnyTagClassName
{
color: #120218;
}
</style>
background-color css
<style>
a { background-color: #120218; }
a { background-color: rgb(18,2,24); }
div.DivClassName
{
background-color: #120218;
}
.BgClassName
{
background-color: #120218;
}
</style>
border-color css
<style>
span { border-color: #120218; }
span { border-color: rgb(18,2,24); }
td.TdClassName
{
border-color: #120218;
}
.TagClassName
{
border-color: #120218;
}
</style>