Shades of Blackcurrant #110026
Tints of Blackcurrant #110026
RGB
CMYK
RGB Variations
Color information
#110026 (or 0x110026) is known color: Blackcurrant. HEX triplet: 11, 00 and 26. RGB value is (17,0,38). Sum of RGB (Red+Green+Blue) = 17+0+38=55 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.91% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 38 (15.23% from 255 or 69.09% from 55); Max value from RGB is 38 - color contains mainly: blue. Hex color #110026 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110026 is #EEFFD9. Grayscale: #090909. Windows color (decimal): -15663066 or 2490385. OLE color: 2490385.
HSL color Cylindrical-coordinate representation of color #110026: hue angle of 266.84º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110026 is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 17 | 0 | 38 | - |
| CMYK | 0.55 | 1 | 0 | 0.85 |
| HSL | 266.84º | 1% | 0.07% | - |
| HSV(B) | 266.84º | 1% | 0.15% | - |
| XYZ | 0.58 | 0.26 | 1.85 | - |
| YUV | 9.42 | 144.13 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 38 | 0.55 | 1 | 0 | 0.85 | 266.84 | 1 | 0.07 |
| Hex | 11 | 0 | 26 | 37 | 64 | 0 | 55 | 10B | 64 | 7 |
| Octal | 21 | 0 | 46 | 67 | 144 | 0 | 125 | 413 | 144 | 7 |
| Binary | 10001 | 0 | 100110 | 110111 | 1100100 | 0 | 1010101 | 100001011 | 1100100 | 111 |
Color Harmonies of #110026
Complementary color
Monochromatic Colors of #110026
Black with #110026
Text Example
Text Example
White with #110026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110026; }
p { color: rgb(17,0,38); }
H1.HeaderClassName
{
color: #110026;
}
.AnyTagClassName
{
color: #110026;
}
</style>
background-color css
<style>
a { background-color: #110026; }
a { background-color: rgb(17,0,38); }
div.DivClassName
{
background-color: #110026;
}
.BgClassName
{
background-color: #110026;
}
</style>
border-color css
<style>
span { border-color: #110026; }
span { border-color: rgb(17,0,38); }
td.TdClassName
{
border-color: #110026;
}
.TagClassName
{
border-color: #110026;
}
</style>