Shades of Blackcurrant #100F11
Tints of Blackcurrant #100F11
RGB
CMYK
RGB Variations
Color information
#100F11 (or 0x100F11) is known color: Blackcurrant. HEX triplet: 10, 0F and 11. RGB value is (16,15,17). Sum of RGB (Red+Green+Blue) = 16+15+17=48 (6% of max value = 765). Red value is 16 (6.64% from 255 or 33.33% from 48); Green value is 15 (6.25% from 255 or 31.25% from 48); Blue value is 17 (7.03% from 255 or 35.42% from 48); Max value from RGB is 17 - color contains mainly: blue. Hex color #100F11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100F11 is #EFF0EE. Grayscale: #0F0F0F. Windows color (decimal): -15724783 or 1117968. OLE color: 1117968.
HSL color Cylindrical-coordinate representation of color #100F11: hue angle of 270º degrees, saturation: 0.06, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #100F11 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 16 | 15 | 17 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.93 |
| HSL | 270º | 0.06% | 0.06% | - |
| HSV(B) | 270º | 0.12% | 0.07% | - |
| XYZ | 0.49 | 0.49 | 0.6 | - |
| YUV | 15.53 | 128.83 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 17 | 0.06 | 0.12 | 0 | 0.93 | 270 | 0.06 | 0.06 |
| Hex | 10 | F | 11 | 6 | C | 0 | 5D | 10E | 6 | 6 |
| Octal | 20 | 17 | 21 | 6 | 14 | 0 | 135 | 416 | 6 | 6 |
| Binary | 10000 | 1111 | 10001 | 110 | 1100 | 0 | 1011101 | 100001110 | 110 | 110 |
Color Harmonies of #100F11
Complementary color
Monochromatic Colors of #100F11
Black with #100F11
Text Example
Text Example
White with #100F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F11; }
p { color: rgb(16,15,17); }
H1.HeaderClassName
{
color: #100F11;
}
.AnyTagClassName
{
color: #100F11;
}
</style>
background-color css
<style>
a { background-color: #100F11; }
a { background-color: rgb(16,15,17); }
div.DivClassName
{
background-color: #100F11;
}
.BgClassName
{
background-color: #100F11;
}
</style>
border-color css
<style>
span { border-color: #100F11; }
span { border-color: rgb(16,15,17); }
td.TdClassName
{
border-color: #100F11;
}
.TagClassName
{
border-color: #100F11;
}
</style>