Shades of Blackcurrant #100114
Tints of Blackcurrant #100114
RGB
CMYK
RGB Variations
Color information
#100114 (or 0x100114) is known color: Blackcurrant. HEX triplet: 10, 01 and 14. RGB value is (16,1,20). Sum of RGB (Red+Green+Blue) = 16+1+20=37 (4% of max value = 765). Red value is 16 (6.64% from 255 or 43.24% from 37); Green value is 1 (0.78% from 255 or 2.70% from 37); Blue value is 20 (8.20% from 255 or 54.05% from 37); Max value from RGB is 20 - color contains mainly: blue. Hex color #100114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100114 is #EFFEEB. Grayscale: #070707. Windows color (decimal): -15728364 or 1310992. OLE color: 1310992.
HSL color Cylindrical-coordinate representation of color #100114: hue angle of 287.37º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100114 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 16 | 1 | 20 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.92 |
| HSL | 287.37º | 0.9% | 0.04% | - |
| HSV(B) | 287.37º | 0.95% | 0.08% | - |
| XYZ | 0.35 | 0.18 | 0.68 | - |
| YUV | 7.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 20 | 0.20 | 0.95 | 0 | 0.92 | 287.37 | 0.9 | 0.04 |
| Hex | 10 | 1 | 14 | 14 | 5F | 0 | 5C | 11F | 5A | 4 |
| Octal | 20 | 1 | 24 | 24 | 137 | 0 | 134 | 437 | 132 | 4 |
| Binary | 10000 | 1 | 10100 | 10100 | 1011111 | 0 | 1011100 | 100011111 | 1011010 | 100 |
Color Harmonies of #100114
Complementary color
Monochromatic Colors of #100114
Black with #100114
Text Example
Text Example
White with #100114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100114; }
p { color: rgb(16,1,20); }
H1.HeaderClassName
{
color: #100114;
}
.AnyTagClassName
{
color: #100114;
}
</style>
background-color css
<style>
a { background-color: #100114; }
a { background-color: rgb(16,1,20); }
div.DivClassName
{
background-color: #100114;
}
.BgClassName
{
background-color: #100114;
}
</style>
border-color css
<style>
span { border-color: #100114; }
span { border-color: rgb(16,1,20); }
td.TdClassName
{
border-color: #100114;
}
.TagClassName
{
border-color: #100114;
}
</style>