Shades of Blackcurrant #110717
Tints of Blackcurrant #110717
RGB
CMYK
RGB Variations
Color information
#110717 (or 0x110717) is known color: Blackcurrant. HEX triplet: 11, 07 and 17. RGB value is (17,7,23). Sum of RGB (Red+Green+Blue) = 17+7+23=47 (6% of max value = 765). Red value is 17 (7.03% from 255 or 36.17% from 47); Green value is 7 (3.12% from 255 or 14.89% from 47); Blue value is 23 (9.38% from 255 or 48.94% from 47); Max value from RGB is 23 - color contains mainly: blue. Hex color #110717 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110717 is #EEF8E8. Grayscale: #0B0B0B. Windows color (decimal): -15661289 or 1509137. OLE color: 1509137.
HSL color Cylindrical-coordinate representation of color #110717: hue angle of 277.5º degrees, saturation: 0.53, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #110717 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 7 | 23 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.91 |
| HSL | 277.5º | 0.53% | 0.06% | - |
| HSV(B) | 277.5º | 0.7% | 0.09% | - |
| XYZ | 0.46 | 0.33 | 0.85 | - |
| YUV | 11.81 | 134.31 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 23 | 0.26 | 0.70 | 0 | 0.91 | 277.5 | 0.53 | 0.06 |
| Hex | 11 | 7 | 17 | 1A | 46 | 0 | 5B | 116 | 35 | 6 |
| Octal | 21 | 7 | 27 | 32 | 106 | 0 | 133 | 426 | 65 | 6 |
| Binary | 10001 | 111 | 10111 | 11010 | 1000110 | 0 | 1011011 | 100010110 | 110101 | 110 |
Color Harmonies of #110717
Complementary color
Monochromatic Colors of #110717
Black with #110717
Text Example
Text Example
White with #110717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110717; }
p { color: rgb(17,7,23); }
H1.HeaderClassName
{
color: #110717;
}
.AnyTagClassName
{
color: #110717;
}
</style>
background-color css
<style>
a { background-color: #110717; }
a { background-color: rgb(17,7,23); }
div.DivClassName
{
background-color: #110717;
}
.BgClassName
{
background-color: #110717;
}
</style>
border-color css
<style>
span { border-color: #110717; }
span { border-color: rgb(17,7,23); }
td.TdClassName
{
border-color: #110717;
}
.TagClassName
{
border-color: #110717;
}
</style>