Shades of Blackcurrant #100D14
Tints of Blackcurrant #100D14
RGB
CMYK
RGB Variations
Color information
#100D14 (or 0x100D14) is known color: Blackcurrant. HEX triplet: 10, 0D and 14. RGB value is (16,13,20). Sum of RGB (Red+Green+Blue) = 16+13+20=49 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32.65% from 49); Green value is 13 (5.47% from 255 or 26.53% from 49); Blue value is 20 (8.20% from 255 or 40.82% from 49); Max value from RGB is 20 - color contains mainly: blue. Hex color #100D14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100D14 is #EFF2EB. Grayscale: #0E0E0E. Windows color (decimal): -15725292 or 1314064. OLE color: 1314064.
HSL color Cylindrical-coordinate representation of color #100D14: hue angle of 265.71º degrees, saturation: 0.21, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #100D14 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 16 | 13 | 20 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.92 |
| HSL | 265.71º | 0.21% | 0.06% | - |
| HSV(B) | 265.71º | 0.35% | 0.08% | - |
| XYZ | 0.48 | 0.45 | 0.72 | - |
| YUV | 14.7 | 130.99 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 20 | 0.20 | 0.35 | 0 | 0.92 | 265.71 | 0.21 | 0.06 |
| Hex | 10 | D | 14 | 14 | 23 | 0 | 5C | 10A | 15 | 6 |
| Octal | 20 | 15 | 24 | 24 | 43 | 0 | 134 | 412 | 25 | 6 |
| Binary | 10000 | 1101 | 10100 | 10100 | 100011 | 0 | 1011100 | 100001010 | 10101 | 110 |
Color Harmonies of #100D14
Complementary color
Monochromatic Colors of #100D14
Black with #100D14
Text Example
Text Example
White with #100D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100D14; }
p { color: rgb(16,13,20); }
H1.HeaderClassName
{
color: #100D14;
}
.AnyTagClassName
{
color: #100D14;
}
</style>
background-color css
<style>
a { background-color: #100D14; }
a { background-color: rgb(16,13,20); }
div.DivClassName
{
background-color: #100D14;
}
.BgClassName
{
background-color: #100D14;
}
</style>
border-color css
<style>
span { border-color: #100D14; }
span { border-color: rgb(16,13,20); }
td.TdClassName
{
border-color: #100D14;
}
.TagClassName
{
border-color: #100D14;
}
</style>