Shades of Blackcurrant #110119
Tints of Blackcurrant #110119
RGB
CMYK
RGB Variations
Color information
#110119 (or 0x110119) is known color: Blackcurrant. HEX triplet: 11, 01 and 19. RGB value is (17,1,25). Sum of RGB (Red+Green+Blue) = 17+1+25=43 (5% of max value = 765). Red value is 17 (7.03% from 255 or 39.53% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 25 (10.16% from 255 or 58.14% from 43); Max value from RGB is 25 - color contains mainly: blue. Hex color #110119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110119 is #EEFEE6. Grayscale: #080808. Windows color (decimal): -15662823 or 1638673. OLE color: 1638673.
HSL color Cylindrical-coordinate representation of color #110119: hue angle of 280º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #110119 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 1 | 25 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.90 |
| HSL | 280º | 0.92% | 0.05% | - |
| HSV(B) | 280º | 0.96% | 0.1% | - |
| XYZ | 0.42 | 0.21 | 0.94 | - |
| YUV | 8.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 25 | 0.32 | 0.96 | 0 | 0.90 | 280 | 0.92 | 0.05 |
| Hex | 11 | 1 | 19 | 20 | 60 | 0 | 5A | 118 | 5C | 5 |
| Octal | 21 | 1 | 31 | 40 | 140 | 0 | 132 | 430 | 134 | 5 |
| Binary | 10001 | 1 | 11001 | 100000 | 1100000 | 0 | 1011010 | 100011000 | 1011100 | 101 |
Color Harmonies of #110119
Complementary color
Monochromatic Colors of #110119
Black with #110119
Text Example
Text Example
White with #110119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110119; }
p { color: rgb(17,1,25); }
H1.HeaderClassName
{
color: #110119;
}
.AnyTagClassName
{
color: #110119;
}
</style>
background-color css
<style>
a { background-color: #110119; }
a { background-color: rgb(17,1,25); }
div.DivClassName
{
background-color: #110119;
}
.BgClassName
{
background-color: #110119;
}
</style>
border-color css
<style>
span { border-color: #110119; }
span { border-color: rgb(17,1,25); }
td.TdClassName
{
border-color: #110119;
}
.TagClassName
{
border-color: #110119;
}
</style>