Shades of Blackcurrant #110018
Tints of Blackcurrant #110018
RGB
CMYK
RGB Variations
Color information
#110018 (or 0x110018) is known color: Blackcurrant. HEX triplet: 11, 00 and 18. RGB value is (17,0,24). Sum of RGB (Red+Green+Blue) = 17+0+24=41 (5% of max value = 765). Red value is 17 (7.03% from 255 or 41.46% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 24 (9.77% from 255 or 58.54% from 41); Max value from RGB is 24 - color contains mainly: blue. Hex color #110018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110018 is #EEFFE7. Grayscale: #070707. Windows color (decimal): -15663080 or 1572881. OLE color: 1572881.
HSL color Cylindrical-coordinate representation of color #110018: hue angle of 282.5º 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 #110018 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 0 | 24 | - |
| CMYK | 0.29 | 1 | 0 | 0.91 |
| HSL | 282.5º | 1% | 0.05% | - |
| HSV(B) | 282.5º | 1% | 0.09% | - |
| XYZ | 0.4 | 0.19 | 0.88 | - |
| YUV | 7.82 | 137.13 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 24 | 0.29 | 1 | 0 | 0.91 | 282.5 | 1 | 0.05 |
| Hex | 11 | 0 | 18 | 1D | 64 | 0 | 5B | 11A | 64 | 5 |
| Octal | 21 | 0 | 30 | 35 | 144 | 0 | 133 | 432 | 144 | 5 |
| Binary | 10001 | 0 | 11000 | 11101 | 1100100 | 0 | 1011011 | 100011010 | 1100100 | 101 |
Color Harmonies of #110018
Complementary color
Monochromatic Colors of #110018
Black with #110018
Text Example
Text Example
White with #110018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110018; }
p { color: rgb(17,0,24); }
H1.HeaderClassName
{
color: #110018;
}
.AnyTagClassName
{
color: #110018;
}
</style>
background-color css
<style>
a { background-color: #110018; }
a { background-color: rgb(17,0,24); }
div.DivClassName
{
background-color: #110018;
}
.BgClassName
{
background-color: #110018;
}
</style>
border-color css
<style>
span { border-color: #110018; }
span { border-color: rgb(17,0,24); }
td.TdClassName
{
border-color: #110018;
}
.TagClassName
{
border-color: #110018;
}
</style>