Shades of Blackcurrant #110036
Tints of Blackcurrant #110036
RGB
CMYK
RGB Variations
Color information
#110036 (or 0x110036) is known color: Blackcurrant. HEX triplet: 11, 00 and 36. RGB value is (17,0,54). Sum of RGB (Red+Green+Blue) = 17+0+54=71 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.94% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 54 (21.48% from 255 or 76.06% from 71); Max value from RGB is 54 - color contains mainly: blue. Hex color #110036 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110036 is #EEFFC9. Grayscale: #0B0B0B. Windows color (decimal): -15663050 or 3538961. OLE color: 3538961.
HSL color Cylindrical-coordinate representation of color #110036: hue angle of 258.89º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110036 is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 17 | 0 | 54 | - |
| CMYK | 0.69 | 1 | 0 | 0.79 |
| HSL | 258.89º | 1% | 0.11% | - |
| HSV(B) | 258.89º | 1% | 0.21% | - |
| XYZ | 0.9 | 0.39 | 3.52 | - |
| YUV | 11.24 | 152.13 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 54 | 0.69 | 1 | 0 | 0.79 | 258.89 | 1 | 0.11 |
| Hex | 11 | 0 | 36 | 45 | 64 | 0 | 4F | 103 | 64 | B |
| Octal | 21 | 0 | 66 | 105 | 144 | 0 | 117 | 403 | 144 | 13 |
| Binary | 10001 | 0 | 110110 | 1000101 | 1100100 | 0 | 1001111 | 100000011 | 1100100 | 1011 |
Color Harmonies of #110036
Complementary color
Monochromatic Colors of #110036
Black with #110036
Text Example
Text Example
White with #110036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110036; }
p { color: rgb(17,0,54); }
H1.HeaderClassName
{
color: #110036;
}
.AnyTagClassName
{
color: #110036;
}
</style>
background-color css
<style>
a { background-color: #110036; }
a { background-color: rgb(17,0,54); }
div.DivClassName
{
background-color: #110036;
}
.BgClassName
{
background-color: #110036;
}
</style>
border-color css
<style>
span { border-color: #110036; }
span { border-color: rgb(17,0,54); }
td.TdClassName
{
border-color: #110036;
}
.TagClassName
{
border-color: #110036;
}
</style>