Shades of Blackcurrant #110515
Tints of Blackcurrant #110515
RGB
CMYK
RGB Variations
Color information
#110515 (or 0x110515) is known color: Blackcurrant. HEX triplet: 11, 05 and 15. RGB value is (17,5,21). Sum of RGB (Red+Green+Blue) = 17+5+21=43 (5% of max value = 765). Red value is 17 (7.03% from 255 or 39.53% from 43); Green value is 5 (2.34% from 255 or 11.63% from 43); Blue value is 21 (8.59% from 255 or 48.84% from 43); Max value from RGB is 21 - color contains mainly: blue. Hex color #110515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110515 is #EEFAEA. Grayscale: #0A0A0A. Windows color (decimal): -15661803 or 1377553. OLE color: 1377553.
HSL color Cylindrical-coordinate representation of color #110515: hue angle of 285º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #110515 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 17 | 5 | 21 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.92 |
| HSL | 285º | 0.62% | 0.05% | - |
| HSV(B) | 285º | 0.76% | 0.08% | - |
| XYZ | 0.42 | 0.28 | 0.74 | - |
| YUV | 10.41 | 133.98 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 21 | 0.19 | 0.76 | 0 | 0.92 | 285 | 0.62 | 0.05 |
| Hex | 11 | 5 | 15 | 13 | 4C | 0 | 5C | 11D | 3E | 5 |
| Octal | 21 | 5 | 25 | 23 | 114 | 0 | 134 | 435 | 76 | 5 |
| Binary | 10001 | 101 | 10101 | 10011 | 1001100 | 0 | 1011100 | 100011101 | 111110 | 101 |
Color Harmonies of #110515
Complementary color
Monochromatic Colors of #110515
Black with #110515
Text Example
Text Example
White with #110515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110515; }
p { color: rgb(17,5,21); }
H1.HeaderClassName
{
color: #110515;
}
.AnyTagClassName
{
color: #110515;
}
</style>
background-color css
<style>
a { background-color: #110515; }
a { background-color: rgb(17,5,21); }
div.DivClassName
{
background-color: #110515;
}
.BgClassName
{
background-color: #110515;
}
</style>
border-color css
<style>
span { border-color: #110515; }
span { border-color: rgb(17,5,21); }
td.TdClassName
{
border-color: #110515;
}
.TagClassName
{
border-color: #110515;
}
</style>