Shades of Blackcurrant #110D15
Tints of Blackcurrant #110D15
RGB
CMYK
RGB Variations
Color information
#110D15 (or 0x110D15) is known color: Blackcurrant. HEX triplet: 11, 0D and 15. RGB value is (17,13,21). Sum of RGB (Red+Green+Blue) = 17+13+21=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 13 (5.47% from 255 or 25.49% from 51); Blue value is 21 (8.59% from 255 or 41.18% from 51); Max value from RGB is 21 - color contains mainly: blue. Hex color #110D15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110D15 is #EEF2EA. Grayscale: #0F0F0F. Windows color (decimal): -15659755 or 1379601. OLE color: 1379601.
HSL color Cylindrical-coordinate representation of color #110D15: hue angle of 270º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #110D15 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 17 | 13 | 21 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.92 |
| HSL | 270º | 0.24% | 0.07% | - |
| HSV(B) | 270º | 0.38% | 0.08% | - |
| XYZ | 0.51 | 0.46 | 0.77 | - |
| YUV | 15.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 21 | 0.19 | 0.38 | 0 | 0.92 | 270 | 0.24 | 0.07 |
| Hex | 11 | D | 15 | 13 | 26 | 0 | 5C | 10E | 18 | 7 |
| Octal | 21 | 15 | 25 | 23 | 46 | 0 | 134 | 416 | 30 | 7 |
| Binary | 10001 | 1101 | 10101 | 10011 | 100110 | 0 | 1011100 | 100001110 | 11000 | 111 |
Color Harmonies of #110D15
Complementary color
Monochromatic Colors of #110D15
Black with #110D15
Text Example
Text Example
White with #110D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D15; }
p { color: rgb(17,13,21); }
H1.HeaderClassName
{
color: #110D15;
}
.AnyTagClassName
{
color: #110D15;
}
</style>
background-color css
<style>
a { background-color: #110D15; }
a { background-color: rgb(17,13,21); }
div.DivClassName
{
background-color: #110D15;
}
.BgClassName
{
background-color: #110D15;
}
</style>
border-color css
<style>
span { border-color: #110D15; }
span { border-color: rgb(17,13,21); }
td.TdClassName
{
border-color: #110D15;
}
.TagClassName
{
border-color: #110D15;
}
</style>