Shades of Blackcurrant #120215
Tints of Blackcurrant #120215
RGB
CMYK
RGB Variations
Color information
#120215 (or 0x120215) is known color: Blackcurrant. HEX triplet: 12, 02 and 15. RGB value is (18,2,21). Sum of RGB (Red+Green+Blue) = 18+2+21=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 2 (1.17% from 255 or 4.88% from 41); Blue value is 21 (8.59% from 255 or 51.22% from 41); Max value from RGB is 21 - color contains mainly: blue. Hex color #120215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120215 is #EDFDEA. Grayscale: #080808. Windows color (decimal): -15597035 or 1376786. OLE color: 1376786.
HSL color Cylindrical-coordinate representation of color #120215: hue angle of 290.53º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #120215 is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 18 | 2 | 21 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.92 |
| HSL | 290.53º | 0.83% | 0.05% | - |
| HSV(B) | 290.53º | 0.9% | 0.08% | - |
| XYZ | 0.41 | 0.23 | 0.73 | - |
| YUV | 8.95 | 134.8 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 21 | 0.14 | 0.90 | 0 | 0.92 | 290.53 | 0.83 | 0.05 |
| Hex | 12 | 2 | 15 | E | 5A | 0 | 5C | 123 | 53 | 5 |
| Octal | 22 | 2 | 25 | 16 | 132 | 0 | 134 | 443 | 123 | 5 |
| Binary | 10010 | 10 | 10101 | 1110 | 1011010 | 0 | 1011100 | 100100011 | 1010011 | 101 |
Color Harmonies of #120215
Complementary color
Monochromatic Colors of #120215
Black with #120215
Text Example
Text Example
White with #120215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120215; }
p { color: rgb(18,2,21); }
H1.HeaderClassName
{
color: #120215;
}
.AnyTagClassName
{
color: #120215;
}
</style>
background-color css
<style>
a { background-color: #120215; }
a { background-color: rgb(18,2,21); }
div.DivClassName
{
background-color: #120215;
}
.BgClassName
{
background-color: #120215;
}
</style>
border-color css
<style>
span { border-color: #120215; }
span { border-color: rgb(18,2,21); }
td.TdClassName
{
border-color: #120215;
}
.TagClassName
{
border-color: #120215;
}
</style>