Shades of Blackcurrant #120017
Tints of Blackcurrant #120017
RGB
CMYK
RGB Variations
Color information
#120017 (or 0x120017) is known color: Blackcurrant. HEX triplet: 12, 00 and 17. RGB value is (18,0,23). Sum of RGB (Red+Green+Blue) = 18+0+23=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 23 (9.38% from 255 or 56.10% from 41); Max value from RGB is 23 - color contains mainly: blue. Hex color #120017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120017 is #EDFFE8. Grayscale: #070707. Windows color (decimal): -15597545 or 1507346. OLE color: 1507346.
HSL color Cylindrical-coordinate representation of color #120017: hue angle of 286.96º 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 #120017 is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 18 | 0 | 23 | - |
| CMYK | 0.22 | 1 | 0 | 0.91 |
| HSL | 286.96º | 1% | 0.05% | - |
| HSV(B) | 286.96º | 1% | 0.09% | - |
| XYZ | 0.4 | 0.19 | 0.83 | - |
| YUV | 8 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 23 | 0.22 | 1 | 0 | 0.91 | 286.96 | 1 | 0.05 |
| Hex | 12 | 0 | 17 | 16 | 64 | 0 | 5B | 11F | 64 | 5 |
| Octal | 22 | 0 | 27 | 26 | 144 | 0 | 133 | 437 | 144 | 5 |
| Binary | 10010 | 0 | 10111 | 10110 | 1100100 | 0 | 1011011 | 100011111 | 1100100 | 101 |
Color Harmonies of #120017
Complementary color
Monochromatic Colors of #120017
Black with #120017
Text Example
Text Example
White with #120017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120017; }
p { color: rgb(18,0,23); }
H1.HeaderClassName
{
color: #120017;
}
.AnyTagClassName
{
color: #120017;
}
</style>
background-color css
<style>
a { background-color: #120017; }
a { background-color: rgb(18,0,23); }
div.DivClassName
{
background-color: #120017;
}
.BgClassName
{
background-color: #120017;
}
</style>
border-color css
<style>
span { border-color: #120017; }
span { border-color: rgb(18,0,23); }
td.TdClassName
{
border-color: #120017;
}
.TagClassName
{
border-color: #120017;
}
</style>