Shades of Blackcurrant #110D17
Tints of Blackcurrant #110D17
RGB
CMYK
RGB Variations
Color information
#110D17 (or 0x110D17) is known color: Blackcurrant. HEX triplet: 11, 0D and 17. RGB value is (17,13,23). Sum of RGB (Red+Green+Blue) = 17+13+23=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 13 (5.47% from 255 or 24.53% from 53); Blue value is 23 (9.38% from 255 or 43.40% from 53); Max value from RGB is 23 - color contains mainly: blue. Hex color #110D17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110D17 is #EEF2E8. Grayscale: #0F0F0F. Windows color (decimal): -15659753 or 1510673. OLE color: 1510673.
HSL color Cylindrical-coordinate representation of color #110D17: hue angle of 264º degrees, saturation: 0.28, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #110D17 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 13 | 23 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.91 |
| HSL | 264º | 0.28% | 0.07% | - |
| HSV(B) | 264º | 0.43% | 0.09% | - |
| XYZ | 0.53 | 0.47 | 0.87 | - |
| YUV | 15.34 | 132.33 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 23 | 0.26 | 0.43 | 0 | 0.91 | 264 | 0.28 | 0.07 |
| Hex | 11 | D | 17 | 1A | 2B | 0 | 5B | 108 | 1C | 7 |
| Octal | 21 | 15 | 27 | 32 | 53 | 0 | 133 | 410 | 34 | 7 |
| Binary | 10001 | 1101 | 10111 | 11010 | 101011 | 0 | 1011011 | 100001000 | 11100 | 111 |
Color Harmonies of #110D17
Complementary color
Monochromatic Colors of #110D17
Black with #110D17
Text Example
Text Example
White with #110D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D17; }
p { color: rgb(17,13,23); }
H1.HeaderClassName
{
color: #110D17;
}
.AnyTagClassName
{
color: #110D17;
}
</style>
background-color css
<style>
a { background-color: #110D17; }
a { background-color: rgb(17,13,23); }
div.DivClassName
{
background-color: #110D17;
}
.BgClassName
{
background-color: #110D17;
}
</style>
border-color css
<style>
span { border-color: #110D17; }
span { border-color: rgb(17,13,23); }
td.TdClassName
{
border-color: #110D17;
}
.TagClassName
{
border-color: #110D17;
}
</style>