Shades of Blackcurrant #110B17
Tints of Blackcurrant #110B17
RGB
CMYK
RGB Variations
Color information
#110B17 (or 0x110B17) is known color: Blackcurrant. HEX triplet: 11, 0B and 17. RGB value is (17,11,23). Sum of RGB (Red+Green+Blue) = 17+11+23=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 11 (4.69% from 255 or 21.57% from 51); Blue value is 23 (9.38% from 255 or 45.10% from 51); Max value from RGB is 23 - color contains mainly: blue. Hex color #110B17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B17 is #EEF4E8. Grayscale: #0E0E0E. Windows color (decimal): -15660265 or 1510161. OLE color: 1510161.
HSL color Cylindrical-coordinate representation of color #110B17: hue angle of 270º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #110B17 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 11 | 23 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.91 |
| HSL | 270º | 0.35% | 0.07% | - |
| HSV(B) | 270º | 0.52% | 0.09% | - |
| XYZ | 0.51 | 0.42 | 0.87 | - |
| YUV | 14.16 | 132.99 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 23 | 0.26 | 0.52 | 0 | 0.91 | 270 | 0.35 | 0.07 |
| Hex | 11 | B | 17 | 1A | 34 | 0 | 5B | 10E | 23 | 7 |
| Octal | 21 | 13 | 27 | 32 | 64 | 0 | 133 | 416 | 43 | 7 |
| Binary | 10001 | 1011 | 10111 | 11010 | 110100 | 0 | 1011011 | 100001110 | 100011 | 111 |
Color Harmonies of #110B17
Complementary color
Monochromatic Colors of #110B17
Black with #110B17
Text Example
Text Example
White with #110B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110B17; }
p { color: rgb(17,11,23); }
H1.HeaderClassName
{
color: #110B17;
}
.AnyTagClassName
{
color: #110B17;
}
</style>
background-color css
<style>
a { background-color: #110B17; }
a { background-color: rgb(17,11,23); }
div.DivClassName
{
background-color: #110B17;
}
.BgClassName
{
background-color: #110B17;
}
</style>
border-color css
<style>
span { border-color: #110B17; }
span { border-color: rgb(17,11,23); }
td.TdClassName
{
border-color: #110B17;
}
.TagClassName
{
border-color: #110B17;
}
</style>