Shades of Blackcurrant #110715
Tints of Blackcurrant #110715
RGB
CMYK
RGB Variations
Color information
#110715 (or 0x110715) is known color: Blackcurrant. HEX triplet: 11, 07 and 15. RGB value is (17,7,21). Sum of RGB (Red+Green+Blue) = 17+7+21=45 (5% of max value = 765). Red value is 17 (7.03% from 255 or 37.78% from 45); Green value is 7 (3.12% from 255 or 15.56% from 45); Blue value is 21 (8.59% from 255 or 46.67% from 45); Max value from RGB is 21 - color contains mainly: blue. Hex color #110715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110715 is #EEF8EA. Grayscale: #0B0B0B. Windows color (decimal): -15661291 or 1378065. OLE color: 1378065.
HSL color Cylindrical-coordinate representation of color #110715: hue angle of 282.86º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #110715 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 17 | 7 | 21 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.92 |
| HSL | 282.86º | 0.5% | 0.05% | - |
| HSV(B) | 282.86º | 0.67% | 0.08% | - |
| XYZ | 0.44 | 0.33 | 0.75 | - |
| YUV | 11.59 | 133.31 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 21 | 0.19 | 0.67 | 0 | 0.92 | 282.86 | 0.5 | 0.05 |
| Hex | 11 | 7 | 15 | 13 | 43 | 0 | 5C | 11B | 32 | 5 |
| Octal | 21 | 7 | 25 | 23 | 103 | 0 | 134 | 433 | 62 | 5 |
| Binary | 10001 | 111 | 10101 | 10011 | 1000011 | 0 | 1011100 | 100011011 | 110010 | 101 |
Color Harmonies of #110715
Complementary color
Monochromatic Colors of #110715
Black with #110715
Text Example
Text Example
White with #110715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110715; }
p { color: rgb(17,7,21); }
H1.HeaderClassName
{
color: #110715;
}
.AnyTagClassName
{
color: #110715;
}
</style>
background-color css
<style>
a { background-color: #110715; }
a { background-color: rgb(17,7,21); }
div.DivClassName
{
background-color: #110715;
}
.BgClassName
{
background-color: #110715;
}
</style>
border-color css
<style>
span { border-color: #110715; }
span { border-color: rgb(17,7,21); }
td.TdClassName
{
border-color: #110715;
}
.TagClassName
{
border-color: #110715;
}
</style>