Shades of Blackcurrant #110529
Tints of Blackcurrant #110529
RGB
CMYK
RGB Variations
Color information
#110529 (or 0x110529) is known color: Blackcurrant. HEX triplet: 11, 05 and 29. RGB value is (17,5,41). Sum of RGB (Red+Green+Blue) = 17+5+41=63 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.98% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 41 (16.41% from 255 or 65.08% from 63); Max value from RGB is 41 - color contains mainly: blue. Hex color #110529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110529 is #EEFAD6. Grayscale: #0C0C0C. Windows color (decimal): -15661783 or 2688273. OLE color: 2688273.
HSL color Cylindrical-coordinate representation of color #110529: hue angle of 260º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #110529 is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 5 | 41 | - |
| CMYK | 0.59 | 0.88 | 0 | 0.84 |
| HSL | 260º | 0.78% | 0.09% | - |
| HSV(B) | 260º | 0.88% | 0.16% | - |
| XYZ | 0.69 | 0.39 | 2.14 | - |
| YUV | 12.69 | 143.98 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 41 | 0.59 | 0.88 | 0 | 0.84 | 260 | 0.78 | 0.09 |
| Hex | 11 | 5 | 29 | 3B | 58 | 0 | 54 | 104 | 4E | 9 |
| Octal | 21 | 5 | 51 | 73 | 130 | 0 | 124 | 404 | 116 | 11 |
| Binary | 10001 | 101 | 101001 | 111011 | 1011000 | 0 | 1010100 | 100000100 | 1001110 | 1001 |
Color Harmonies of #110529
Complementary color
Monochromatic Colors of #110529
Black with #110529
Text Example
Text Example
White with #110529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110529; }
p { color: rgb(17,5,41); }
H1.HeaderClassName
{
color: #110529;
}
.AnyTagClassName
{
color: #110529;
}
</style>
background-color css
<style>
a { background-color: #110529; }
a { background-color: rgb(17,5,41); }
div.DivClassName
{
background-color: #110529;
}
.BgClassName
{
background-color: #110529;
}
</style>
border-color css
<style>
span { border-color: #110529; }
span { border-color: rgb(17,5,41); }
td.TdClassName
{
border-color: #110529;
}
.TagClassName
{
border-color: #110529;
}
</style>