Shades of Blackcurrant #110019
Tints of Blackcurrant #110019
RGB
CMYK
RGB Variations
Color information
#110019 (or 0x110019) is known color: Blackcurrant. HEX triplet: 11, 00 and 19. RGB value is (17,0,25). Sum of RGB (Red+Green+Blue) = 17+0+25=42 (5% of max value = 765). Red value is 17 (7.03% from 255 or 40.48% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 25 (10.16% from 255 or 59.52% from 42); Max value from RGB is 25 - color contains mainly: blue. Hex color #110019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110019 is #EEFFE6. Grayscale: #070707. Windows color (decimal): -15663079 or 1638417. OLE color: 1638417.
HSL color Cylindrical-coordinate representation of color #110019: hue angle of 280.8º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110019 is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 17 | 0 | 25 | - |
| CMYK | 0.32 | 1 | 0 | 0.90 |
| HSL | 280.8º | 1% | 0.05% | - |
| HSV(B) | 280.8º | 1% | 0.1% | - |
| XYZ | 0.41 | 0.19 | 0.93 | - |
| YUV | 7.93 | 137.63 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 25 | 0.32 | 1 | 0 | 0.90 | 280.8 | 1 | 0.05 |
| Hex | 11 | 0 | 19 | 20 | 64 | 0 | 5A | 119 | 64 | 5 |
| Octal | 21 | 0 | 31 | 40 | 144 | 0 | 132 | 431 | 144 | 5 |
| Binary | 10001 | 0 | 11001 | 100000 | 1100100 | 0 | 1011010 | 100011001 | 1100100 | 101 |
Color Harmonies of #110019
Complementary color
Monochromatic Colors of #110019
Black with #110019
Text Example
Text Example
White with #110019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110019; }
p { color: rgb(17,0,25); }
H1.HeaderClassName
{
color: #110019;
}
.AnyTagClassName
{
color: #110019;
}
</style>
background-color css
<style>
a { background-color: #110019; }
a { background-color: rgb(17,0,25); }
div.DivClassName
{
background-color: #110019;
}
.BgClassName
{
background-color: #110019;
}
</style>
border-color css
<style>
span { border-color: #110019; }
span { border-color: rgb(17,0,25); }
td.TdClassName
{
border-color: #110019;
}
.TagClassName
{
border-color: #110019;
}
</style>