Shades of Blackcurrant #120018
Tints of Blackcurrant #120018
RGB
CMYK
RGB Variations
Color information
#120018 (or 0x120018) is known color: Blackcurrant. HEX triplet: 12, 00 and 18. RGB value is (18,0,24). Sum of RGB (Red+Green+Blue) = 18+0+24=42 (5% of max value = 765). Red value is 18 (7.42% from 255 or 42.86% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 24 (9.77% from 255 or 57.14% from 42); Max value from RGB is 24 - color contains mainly: blue. Hex color #120018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120018 is #EDFFE7. Grayscale: #080808. Windows color (decimal): -15597544 or 1572882. OLE color: 1572882.
HSL color Cylindrical-coordinate representation of color #120018: hue angle of 285º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120018 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 18 | 0 | 24 | - |
| CMYK | 0.25 | 1 | 0 | 0.91 |
| HSL | 285º | 1% | 0.05% | - |
| HSV(B) | 285º | 1% | 0.09% | - |
| XYZ | 0.41 | 0.19 | 0.88 | - |
| YUV | 8.12 | 136.96 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 24 | 0.25 | 1 | 0 | 0.91 | 285 | 1 | 0.05 |
| Hex | 12 | 0 | 18 | 19 | 64 | 0 | 5B | 11D | 64 | 5 |
| Octal | 22 | 0 | 30 | 31 | 144 | 0 | 133 | 435 | 144 | 5 |
| Binary | 10010 | 0 | 11000 | 11001 | 1100100 | 0 | 1011011 | 100011101 | 1100100 | 101 |
Color Harmonies of #120018
Complementary color
Monochromatic Colors of #120018
Black with #120018
Text Example
Text Example
White with #120018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120018; }
p { color: rgb(18,0,24); }
H1.HeaderClassName
{
color: #120018;
}
.AnyTagClassName
{
color: #120018;
}
</style>
background-color css
<style>
a { background-color: #120018; }
a { background-color: rgb(18,0,24); }
div.DivClassName
{
background-color: #120018;
}
.BgClassName
{
background-color: #120018;
}
</style>
border-color css
<style>
span { border-color: #120018; }
span { border-color: rgb(18,0,24); }
td.TdClassName
{
border-color: #120018;
}
.TagClassName
{
border-color: #120018;
}
</style>