Shades of Blackcurrant #110118
Tints of Blackcurrant #110118
RGB
CMYK
RGB Variations
Color information
#110118 (or 0x110118) is known color: Blackcurrant. HEX triplet: 11, 01 and 18. RGB value is (17,1,24). Sum of RGB (Red+Green+Blue) = 17+1+24=42 (5% of max value = 765). Red value is 17 (7.03% from 255 or 40.48% from 42); Green value is 1 (0.78% from 255 or 2.38% from 42); Blue value is 24 (9.77% from 255 or 57.14% from 42); Max value from RGB is 24 - color contains mainly: blue. Hex color #110118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110118 is #EEFEE7. Grayscale: #080808. Windows color (decimal): -15662824 or 1573137. OLE color: 1573137.
HSL color Cylindrical-coordinate representation of color #110118: hue angle of 281.74º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #110118 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 1 | 24 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.91 |
| HSL | 281.74º | 0.92% | 0.05% | - |
| HSV(B) | 281.74º | 0.96% | 0.09% | - |
| XYZ | 0.41 | 0.21 | 0.88 | - |
| YUV | 8.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 24 | 0.29 | 0.96 | 0 | 0.91 | 281.74 | 0.92 | 0.05 |
| Hex | 11 | 1 | 18 | 1D | 60 | 0 | 5B | 11A | 5C | 5 |
| Octal | 21 | 1 | 30 | 35 | 140 | 0 | 133 | 432 | 134 | 5 |
| Binary | 10001 | 1 | 11000 | 11101 | 1100000 | 0 | 1011011 | 100011010 | 1011100 | 101 |
Color Harmonies of #110118
Complementary color
Monochromatic Colors of #110118
Black with #110118
Text Example
Text Example
White with #110118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110118; }
p { color: rgb(17,1,24); }
H1.HeaderClassName
{
color: #110118;
}
.AnyTagClassName
{
color: #110118;
}
</style>
background-color css
<style>
a { background-color: #110118; }
a { background-color: rgb(17,1,24); }
div.DivClassName
{
background-color: #110118;
}
.BgClassName
{
background-color: #110118;
}
</style>
border-color css
<style>
span { border-color: #110118; }
span { border-color: rgb(17,1,24); }
td.TdClassName
{
border-color: #110118;
}
.TagClassName
{
border-color: #110118;
}
</style>