Shades of Blackcurrant #110217
Tints of Blackcurrant #110217
RGB
CMYK
RGB Variations
Color information
#110217 (or 0x110217) is known color: Blackcurrant. HEX triplet: 11, 02 and 17. RGB value is (17,2,23). Sum of RGB (Red+Green+Blue) = 17+2+23=42 (5% of max value = 765). Red value is 17 (7.03% from 255 or 40.48% from 42); Green value is 2 (1.17% from 255 or 4.76% from 42); Blue value is 23 (9.38% from 255 or 54.76% from 42); Max value from RGB is 23 - color contains mainly: blue. Hex color #110217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110217 is #EEFDE8. Grayscale: #080808. Windows color (decimal): -15662569 or 1507857. OLE color: 1507857.
HSL color Cylindrical-coordinate representation of color #110217: hue angle of 282.86º degrees, saturation: 0.84, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #110217 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 2 | 23 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.91 |
| HSL | 282.86º | 0.84% | 0.05% | - |
| HSV(B) | 282.86º | 0.91% | 0.09% | - |
| XYZ | 0.41 | 0.22 | 0.83 | - |
| YUV | 8.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 23 | 0.26 | 0.91 | 0 | 0.91 | 282.86 | 0.84 | 0.05 |
| Hex | 11 | 2 | 17 | 1A | 5B | 0 | 5B | 11B | 54 | 5 |
| Octal | 21 | 2 | 27 | 32 | 133 | 0 | 133 | 433 | 124 | 5 |
| Binary | 10001 | 10 | 10111 | 11010 | 1011011 | 0 | 1011011 | 100011011 | 1010100 | 101 |
Color Harmonies of #110217
Complementary color
Monochromatic Colors of #110217
Black with #110217
Text Example
Text Example
White with #110217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110217; }
p { color: rgb(17,2,23); }
H1.HeaderClassName
{
color: #110217;
}
.AnyTagClassName
{
color: #110217;
}
</style>
background-color css
<style>
a { background-color: #110217; }
a { background-color: rgb(17,2,23); }
div.DivClassName
{
background-color: #110217;
}
.BgClassName
{
background-color: #110217;
}
</style>
border-color css
<style>
span { border-color: #110217; }
span { border-color: rgb(17,2,23); }
td.TdClassName
{
border-color: #110217;
}
.TagClassName
{
border-color: #110217;
}
</style>