Shades of Blackcurrant #110D12
Tints of Blackcurrant #110D12
RGB
CMYK
RGB Variations
Color information
#110D12 (or 0x110D12) is known color: Blackcurrant. HEX triplet: 11, 0D and 12. RGB value is (17,13,18). Sum of RGB (Red+Green+Blue) = 17+13+18=48 (6% of max value = 765). Red value is 17 (7.03% from 255 or 35.42% from 48); Green value is 13 (5.47% from 255 or 27.08% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 18 - color contains mainly: blue. Hex color #110D12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110D12 is #EEF2ED. Grayscale: #0E0E0E. Windows color (decimal): -15659758 or 1182993. OLE color: 1182993.
HSL color Cylindrical-coordinate representation of color #110D12: hue angle of 288º degrees, saturation: 0.16, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #110D12 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 13 | 18 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.93 |
| HSL | 288º | 0.16% | 0.06% | - |
| HSV(B) | 288º | 0.28% | 0.07% | - |
| XYZ | 0.48 | 0.45 | 0.63 | - |
| YUV | 14.77 | 129.83 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 18 | 0.06 | 0.28 | 0 | 0.93 | 288 | 0.16 | 0.06 |
| Hex | 11 | D | 12 | 6 | 1C | 0 | 5D | 120 | 10 | 6 |
| Octal | 21 | 15 | 22 | 6 | 34 | 0 | 135 | 440 | 20 | 6 |
| Binary | 10001 | 1101 | 10010 | 110 | 11100 | 0 | 1011101 | 100100000 | 10000 | 110 |
Color Harmonies of #110D12
Complementary color
Monochromatic Colors of #110D12
Black with #110D12
Text Example
Text Example
White with #110D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D12; }
p { color: rgb(17,13,18); }
H1.HeaderClassName
{
color: #110D12;
}
.AnyTagClassName
{
color: #110D12;
}
</style>
background-color css
<style>
a { background-color: #110D12; }
a { background-color: rgb(17,13,18); }
div.DivClassName
{
background-color: #110D12;
}
.BgClassName
{
background-color: #110D12;
}
</style>
border-color css
<style>
span { border-color: #110D12; }
span { border-color: rgb(17,13,18); }
td.TdClassName
{
border-color: #110D12;
}
.TagClassName
{
border-color: #110D12;
}
</style>