Shades of Blackcurrant #110D16
Tints of Blackcurrant #110D16
RGB
CMYK
RGB Variations
Color information
#110D16 (or 0x110D16) is known color: Blackcurrant. HEX triplet: 11, 0D and 16. RGB value is (17,13,22). Sum of RGB (Red+Green+Blue) = 17+13+22=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 13 (5.47% from 255 or 25% from 52); Blue value is 22 (8.98% from 255 or 42.31% from 52); Max value from RGB is 22 - color contains mainly: blue. Hex color #110D16 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110D16 is #EEF2E9. Grayscale: #0F0F0F. Windows color (decimal): -15659754 or 1445137. OLE color: 1445137.
HSL color Cylindrical-coordinate representation of color #110D16: hue angle of 266.67º degrees, saturation: 0.26, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #110D16 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 13 | 22 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.91 |
| HSL | 266.67º | 0.26% | 0.07% | - |
| HSV(B) | 266.67º | 0.41% | 0.09% | - |
| XYZ | 0.52 | 0.46 | 0.82 | - |
| YUV | 15.22 | 131.83 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 22 | 0.23 | 0.41 | 0 | 0.91 | 266.67 | 0.26 | 0.07 |
| Hex | 11 | D | 16 | 17 | 29 | 0 | 5B | 10B | 1A | 7 |
| Octal | 21 | 15 | 26 | 27 | 51 | 0 | 133 | 413 | 32 | 7 |
| Binary | 10001 | 1101 | 10110 | 10111 | 101001 | 0 | 1011011 | 100001011 | 11010 | 111 |
Color Harmonies of #110D16
Complementary color
Monochromatic Colors of #110D16
Black with #110D16
Text Example
Text Example
White with #110D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D16; }
p { color: rgb(17,13,22); }
H1.HeaderClassName
{
color: #110D16;
}
.AnyTagClassName
{
color: #110D16;
}
</style>
background-color css
<style>
a { background-color: #110D16; }
a { background-color: rgb(17,13,22); }
div.DivClassName
{
background-color: #110D16;
}
.BgClassName
{
background-color: #110D16;
}
</style>
border-color css
<style>
span { border-color: #110D16; }
span { border-color: rgb(17,13,22); }
td.TdClassName
{
border-color: #110D16;
}
.TagClassName
{
border-color: #110D16;
}
</style>