Shades of Blackcurrant #120117
Tints of Blackcurrant #120117
RGB
CMYK
RGB Variations
Color information
#120117 (or 0x120117) is known color: Blackcurrant. HEX triplet: 12, 01 and 17. RGB value is (18,1,23). Sum of RGB (Red+Green+Blue) = 18+1+23=42 (5% of max value = 765). Red value is 18 (7.42% from 255 or 42.86% from 42); Green value is 1 (0.78% from 255 or 2.38% from 42); Blue value is 23 (9.38% from 255 or 54.76% from 42); Max value from RGB is 23 - color contains mainly: blue. Hex color #120117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120117 is #EDFEE8. Grayscale: #080808. Windows color (decimal): -15597289 or 1507602. OLE color: 1507602.
HSL color Cylindrical-coordinate representation of color #120117: hue angle of 286.36º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #120117 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 18 | 1 | 23 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.91 |
| HSL | 286.36º | 0.92% | 0.05% | - |
| HSV(B) | 286.36º | 0.96% | 0.09% | - |
| XYZ | 0.41 | 0.21 | 0.83 | - |
| YUV | 8.59 | 136.13 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 23 | 0.22 | 0.96 | 0 | 0.91 | 286.36 | 0.92 | 0.05 |
| Hex | 12 | 1 | 17 | 16 | 60 | 0 | 5B | 11E | 5C | 5 |
| Octal | 22 | 1 | 27 | 26 | 140 | 0 | 133 | 436 | 134 | 5 |
| Binary | 10010 | 1 | 10111 | 10110 | 1100000 | 0 | 1011011 | 100011110 | 1011100 | 101 |
Color Harmonies of #120117
Complementary color
Monochromatic Colors of #120117
Black with #120117
Text Example
Text Example
White with #120117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120117; }
p { color: rgb(18,1,23); }
H1.HeaderClassName
{
color: #120117;
}
.AnyTagClassName
{
color: #120117;
}
</style>
background-color css
<style>
a { background-color: #120117; }
a { background-color: rgb(18,1,23); }
div.DivClassName
{
background-color: #120117;
}
.BgClassName
{
background-color: #120117;
}
</style>
border-color css
<style>
span { border-color: #120117; }
span { border-color: rgb(18,1,23); }
td.TdClassName
{
border-color: #120117;
}
.TagClassName
{
border-color: #120117;
}
</style>