Shades of Blackcurrant #100C13
Tints of Blackcurrant #100C13
RGB
CMYK
RGB Variations
Color information
#100C13 (or 0x100C13) is known color: Blackcurrant. HEX triplet: 10, 0C and 13. RGB value is (16,12,19). Sum of RGB (Red+Green+Blue) = 16+12+19=47 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.04% from 47); Green value is 12 (5.08% from 255 or 25.53% from 47); Blue value is 19 (7.81% from 255 or 40.43% from 47); Max value from RGB is 19 - color contains mainly: blue. Hex color #100C13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100C13 is #EFF3EC. Grayscale: #0D0D0D. Windows color (decimal): -15725549 or 1248272. OLE color: 1248272.
HSL color Cylindrical-coordinate representation of color #100C13: hue angle of 274.29º degrees, saturation: 0.23, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #100C13 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 16 | 12 | 19 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.93 |
| HSL | 274.29º | 0.23% | 0.06% | - |
| HSV(B) | 274.29º | 0.37% | 0.07% | - |
| XYZ | 0.46 | 0.42 | 0.67 | - |
| YUV | 13.99 | 130.83 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 19 | 0.16 | 0.37 | 0 | 0.93 | 274.29 | 0.23 | 0.06 |
| Hex | 10 | C | 13 | 10 | 25 | 0 | 5D | 112 | 17 | 6 |
| Octal | 20 | 14 | 23 | 20 | 45 | 0 | 135 | 422 | 27 | 6 |
| Binary | 10000 | 1100 | 10011 | 10000 | 100101 | 0 | 1011101 | 100010010 | 10111 | 110 |
Color Harmonies of #100C13
Complementary color
Monochromatic Colors of #100C13
Black with #100C13
Text Example
Text Example
White with #100C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100C13; }
p { color: rgb(16,12,19); }
H1.HeaderClassName
{
color: #100C13;
}
.AnyTagClassName
{
color: #100C13;
}
</style>
background-color css
<style>
a { background-color: #100C13; }
a { background-color: rgb(16,12,19); }
div.DivClassName
{
background-color: #100C13;
}
.BgClassName
{
background-color: #100C13;
}
</style>
border-color css
<style>
span { border-color: #100C13; }
span { border-color: rgb(16,12,19); }
td.TdClassName
{
border-color: #100C13;
}
.TagClassName
{
border-color: #100C13;
}
</style>