Shades of Blackcurrant #110B18
Tints of Blackcurrant #110B18
RGB
CMYK
RGB Variations
Color information
#110B18 (or 0x110B18) is known color: Blackcurrant. HEX triplet: 11, 0B and 18. RGB value is (17,11,24). Sum of RGB (Red+Green+Blue) = 17+11+24=52 (6% of max value = 765). Red value is 17 (7.03% from 255 or 32.69% from 52); Green value is 11 (4.69% from 255 or 21.15% from 52); Blue value is 24 (9.77% from 255 or 46.15% from 52); Max value from RGB is 24 - color contains mainly: blue. Hex color #110B18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B18 is #EEF4E7. Grayscale: #0E0E0E. Windows color (decimal): -15660264 or 1575697. OLE color: 1575697.
HSL color Cylindrical-coordinate representation of color #110B18: hue angle of 267.69º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #110B18 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 11 | 24 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.91 |
| HSL | 267.69º | 0.37% | 0.07% | - |
| HSV(B) | 267.69º | 0.54% | 0.09% | - |
| XYZ | 0.52 | 0.42 | 0.92 | - |
| YUV | 14.28 | 133.49 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 24 | 0.29 | 0.54 | 0 | 0.91 | 267.69 | 0.37 | 0.07 |
| Hex | 11 | B | 18 | 1D | 36 | 0 | 5B | 10C | 25 | 7 |
| Octal | 21 | 13 | 30 | 35 | 66 | 0 | 133 | 414 | 45 | 7 |
| Binary | 10001 | 1011 | 11000 | 11101 | 110110 | 0 | 1011011 | 100001100 | 100101 | 111 |
Color Harmonies of #110B18
Complementary color
Monochromatic Colors of #110B18
Black with #110B18
Text Example
Text Example
White with #110B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110B18; }
p { color: rgb(17,11,24); }
H1.HeaderClassName
{
color: #110B18;
}
.AnyTagClassName
{
color: #110B18;
}
</style>
background-color css
<style>
a { background-color: #110B18; }
a { background-color: rgb(17,11,24); }
div.DivClassName
{
background-color: #110B18;
}
.BgClassName
{
background-color: #110B18;
}
</style>
border-color css
<style>
span { border-color: #110B18; }
span { border-color: rgb(17,11,24); }
td.TdClassName
{
border-color: #110B18;
}
.TagClassName
{
border-color: #110B18;
}
</style>