Shades of Blackcurrant #100C11
Tints of Blackcurrant #100C11
RGB
CMYK
RGB Variations
Color information
#100C11 (or 0x100C11) is known color: Blackcurrant. HEX triplet: 10, 0C and 11. RGB value is (16,12,17). Sum of RGB (Red+Green+Blue) = 16+12+17=45 (5% of max value = 765). Red value is 16 (6.64% from 255 or 35.56% from 45); Green value is 12 (5.08% from 255 or 26.67% from 45); Blue value is 17 (7.03% from 255 or 37.78% from 45); Max value from RGB is 17 - color contains mainly: blue. Hex color #100C11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100C11 is #EFF3EE. Grayscale: #0D0D0D. Windows color (decimal): -15725551 or 1117200. OLE color: 1117200.
HSL color Cylindrical-coordinate representation of color #100C11: hue angle of 288º degrees, saturation: 0.17, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #100C11 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 16 | 12 | 17 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.93 |
| HSL | 288º | 0.17% | 0.06% | - |
| HSV(B) | 288º | 0.29% | 0.07% | - |
| XYZ | 0.45 | 0.41 | 0.59 | - |
| YUV | 13.77 | 129.83 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 17 | 0.06 | 0.29 | 0 | 0.93 | 288 | 0.17 | 0.06 |
| Hex | 10 | C | 11 | 6 | 1D | 0 | 5D | 120 | 11 | 6 |
| Octal | 20 | 14 | 21 | 6 | 35 | 0 | 135 | 440 | 21 | 6 |
| Binary | 10000 | 1100 | 10001 | 110 | 11101 | 0 | 1011101 | 100100000 | 10001 | 110 |
Color Harmonies of #100C11
Complementary color
Monochromatic Colors of #100C11
Black with #100C11
Text Example
Text Example
White with #100C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100C11; }
p { color: rgb(16,12,17); }
H1.HeaderClassName
{
color: #100C11;
}
.AnyTagClassName
{
color: #100C11;
}
</style>
background-color css
<style>
a { background-color: #100C11; }
a { background-color: rgb(16,12,17); }
div.DivClassName
{
background-color: #100C11;
}
.BgClassName
{
background-color: #100C11;
}
</style>
border-color css
<style>
span { border-color: #100C11; }
span { border-color: rgb(16,12,17); }
td.TdClassName
{
border-color: #100C11;
}
.TagClassName
{
border-color: #100C11;
}
</style>