Shades of Blackcurrant #100712
Tints of Blackcurrant #100712
RGB
CMYK
RGB Variations
Color information
#100712 (or 0x100712) is known color: Blackcurrant. HEX triplet: 10, 07 and 12. RGB value is (16,7,18). Sum of RGB (Red+Green+Blue) = 16+7+18=41 (5% of max value = 765). Red value is 16 (6.64% from 255 or 39.02% from 41); Green value is 7 (3.12% from 255 or 17.07% from 41); Blue value is 18 (7.42% from 255 or 43.90% from 41); Max value from RGB is 18 - color contains mainly: blue. Hex color #100712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100712 is #EFF8ED. Grayscale: #0A0A0A. Windows color (decimal): -15726830 or 1181456. OLE color: 1181456.
HSL color Cylindrical-coordinate representation of color #100712: hue angle of 289.09º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #100712 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 16 | 7 | 18 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.93 |
| HSL | 289.09º | 0.44% | 0.05% | - |
| HSV(B) | 289.09º | 0.61% | 0.07% | - |
| XYZ | 0.4 | 0.31 | 0.61 | - |
| YUV | 10.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 18 | 0.11 | 0.61 | 0 | 0.93 | 289.09 | 0.44 | 0.05 |
| Hex | 10 | 7 | 12 | B | 3D | 0 | 5D | 121 | 2C | 5 |
| Octal | 20 | 7 | 22 | 13 | 75 | 0 | 135 | 441 | 54 | 5 |
| Binary | 10000 | 111 | 10010 | 1011 | 111101 | 0 | 1011101 | 100100001 | 101100 | 101 |
Color Harmonies of #100712
Complementary color
Monochromatic Colors of #100712
Black with #100712
Text Example
Text Example
White with #100712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100712; }
p { color: rgb(16,7,18); }
H1.HeaderClassName
{
color: #100712;
}
.AnyTagClassName
{
color: #100712;
}
</style>
background-color css
<style>
a { background-color: #100712; }
a { background-color: rgb(16,7,18); }
div.DivClassName
{
background-color: #100712;
}
.BgClassName
{
background-color: #100712;
}
</style>
border-color css
<style>
span { border-color: #100712; }
span { border-color: rgb(16,7,18); }
td.TdClassName
{
border-color: #100712;
}
.TagClassName
{
border-color: #100712;
}
</style>