Shades of Blackcurrant #110B14
Tints of Blackcurrant #110B14
RGB
CMYK
RGB Variations
Color information
#110B14 (or 0x110B14) is known color: Blackcurrant. HEX triplet: 11, 0B and 14. RGB value is (17,11,20). Sum of RGB (Red+Green+Blue) = 17+11+20=48 (6% of max value = 765). Red value is 17 (7.03% from 255 or 35.42% from 48); Green value is 11 (4.69% from 255 or 22.92% from 48); Blue value is 20 (8.20% from 255 or 41.67% from 48); Max value from RGB is 20 - color contains mainly: blue. Hex color #110B14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110B14 is #EEF4EB. Grayscale: #0D0D0D. Windows color (decimal): -15660268 or 1313553. OLE color: 1313553.
HSL color Cylindrical-coordinate representation of color #110B14: hue angle of 280º degrees, saturation: 0.29, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #110B14 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 17 | 11 | 20 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.92 |
| HSL | 280º | 0.29% | 0.06% | - |
| HSV(B) | 280º | 0.45% | 0.08% | - |
| XYZ | 0.48 | 0.41 | 0.72 | - |
| YUV | 13.82 | 131.49 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 11 | 20 | 0.15 | 0.45 | 0 | 0.92 | 280 | 0.29 | 0.06 |
| Hex | 11 | B | 14 | F | 2D | 0 | 5C | 118 | 1D | 6 |
| Octal | 21 | 13 | 24 | 17 | 55 | 0 | 134 | 430 | 35 | 6 |
| Binary | 10001 | 1011 | 10100 | 1111 | 101101 | 0 | 1011100 | 100011000 | 11101 | 110 |
Color Harmonies of #110B14
Complementary color
Monochromatic Colors of #110B14
Black with #110B14
Text Example
Text Example
White with #110B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110B14; }
p { color: rgb(17,11,20); }
H1.HeaderClassName
{
color: #110B14;
}
.AnyTagClassName
{
color: #110B14;
}
</style>
background-color css
<style>
a { background-color: #110B14; }
a { background-color: rgb(17,11,20); }
div.DivClassName
{
background-color: #110B14;
}
.BgClassName
{
background-color: #110B14;
}
</style>
border-color css
<style>
span { border-color: #110B14; }
span { border-color: rgb(17,11,20); }
td.TdClassName
{
border-color: #110B14;
}
.TagClassName
{
border-color: #110B14;
}
</style>