Shades of Blackcurrant #100112
Tints of Blackcurrant #100112
RGB
CMYK
RGB Variations
Color information
#100112 (or 0x100112) is known color: Blackcurrant. HEX triplet: 10, 01 and 12. RGB value is (16,1,18). Sum of RGB (Red+Green+Blue) = 16+1+18=35 (4% of max value = 765). Red value is 16 (6.64% from 255 or 45.71% from 35); Green value is 1 (0.78% from 255 or 2.86% from 35); Blue value is 18 (7.42% from 255 or 51.43% from 35); Max value from RGB is 18 - color contains mainly: blue. Hex color #100112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100112 is #EFFEED. Grayscale: #070707. Windows color (decimal): -15728366 or 1179920. OLE color: 1179920.
HSL color Cylindrical-coordinate representation of color #100112: hue angle of 292.94º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100112 is Cyan = 0.11, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 16 | 1 | 18 | - |
| CMYK | 0.11 | 0.94 | 0 | 0.93 |
| HSL | 292.94º | 0.89% | 0.04% | - |
| HSV(B) | 292.94º | 0.94% | 0.07% | - |
| XYZ | 0.33 | 0.18 | 0.59 | - |
| YUV | 7.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 18 | 0.11 | 0.94 | 0 | 0.93 | 292.94 | 0.89 | 0.04 |
| Hex | 10 | 1 | 12 | B | 5E | 0 | 5D | 125 | 59 | 4 |
| Octal | 20 | 1 | 22 | 13 | 136 | 0 | 135 | 445 | 131 | 4 |
| Binary | 10000 | 1 | 10010 | 1011 | 1011110 | 0 | 1011101 | 100100101 | 1011001 | 100 |
Color Harmonies of #100112
Complementary color
Monochromatic Colors of #100112
Black with #100112
Text Example
Text Example
White with #100112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100112; }
p { color: rgb(16,1,18); }
H1.HeaderClassName
{
color: #100112;
}
.AnyTagClassName
{
color: #100112;
}
</style>
background-color css
<style>
a { background-color: #100112; }
a { background-color: rgb(16,1,18); }
div.DivClassName
{
background-color: #100112;
}
.BgClassName
{
background-color: #100112;
}
</style>
border-color css
<style>
span { border-color: #100112; }
span { border-color: rgb(16,1,18); }
td.TdClassName
{
border-color: #100112;
}
.TagClassName
{
border-color: #100112;
}
</style>