Shades of Blackcurrant #110428
Tints of Blackcurrant #110428
RGB
CMYK
RGB Variations
Color information
#110428 (or 0x110428) is known color: Blackcurrant. HEX triplet: 11, 04 and 28. RGB value is (17,4,40). Sum of RGB (Red+Green+Blue) = 17+4+40=61 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.87% from 61); Green value is 4 (1.95% from 255 or 6.56% from 61); Blue value is 40 (16.02% from 255 or 65.57% from 61); Max value from RGB is 40 - color contains mainly: blue. Hex color #110428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110428 is #EEFBD7. Grayscale: #0B0B0B. Windows color (decimal): -15662040 or 2622481. OLE color: 2622481.
HSL color Cylindrical-coordinate representation of color #110428: hue angle of 261.67º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #110428 is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 17 | 4 | 40 | - |
| CMYK | 0.57 | 0.90 | 0 | 0.84 |
| HSL | 261.67º | 0.82% | 0.09% | - |
| HSV(B) | 261.67º | 0.9% | 0.16% | - |
| XYZ | 0.66 | 0.36 | 2.04 | - |
| YUV | 11.99 | 143.81 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 4 | 40 | 0.57 | 0.90 | 0 | 0.84 | 261.67 | 0.82 | 0.09 |
| Hex | 11 | 4 | 28 | 39 | 5A | 0 | 54 | 106 | 52 | 9 |
| Octal | 21 | 4 | 50 | 71 | 132 | 0 | 124 | 406 | 122 | 11 |
| Binary | 10001 | 100 | 101000 | 111001 | 1011010 | 0 | 1010100 | 100000110 | 1010010 | 1001 |
Color Harmonies of #110428
Complementary color
Monochromatic Colors of #110428
Black with #110428
Text Example
Text Example
White with #110428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110428; }
p { color: rgb(17,4,40); }
H1.HeaderClassName
{
color: #110428;
}
.AnyTagClassName
{
color: #110428;
}
</style>
background-color css
<style>
a { background-color: #110428; }
a { background-color: rgb(17,4,40); }
div.DivClassName
{
background-color: #110428;
}
.BgClassName
{
background-color: #110428;
}
</style>
border-color css
<style>
span { border-color: #110428; }
span { border-color: rgb(17,4,40); }
td.TdClassName
{
border-color: #110428;
}
.TagClassName
{
border-color: #110428;
}
</style>