Shades of Blackcurrant #110117
Tints of Blackcurrant #110117
RGB
CMYK
RGB Variations
Color information
#110117 (or 0x110117) is known color: Blackcurrant. HEX triplet: 11, 01 and 17. RGB value is (17,1,23). Sum of RGB (Red+Green+Blue) = 17+1+23=41 (5% of max value = 765). Red value is 17 (7.03% from 255 or 41.46% from 41); Green value is 1 (0.78% from 255 or 2.44% 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 #110117 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110117 is #EEFEE8. Grayscale: #080808. Windows color (decimal): -15662825 or 1507601. OLE color: 1507601.
HSL color Cylindrical-coordinate representation of color #110117: hue angle of 283.64º 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 #110117 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 1 | 23 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.91 |
| HSL | 283.64º | 0.92% | 0.05% | - |
| HSV(B) | 283.64º | 0.96% | 0.09% | - |
| XYZ | 0.4 | 0.2 | 0.83 | - |
| YUV | 8.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 23 | 0.26 | 0.96 | 0 | 0.91 | 283.64 | 0.92 | 0.05 |
| Hex | 11 | 1 | 17 | 1A | 60 | 0 | 5B | 11C | 5C | 5 |
| Octal | 21 | 1 | 27 | 32 | 140 | 0 | 133 | 434 | 134 | 5 |
| Binary | 10001 | 1 | 10111 | 11010 | 1100000 | 0 | 1011011 | 100011100 | 1011100 | 101 |
Color Harmonies of #110117
Complementary color
Monochromatic Colors of #110117
Black with #110117
Text Example
Text Example
White with #110117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110117; }
p { color: rgb(17,1,23); }
H1.HeaderClassName
{
color: #110117;
}
.AnyTagClassName
{
color: #110117;
}
</style>
background-color css
<style>
a { background-color: #110117; }
a { background-color: rgb(17,1,23); }
div.DivClassName
{
background-color: #110117;
}
.BgClassName
{
background-color: #110117;
}
</style>
border-color css
<style>
span { border-color: #110117; }
span { border-color: rgb(17,1,23); }
td.TdClassName
{
border-color: #110117;
}
.TagClassName
{
border-color: #110117;
}
</style>